Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.h242 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
H A Diavf_txrx.c329 #define TX_WAKE_THRESHOLD ((s16)(DESC_NEEDED * 2)) in iavf_clean_tx_irq()
2370 iavf_maybe_stop_tx(tx_ring, DESC_NEEDED); in iavf_tx_map()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h247 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
H A Di40e_txrx.c1036 #define TX_WAKE_THRESHOLD ((s16)(DESC_NEEDED * 2)) in i40e_clean_tx_irq()
3719 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED); in i40e_tx_map()
/openbmc/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()
1741 ice_maybe_stop_tx(tx_ring, DESC_NEEDED); in ice_tx_map()
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h24 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
H A Dixgbevf_main.c404 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in ixgbevf_clean_tx_irq()
4197 ixgbevf_maybe_stop_tx(tx_ring, DESC_NEEDED); in ixgbevf_xmit_frame_ring()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h433 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
H A Dfm10k_main.c1027 fm10k_maybe_stop_tx(tx_ring, DESC_NEEDED); in fm10k_tx_map()
1310 #define TX_WAKE_THRESHOLD min_t(u16, FM10K_MIN_TXD - 1, DESC_NEEDED * 2) in fm10k_clean_tx_irq()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc.h486 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
H A Digc_main.c1421 igc_maybe_stop_tx(tx_ring, DESC_NEEDED); in igc_tx_map()
3095 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in igc_clean_tx_irq()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb.h242 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
H A Digb_main.c6321 igb_maybe_stop_tx(tx_ring, DESC_NEEDED); in igb_tx_map()
6442 igb_maybe_stop_tx(tx_ring, DESC_NEEDED); in igb_xmit_xdp_ring()
8405 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in igb_clean_tx_irq()
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h364 #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()
1033 wx_maybe_stop_tx(tx_ring, DESC_NEEDED); in wx_tx_map()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h251 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
H A Dixgbe_main.c1254 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in ixgbe_clean_tx_irq()
8401 ixgbe_maybe_stop_tx(tx_ring, DESC_NEEDED); in ixgbe_tx_map()