Searched refs:DESC_NEEDED (Results 1 – 12 of 12) sorted by relevance
154 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
350 #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()
248 #define DESC_NEEDED (MAX_SKB_FRAGS + 6) macro
1031 #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()
24 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
408 #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()
434 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
576 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
1412 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()
255 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
1469 #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()
567 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro