Home
last modified time | relevance | path

Searched refs:xqpv (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c1083 int xqpv = DIV_ROUND_UP(xdp_remaining, q_vectors - v_idx); in ixgbe_alloc_q_vectors() local
1087 xqpv, xdp_idx, in ixgbe_alloc_q_vectors()
1096 xdp_remaining -= xqpv; in ixgbe_alloc_q_vectors()
1099 xdp_idx += xqpv; in ixgbe_alloc_q_vectors()
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c2907 int xqpv = DIV_ROUND_UP(xdp_remaining, q_vectors); in ixgbevf_alloc_q_vectors() local
2911 xqpv, xdp_idx, in ixgbevf_alloc_q_vectors()
2922 xdp_remaining -= xqpv; in ixgbevf_alloc_q_vectors()
2923 xdp_idx += xqpv; in ixgbevf_alloc_q_vectors()