Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_lib.c1058 int xdp_remaining = adapter->num_xdp_queues; in ixgbe_alloc_q_vectors() local
1066 if (q_vectors >= (rxr_remaining + txr_remaining + xdp_remaining)) { in ixgbe_alloc_q_vectors()
1083 int xqpv = DIV_ROUND_UP(xdp_remaining, q_vectors - v_idx); in ixgbe_alloc_q_vectors()
1096 xdp_remaining -= xqpv; in ixgbe_alloc_q_vectors()
/linux-6.12.1/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c2884 int xdp_remaining = adapter->num_xdp_queues; in ixgbevf_alloc_q_vectors() local
2888 if (q_vectors >= (rxr_remaining + txr_remaining + xdp_remaining)) { in ixgbevf_alloc_q_vectors()
2906 int xqpv = DIV_ROUND_UP(xdp_remaining, q_vectors); in ixgbevf_alloc_q_vectors()
2921 xdp_remaining -= xqpv; in ixgbevf_alloc_q_vectors()