Home
last modified time | relevance | path

Searched refs:efx_tx_tso_fallback (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/sfc/
Dtx_common.h42 int efx_tx_tso_fallback(struct efx_tx_queue *tx_queue, struct sk_buff *skb);
Def100_tx.c356 rc = efx_tx_tso_fallback(tx_queue, skb); in ef100_enqueue_skb()
Dtx_common.c431 int efx_tx_tso_fallback(struct efx_tx_queue *tx_queue, struct sk_buff *skb) in efx_tx_tso_fallback() function
Dtx.c354 rc = efx_tx_tso_fallback(tx_queue, skb); in __efx_enqueue_skb()