Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_txrx.h38 #define DESC_NEEDED (MAX_SKB_FRAGS + ICE_DESCS_FOR_CTX_DESC + \ macro
Dice_txrx.c201 #define TX_WAKE_THRESHOLD ((s16)(DESC_NEEDED * 2)) in ice_clean_tx_irq()
1709 ice_maybe_stop_tx(tx_ring, DESC_NEEDED); in ice_tx_map()
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h264 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
Di40e_txrx.c880 #define TX_WAKE_THRESHOLD ((s16)(DESC_NEEDED * 2)) in i40e_clean_tx_irq()
3440 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED); in i40e_tx_map()
/Linux-v5.4/drivers/net/ethernet/intel/iavf/
Diavf_txrx.h243 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
Diavf_txrx.c307 #define TX_WAKE_THRESHOLD ((s16)(DESC_NEEDED * 2)) in iavf_clean_tx_irq()
2357 iavf_maybe_stop_tx(tx_ring, DESC_NEEDED); in iavf_tx_map()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h24 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Dixgbevf_main.c406 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in ixgbevf_clean_tx_irq()
4182 ixgbevf_maybe_stop_tx(tx_ring, DESC_NEEDED); in ixgbevf_xmit_frame_ring()
/Linux-v5.4/drivers/net/ethernet/intel/igc/
Digc.h178 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Digc_main.c1056 igc_maybe_stop_tx(tx_ring, DESC_NEEDED); in igc_tx_map()
1842 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in igc_clean_tx_irq()
/Linux-v5.4/drivers/net/ethernet/intel/fm10k/
Dfm10k.h439 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Dfm10k_main.c1037 fm10k_maybe_stop_tx(tx_ring, DESC_NEEDED); in fm10k_tx_map()
1320 #define TX_WAKE_THRESHOLD min_t(u16, FM10K_MIN_TXD - 1, DESC_NEEDED * 2) in fm10k_clean_tx_irq()
/Linux-v5.4/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c1473 #define DESC_NEEDED TXD_USE_COUNT(IXGB_MAX_DATA_PER_TXD) /* skb->date */ + \ macro
1498 DESC_NEEDED))) in ixgb_xmit_frame()
1524 ixgb_maybe_stop_tx(netdev, &adapter->tx_ring, DESC_NEEDED); in ixgb_xmit_frame()
1821 IXGB_DESC_UNUSED(tx_ring) >= DESC_NEEDED)) { in ixgb_clean_tx_irq()
/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb.h187 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Digb_main.c6020 igb_maybe_stop_tx(tx_ring, DESC_NEEDED); in igb_tx_map()
7886 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in igb_clean_tx_irq()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h207 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Dixgbe_main.c1254 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in ixgbe_clean_tx_irq()
8303 ixgbe_maybe_stop_tx(tx_ring, DESC_NEEDED); in ixgbe_tx_map()