Searched refs:tso_build_data (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/include/net/ |
H A D | tso.h | 17 void tso_build_data(struct sk_buff *skb, struct tso_t *tso, int size);
|
/linux-4.1.27/net/core/ |
H A D | tso.c | 39 void tso_build_data(struct sk_buff *skb, struct tso_t *tso, int size) tso_build_data() function 55 EXPORT_SYMBOL(tso_build_data); variable
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 746 tso_build_data(skb, &tso, size); fec_enet_txq_submit_tso()
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 856 tso_build_data(skb, &tso, size); txq_submit_tso()
|
H A D | mvneta.c | 1669 tso_build_data(skb, &tso, size); mvneta_tx_tso()
|
Completed in 115 milliseconds