Searched refs:DESC_NEEDED (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_txrx.h | 247 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
|
H A D | i40e_txrx.c | 1033 #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 D | ice_txrx.h | 109 #define DESC_NEEDED (MAX_SKB_FRAGS + ICE_DESCS_FOR_CTX_DESC + \ macro
|
H A D | ice_txrx.c | 318 #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 D | fm10k.h | 433 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
|
H A D | fm10k_main.c | 1026 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 D | iavf_txrx.c | 330 #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 D | wx_type.h | 452 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
|
H A D | wx_lib.c | 802 #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 D | igb_main.c | 6332 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 D | igc_main.c | 1423 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 D | ixgbe_main.c | 1302 #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()
|