Searched refs:tso_build_data (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/net/core/ |
D | tso.c | 47 void tso_build_data(struct sk_buff *skb, struct tso_t *tso, int size) in tso_build_data() function 63 EXPORT_SYMBOL(tso_build_data);
|
/Linux-v4.19/include/net/ |
D | tso.h | 21 void tso_build_data(struct sk_buff *skb, struct tso_t *tso, int size);
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx-gen2.c | 354 tso_build_data(skb, &tso, tb_len); in iwl_pcie_gen2_build_amsdu()
|
D | tx.c | 2236 tso_build_data(skb, &tso, size); in iwl_fill_data_tbs_amsdu()
|
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.c | 1533 tso_build_data(skb, &tso, size); in nicvf_sq_append_tso()
|
/Linux-v4.19/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 880 tso_build_data(skb, &tso, size); in txq_submit_tso()
|
D | mvneta.c | 2321 tso_build_data(skb, &tso, size); in mvneta_tx_tso()
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | fec_main.c | 729 tso_build_data(skb, &tso, size); in fec_enet_txq_submit_tso()
|
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 2895 tso_build_data(skb, &tso, sz); in mvpp2_tx_tso()
|