Searched refs:DESC_NEEDED (Results 1 - 13 of 13) sorted by relevance

/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h123 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
H A Di40e_txrx.c793 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2)
2239 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED);
H A Di40e_fcoe.c1412 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED);
/drivers/net/ethernet/intel/i40evf/
H A Di40e_txrx.h123 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
H A Di40e_txrx.c327 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2)
1640 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED);
/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h399 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
H A Dfm10k_main.c1050 fm10k_maybe_stop_tx(tx_ring, DESC_NEEDED);
1327 #define TX_WAKE_THRESHOLD min_t(u16, FM10K_MIN_TXD - 1, DESC_NEEDED * 2)
/drivers/net/ethernet/intel/igb/
H A Digb.h177 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
H A Digb_main.c4961 igb_maybe_stop_tx(tx_ring, DESC_NEEDED);
6487 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2)
/drivers/net/ethernet/intel/ixgb/
H A Dixgb_main.c1507 #define DESC_NEEDED TXD_USE_COUNT(IXGB_MAX_DATA_PER_TXD) /* skb->date */ + \ macro
1532 DESC_NEEDED)))
1558 ixgb_maybe_stop_tx(netdev, &adapter->tx_ring, DESC_NEEDED);
1881 IXGB_DESC_UNUSED(tx_ring) >= DESC_NEEDED)) {
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h168 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
H A Dixgbe_main.c1189 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2)
6898 ixgbe_maybe_stop_tx(tx_ring, DESC_NEEDED);
/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c218 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
325 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2)
3228 ixgbevf_maybe_stop_tx(tx_ring, DESC_NEEDED);

Completed in 585 milliseconds