Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h247 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
H A Di40e_txrx.c1033 #define TX_WAKE_THRESHOLD ((s16)(DESC_NEEDED * 2)) in i40e_clean_tx_irq()
3665 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED); in i40e_tx_map()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx.h109 #define DESC_NEEDED (MAX_SKB_FRAGS + ICE_DESCS_FOR_CTX_DESC + \ macro
H A Dice_txrx.c318 #define TX_WAKE_THRESHOLD ((s16)(DESC_NEEDED * 2)) in ice_clean_tx_irq()
1776 ice_maybe_stop_tx(tx_ring, DESC_NEEDED); in ice_tx_map()
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h433 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
H A Dfm10k_main.c1026 fm10k_maybe_stop_tx(tx_ring, DESC_NEEDED); in fm10k_tx_map()
1309 #define TX_WAKE_THRESHOLD min_t(u16, FM10K_MIN_TXD - 1, DESC_NEEDED * 2) in fm10k_clean_tx_irq()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c330 #define TX_WAKE_THRESHOLD ((s16)(DESC_NEEDED * 2)) in iavf_clean_tx_irq()
2006 iavf_maybe_stop_tx(tx_ring, DESC_NEEDED); in iavf_tx_map()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h452 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
H A Dwx_lib.c802 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in wx_clean_tx_irq()
1036 wx_maybe_stop_tx(tx_ring, DESC_NEEDED); in wx_tx_map()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c6332 igb_maybe_stop_tx(tx_ring, DESC_NEEDED); in igb_tx_map()
6453 igb_maybe_stop_tx(tx_ring, DESC_NEEDED); in igb_xmit_xdp_ring()
8450 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in igb_clean_tx_irq()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c1423 igc_maybe_stop_tx(tx_ring, DESC_NEEDED); in igc_tx_map()
3195 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in igc_clean_tx_irq()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c1302 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in ixgbe_clean_tx_irq()
8793 ixgbe_maybe_stop_tx(tx_ring, DESC_NEEDED); in ixgbe_tx_map()