Searched refs:txr_remaining (Results 1 – 6 of 6) sorted by relevance
1058 int txr_remaining = adapter->num_tx_queues; in ixgbe_alloc_q_vectors() local1067 if (q_vectors >= (rxr_remaining + txr_remaining + xdp_remaining)) { in ixgbe_alloc_q_vectors()1083 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in ixgbe_alloc_q_vectors()1096 txr_remaining -= tqpv; in ixgbe_alloc_q_vectors()
1718 unsigned int txr_remaining = interface->num_tx_queues; in fm10k_alloc_q_vectors() local1722 if (q_vectors >= (rxr_remaining + txr_remaining)) { in fm10k_alloc_q_vectors()1737 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in fm10k_alloc_q_vectors()1748 txr_remaining -= tqpv; in fm10k_alloc_q_vectors()
2885 int txr_remaining = adapter->num_tx_queues; in ixgbevf_alloc_q_vectors() local2890 if (q_vectors >= (rxr_remaining + txr_remaining + xdp_remaining)) { in ixgbevf_alloc_q_vectors()2907 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors); in ixgbevf_alloc_q_vectors()2921 txr_remaining -= tqpv; in ixgbevf_alloc_q_vectors()
2076 unsigned int txr_remaining = wx->num_tx_queues; in wx_alloc_q_vectors() local2083 tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in wx_alloc_q_vectors()2093 txr_remaining -= tqpv; in wx_alloc_q_vectors()
4955 int txr_remaining = adapter->num_tx_queues; in igc_alloc_q_vectors() local4960 if (q_vectors >= (rxr_remaining + txr_remaining)) { in igc_alloc_q_vectors()4976 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in igc_alloc_q_vectors()4986 txr_remaining -= tqpv; in igc_alloc_q_vectors()
1309 int txr_remaining = adapter->num_tx_queues; in igb_alloc_q_vectors() local1313 if (q_vectors >= (rxr_remaining + txr_remaining)) { in igb_alloc_q_vectors()1329 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in igb_alloc_q_vectors()1339 txr_remaining -= tqpv; in igb_alloc_q_vectors()
Completed in 61 milliseconds