Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_txrx.h109 #define DESC_NEEDED (MAX_SKB_FRAGS + ICE_DESCS_FOR_CTX_DESC + \ macro
A Dice_txrx.c318 #define TX_WAKE_THRESHOLD ((s16)(DESC_NEEDED * 2)) in ice_clean_tx_irq()
1760 ice_maybe_stop_tx(tx_ring, DESC_NEEDED); in ice_tx_map()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_txrx.h245 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
A Di40e_txrx.c1037 #define TX_WAKE_THRESHOLD ((s16)(DESC_NEEDED * 2)) in i40e_clean_tx_irq()
3614 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED); in i40e_tx_map()
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/
A Diavf_txrx.h243 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
A Diavf_txrx.c310 #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()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbevf/
A Dixgbevf.h24 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
A Dixgbevf_main.c404 #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()
/linux-6.3-rc2/drivers/net/ethernet/intel/fm10k/
A Dfm10k.h433 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
A Dfm10k_main.c1027 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()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgb/
A Dixgb_main.c1462 #define DESC_NEEDED TXD_USE_COUNT(IXGB_MAX_DATA_PER_TXD) /* skb->date */ + \ macro
1487 DESC_NEEDED))) in ixgb_xmit_frame()
1513 ixgb_maybe_stop_tx(netdev, &adapter->tx_ring, DESC_NEEDED); in ixgb_xmit_frame()
1811 IXGB_DESC_UNUSED(tx_ring) >= DESC_NEEDED)) { in ixgb_clean_tx_irq()
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc.h430 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
A Digc_main.c1374 igc_maybe_stop_tx(tx_ring, DESC_NEEDED); in igc_tx_map()
2978 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in igc_clean_tx_irq()
/linux-6.3-rc2/drivers/net/ethernet/wangxun/libwx/
A Dwx_type.h319 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
A Dwx_lib.c617 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in wx_clean_tx_irq()
810 wx_maybe_stop_tx(tx_ring, DESC_NEEDED); in wx_tx_map()
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A Digb.h242 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
A Digb_main.c6271 igb_maybe_stop_tx(tx_ring, DESC_NEEDED); in igb_tx_map()
6392 igb_maybe_stop_tx(tx_ring, DESC_NEEDED); in igb_xmit_xdp_ring()
8354 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in igb_clean_tx_irq()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe.h252 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
A Dixgbe_main.c1255 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in ixgbe_clean_tx_irq()
8421 ixgbe_maybe_stop_tx(tx_ring, DESC_NEEDED); in ixgbe_tx_map()

Completed in 104 milliseconds