Home
last modified time | relevance | path

Searched refs:tso_start (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/core/
Dtso.c57 void tso_start(struct sk_buff *skb, struct tso_t *tso) in tso_start() function
78 EXPORT_SYMBOL(tso_start);
/linux-4.1.27/include/net/
Dtso.h18 void tso_start(struct sk_buff *skb, struct tso_t *tso);
/linux-4.1.27/drivers/net/ethernet/sfc/
Dtx.c1011 static int tso_start(struct tso_state *st, struct efx_nic *efx, in tso_start() function
1273 rc = tso_start(&state, efx, skb); in efx_enqueue_skb_tso()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmv643xx_eth.c830 tso_start(skb, &tso); in txq_submit_tso()
Dmvneta.c1640 tso_start(skb, &tso); in mvneta_tx_tso()
/linux-4.1.27/drivers/net/ethernet/freescale/
Dfec_main.c713 tso_start(skb, &tso); in fec_enet_txq_submit_tso()