Searched refs:tso_start (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/core/ |
D | tso.c | 64 void tso_start(struct sk_buff *skb, struct tso_t *tso) in tso_start() function 86 EXPORT_SYMBOL(tso_start);
|
/linux-4.4.14/include/net/ |
D | tso.h | 19 void tso_start(struct sk_buff *skb, struct tso_t *tso);
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | tx.c | 1012 static int tso_start(struct tso_state *st, struct efx_nic *efx, in tso_start() function 1274 rc = tso_start(&state, efx, skb); in efx_enqueue_skb_tso()
|
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.c | 1046 tso_start(skb, &tso); in nicvf_sq_append_tso()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 856 tso_start(skb, &tso); in txq_submit_tso()
|
D | mvneta.c | 1692 tso_start(skb, &tso); in mvneta_tx_tso()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec_main.c | 717 tso_start(skb, &tso); in fec_enet_txq_submit_tso()
|