Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.h129 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Di40e_txrx.c346 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in i40e_clean_tx_irq()
1971 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED); in i40e_xmit_frame_ring()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h129 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Di40e_txrx.c834 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in i40e_clean_tx_irq()
2607 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED); in i40e_tx_map()
Di40e_fcoe.c1406 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED); in i40e_fcoe_xmit_frame()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h50 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Dixgbevf_main.c419 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in ixgbevf_clean_tx_irq()
3662 ixgbevf_maybe_stop_tx(tx_ring, DESC_NEEDED); in ixgbevf_xmit_frame()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb.h177 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Digb_main.c4969 igb_maybe_stop_tx(tx_ring, DESC_NEEDED); in igb_tx_map()
6545 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in igb_clean_tx_irq()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k.h401 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Dfm10k_main.c1072 fm10k_maybe_stop_tx(tx_ring, DESC_NEEDED); in fm10k_tx_map()
1348 #define TX_WAKE_THRESHOLD min_t(u16, FM10K_MIN_TXD - 1, DESC_NEEDED * 2) in fm10k_clean_tx_irq()
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c1508 #define DESC_NEEDED TXD_USE_COUNT(IXGB_MAX_DATA_PER_TXD) /* skb->date */ + \ macro
1533 DESC_NEEDED))) in ixgb_xmit_frame()
1559 ixgb_maybe_stop_tx(netdev, &adapter->tx_ring, DESC_NEEDED); in ixgb_xmit_frame()
1882 IXGB_DESC_UNUSED(tx_ring) >= DESC_NEEDED)) { in ixgb_clean_tx_irq()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h171 #define DESC_NEEDED (MAX_SKB_FRAGS + 4) macro
Dixgbe_main.c1209 #define TX_WAKE_THRESHOLD (DESC_NEEDED * 2) in ixgbe_clean_tx_irq()
7120 ixgbe_maybe_stop_tx(tx_ring, DESC_NEEDED); in ixgbe_tx_map()