Searched refs:xdp_remaining (Results 1 – 1 of 1) sorted by relevance
2915 int xdp_remaining = adapter->num_xdp_queues; in ixgbevf_alloc_q_vectors() local2919 if (q_vectors >= (rxr_remaining + txr_remaining + xdp_remaining)) { in ixgbevf_alloc_q_vectors()2937 int xqpv = DIV_ROUND_UP(xdp_remaining, q_vectors); in ixgbevf_alloc_q_vectors()2952 xdp_remaining -= xqpv; in ixgbevf_alloc_q_vectors()