Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.h154 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
H A Diavf_txrx.c350 #define TX_WAKE_THRESHOLD ((s16)(DESC_NEEDED * 2)) in iavf_clean_tx_irq()
2240 iavf_maybe_stop_tx(tx_ring, DESC_NEEDED); in iavf_tx_map()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h248 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
H A Di40e_txrx.c1031 #define TX_WAKE_THRESHOLD ((s16)(DESC_NEEDED * 2)) in i40e_clean_tx_irq()
3662 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED); in i40e_tx_map()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h24 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
H A Dixgbevf_main.c408 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in ixgbevf_clean_tx_irq()
4228 ixgbevf_maybe_stop_tx(tx_ring, DESC_NEEDED); in ixgbevf_xmit_frame_ring()
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h434 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
/linux/drivers/net/ethernet/intel/igc/
H A Digc.h576 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
H A Digc_main.c1412 igc_maybe_stop_tx(tx_ring, DESC_NEEDED); in igc_tx_map()
3290 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in igc_clean_tx_irq()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h255 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
H A Dixgbe_main.c1469 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in ixgbe_clean_tx_irq()
9056 ixgbe_maybe_stop_tx(tx_ring, DESC_NEEDED); in ixgbe_tx_map()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_type.h567 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro