Home
last modified time | relevance | path

Searched refs:txr_remaining (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_lib.c1060 int txr_remaining = adapter->num_tx_queues; in ixgbe_alloc_q_vectors() local
1069 if (q_vectors >= (rxr_remaining + txr_remaining + xdp_remaining)) { in ixgbe_alloc_q_vectors()
1085 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in ixgbe_alloc_q_vectors()
1098 txr_remaining -= tqpv; in ixgbe_alloc_q_vectors()
/linux-6.1.9/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c1719 unsigned int txr_remaining = interface->num_tx_queues; in fm10k_alloc_q_vectors() local
1723 if (q_vectors >= (rxr_remaining + txr_remaining)) { in fm10k_alloc_q_vectors()
1738 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in fm10k_alloc_q_vectors()
1749 txr_remaining -= tqpv; in fm10k_alloc_q_vectors()
/linux-6.1.9/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c2877 int txr_remaining = adapter->num_tx_queues; in ixgbevf_alloc_q_vectors() local
2882 if (q_vectors >= (rxr_remaining + txr_remaining + xdp_remaining)) { in ixgbevf_alloc_q_vectors()
2899 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors); in ixgbevf_alloc_q_vectors()
2913 txr_remaining -= tqpv; in ixgbevf_alloc_q_vectors()
/linux-6.1.9/drivers/net/ethernet/intel/igc/
Digc_main.c4596 int txr_remaining = adapter->num_tx_queues; in igc_alloc_q_vectors() local
4601 if (q_vectors >= (rxr_remaining + txr_remaining)) { in igc_alloc_q_vectors()
4617 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in igc_alloc_q_vectors()
4627 txr_remaining -= tqpv; in igc_alloc_q_vectors()
/linux-6.1.9/drivers/net/ethernet/intel/igb/
Digb_main.c1326 int txr_remaining = adapter->num_tx_queues; in igb_alloc_q_vectors() local
1330 if (q_vectors >= (rxr_remaining + txr_remaining)) { in igb_alloc_q_vectors()
1346 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in igb_alloc_q_vectors()
1356 txr_remaining -= tqpv; in igb_alloc_q_vectors()