Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_lib.c1053 int txr_remaining = adapter->num_tx_queues; in ixgbe_alloc_q_vectors() local
1062 if (q_vectors >= (rxr_remaining + txr_remaining + xdp_remaining)) { in ixgbe_alloc_q_vectors()
1078 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in ixgbe_alloc_q_vectors()
1091 txr_remaining -= tqpv; in ixgbe_alloc_q_vectors()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c1725 unsigned int txr_remaining = interface->num_tx_queues; in fm10k_alloc_q_vectors() local
1729 if (q_vectors >= (rxr_remaining + txr_remaining)) { in fm10k_alloc_q_vectors()
1744 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in fm10k_alloc_q_vectors()
1755 txr_remaining -= tqpv; in fm10k_alloc_q_vectors()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c2869 int txr_remaining = adapter->num_tx_queues; in ixgbevf_alloc_q_vectors() local
2874 if (q_vectors >= (rxr_remaining + txr_remaining + xdp_remaining)) { in ixgbevf_alloc_q_vectors()
2891 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors); in ixgbevf_alloc_q_vectors()
2905 txr_remaining -= tqpv; in ixgbevf_alloc_q_vectors()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_main.c3442 int txr_remaining = adapter->num_tx_queues; in igc_alloc_q_vectors() local
3447 if (q_vectors >= (rxr_remaining + txr_remaining)) { in igc_alloc_q_vectors()
3463 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in igc_alloc_q_vectors()
3473 txr_remaining -= tqpv; in igc_alloc_q_vectors()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb_main.c1325 int txr_remaining = adapter->num_tx_queues; in igb_alloc_q_vectors() local
1329 if (q_vectors >= (rxr_remaining + txr_remaining)) { in igb_alloc_q_vectors()
1345 int tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in igb_alloc_q_vectors()
1355 txr_remaining -= tqpv; in igb_alloc_q_vectors()