Searched refs:DESC_NEEDED (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_txrx.h | 242 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
|
H A D | iavf_txrx.c | 329 #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 D | i40e_txrx.h | 247 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
|
H A D | i40e_txrx.c | 1036 #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 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() 1741 ice_maybe_stop_tx(tx_ring, DESC_NEEDED); in ice_tx_map()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf.h | 24 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
|
H A D | ixgbevf_main.c | 404 #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 D | fm10k.h | 433 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
|
H A D | fm10k_main.c | 1027 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 D | igc.h | 486 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
|
H A D | igc_main.c | 1421 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 D | igb.h | 242 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
|
H A D | igb_main.c | 6321 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 D | wx_type.h | 364 #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() 1033 wx_maybe_stop_tx(tx_ring, DESC_NEEDED); in wx_tx_map()
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe.h | 251 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
|
H A D | ixgbe_main.c | 1254 #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()
|