Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/iavf/
Diavf_txrx.h171 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
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-6.12.1/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h247 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
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-6.12.1/drivers/net/ethernet/intel/ice/
Dice_txrx.h109 #define DESC_NEEDED (MAX_SKB_FRAGS + ICE_DESCS_FOR_CTX_DESC + \ macro
Dice_txrx.c318 #define TX_WAKE_THRESHOLD ((s16)(DESC_NEEDED * 2)) in ice_clean_tx_irq()
1720 ice_maybe_stop_tx(tx_ring, DESC_NEEDED); in ice_tx_map()
/linux-6.12.1/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h24 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Dixgbevf_main.c403 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in ixgbevf_clean_tx_irq()
4196 ixgbevf_maybe_stop_tx(tx_ring, DESC_NEEDED); in ixgbevf_xmit_frame_ring()
/linux-6.12.1/drivers/net/ethernet/intel/fm10k/
Dfm10k.h433 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
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-6.12.1/drivers/net/ethernet/intel/igc/
Digc.h550 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Digc_main.c1422 igc_maybe_stop_tx(tx_ring, DESC_NEEDED); in igc_tx_map()
3197 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in igc_clean_tx_irq()
/linux-6.12.1/drivers/net/ethernet/intel/igb/
Digb.h242 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Digb_main.c6292 igb_maybe_stop_tx(tx_ring, DESC_NEEDED); in igb_tx_map()
6413 igb_maybe_stop_tx(tx_ring, DESC_NEEDED); in igb_xmit_xdp_ring()
8376 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in igb_clean_tx_irq()
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h251 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Dixgbe_main.c1287 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in ixgbe_clean_tx_irq()
8428 ixgbe_maybe_stop_tx(tx_ring, DESC_NEEDED); in ixgbe_tx_map()
/linux-6.12.1/drivers/net/ethernet/wangxun/libwx/
Dwx_type.h452 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
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()