Searched refs:rxr_remaining (Results 1 – 4 of 4) sorted by relevance
1054 int rxr_remaining = adapter->num_rx_queues; in ixgbe_alloc_q_vectors() local1064 if (q_vectors >= (rxr_remaining + txr_remaining + xdp_remaining)) { in ixgbe_alloc_q_vectors()1065 for (; rxr_remaining; v_idx++) { in ixgbe_alloc_q_vectors()1073 rxr_remaining--; in ixgbe_alloc_q_vectors()1079 int rqpv = DIV_ROUND_UP(rxr_remaining, q_vectors - v_idx); in ixgbe_alloc_q_vectors()1092 rxr_remaining -= rqpv; in ixgbe_alloc_q_vectors()
1731 unsigned int rxr_remaining = interface->num_rx_queues; in fm10k_alloc_q_vectors() local1736 if (q_vectors >= (rxr_remaining + txr_remaining)) { in fm10k_alloc_q_vectors()1737 for (; rxr_remaining; v_idx++) { in fm10k_alloc_q_vectors()1744 rxr_remaining--; in fm10k_alloc_q_vectors()1750 int rqpv = DIV_ROUND_UP(rxr_remaining, q_vectors - v_idx); in fm10k_alloc_q_vectors()1761 rxr_remaining -= rqpv; in fm10k_alloc_q_vectors()
2837 int rxr_remaining = adapter->num_rx_queues; in ixgbevf_alloc_q_vectors() local2843 if (q_vectors >= (rxr_remaining + txr_remaining + xdp_remaining)) { in ixgbevf_alloc_q_vectors()2844 for (; rxr_remaining; v_idx++, q_vectors--) { in ixgbevf_alloc_q_vectors()2845 int rqpv = DIV_ROUND_UP(rxr_remaining, q_vectors); in ixgbevf_alloc_q_vectors()2853 rxr_remaining -= rqpv; in ixgbevf_alloc_q_vectors()2859 int rqpv = DIV_ROUND_UP(rxr_remaining, q_vectors); in ixgbevf_alloc_q_vectors()2872 rxr_remaining -= rqpv; in ixgbevf_alloc_q_vectors()
1324 int rxr_remaining = adapter->num_rx_queues; in igb_alloc_q_vectors() local1329 if (q_vectors >= (rxr_remaining + txr_remaining)) { in igb_alloc_q_vectors()1330 for (; rxr_remaining; v_idx++) { in igb_alloc_q_vectors()1338 rxr_remaining--; in igb_alloc_q_vectors()1344 int rqpv = DIV_ROUND_UP(rxr_remaining, q_vectors - v_idx); in igb_alloc_q_vectors()1354 rxr_remaining -= rqpv; in igb_alloc_q_vectors()