Searched refs:i40e_maybe_stop_tx (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h308 int i40e_maybe_stop_tx(struct i40e_ring *tx_ring, int size);
H A Di40e_txrx.c2392 * i40e_maybe_stop_tx - 1st level check for tx stop conditions
2399 int i40e_maybe_stop_tx(struct i40e_ring *tx_ring, int size) i40e_maybe_stop_tx() function
2401 static int i40e_maybe_stop_tx(struct i40e_ring *tx_ring, int size) i40e_maybe_stop_tx()
2607 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED); i40e_tx_map()
2663 if (i40e_maybe_stop_tx(tx_ring, count + 4 + 1)) { i40e_xmit_descriptor_count()
H A Di40e_fcoe.c1406 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED); i40e_fcoe_xmit_frame()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
H A Di40e_txrx.c1857 * i40e_maybe_stop_tx - 1st level check for tx stop conditions
1863 static int i40e_maybe_stop_tx(struct i40e_ring *tx_ring, int size) i40e_maybe_stop_tx() function
1895 if (i40e_maybe_stop_tx(tx_ring, count + 4 + 1)) { i40e_xmit_descriptor_count()
1971 i40e_maybe_stop_tx(tx_ring, DESC_NEEDED); i40e_xmit_frame_ring()

Completed in 104 milliseconds