Home
last modified time | relevance | path

Searched refs:DESC_NEEDED (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_txrx.h26 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Dice_txrx.c201 #define TX_WAKE_THRESHOLD ((s16)(DESC_NEEDED * 2)) in ice_clean_tx_irq()
1290 ice_maybe_stop_tx(tx_ring, DESC_NEEDED); in ice_tx_map()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h264 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
Di40e_txrx.c905 #define TX_WAKE_THRESHOLD ((s16)(DESC_NEEDED * 2)) in i40e_clean_tx_irq()
3435 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED); in i40e_tx_map()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.h244 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
Di40e_txrx.c308 #define TX_WAKE_THRESHOLD ((s16)(DESC_NEEDED * 2)) in i40e_clean_tx_irq()
2340 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED); in i40evf_tx_map()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h23 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Dixgbevf_main.c402 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in ixgbevf_clean_tx_irq()
4130 ixgbevf_maybe_stop_tx(tx_ring, DESC_NEEDED); in ixgbevf_xmit_frame_ring()
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k.h443 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Dfm10k_main.c1035 fm10k_maybe_stop_tx(tx_ring, DESC_NEEDED); in fm10k_tx_map()
1320 #define TX_WAKE_THRESHOLD min_t(u16, FM10K_MIN_TXD - 1, DESC_NEEDED * 2) in fm10k_clean_tx_irq()
/Linux-v4.19/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c1475 #define DESC_NEEDED TXD_USE_COUNT(IXGB_MAX_DATA_PER_TXD) /* skb->date */ + \ macro
1500 DESC_NEEDED))) in ixgb_xmit_frame()
1526 ixgb_maybe_stop_tx(netdev, &adapter->tx_ring, DESC_NEEDED); in ixgb_xmit_frame()
1823 IXGB_DESC_UNUSED(tx_ring) >= DESC_NEEDED)) { in ixgb_clean_tx_irq()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb.h187 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Digb_main.c6041 igb_maybe_stop_tx(tx_ring, DESC_NEEDED); in igb_tx_map()
7911 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in igb_clean_tx_irq()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h209 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Dixgbe_main.c1249 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in ixgbe_clean_tx_irq()
8192 ixgbe_maybe_stop_tx(tx_ring, DESC_NEEDED); in ixgbe_tx_map()