Home
last modified time | relevance | path

Searched refs:i40e_maybe_stop_tx (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h333 int i40e_maybe_stop_tx(struct i40e_ring *tx_ring, int size);
Di40e_txrx.c2483 inline int i40e_maybe_stop_tx(struct i40e_ring *tx_ring, int size) in i40e_maybe_stop_tx() function
2485 static inline int i40e_maybe_stop_tx(struct i40e_ring *tx_ring, int size) in i40e_maybe_stop_tx()
2670 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED); in i40e_tx_map()
2782 if (i40e_maybe_stop_tx(tx_ring, count + 4 + 1)) { in i40e_xmit_descriptor_count()
Di40e_fcoe.c1406 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED); in i40e_fcoe_xmit_frame()