Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_lib.c1058 int txr_remaining = adapter->num_tx_queues; in ixgbe_alloc_q_vectors() local
1067 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()
/drivers/net/ethernet/intel/fm10k/
A Dfm10k_main.c1718 unsigned int txr_remaining = interface->num_tx_queues; in fm10k_alloc_q_vectors() local
1722 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()
/drivers/net/ethernet/intel/ixgbevf/
A Dixgbevf_main.c2885 int txr_remaining = adapter->num_tx_queues; in ixgbevf_alloc_q_vectors() local
2890 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()
/drivers/net/ethernet/wangxun/libwx/
A Dwx_lib.c2076 unsigned int txr_remaining = wx->num_tx_queues; in wx_alloc_q_vectors() local
2083 tqpv = DIV_ROUND_UP(txr_remaining, q_vectors - v_idx); in wx_alloc_q_vectors()
2093 txr_remaining -= tqpv; in wx_alloc_q_vectors()
/drivers/net/ethernet/intel/igc/
A Digc_main.c4955 int txr_remaining = adapter->num_tx_queues; in igc_alloc_q_vectors() local
4960 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()
/drivers/net/ethernet/intel/igb/
A Digb_main.c1309 int txr_remaining = adapter->num_tx_queues; in igb_alloc_q_vectors() local
1313 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