Searched refs:tso_build_data (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/net/core/ |
| H A D | tso.c | 46 void tso_build_data(const struct sk_buff *skb, struct tso_t *tso, int size) in tso_build_data() function 62 EXPORT_SYMBOL(tso_build_data);
|
| /linux-6.15/include/net/ |
| H A D | tso.h | 28 void tso_build_data(const struct sk_buff *skb, struct tso_t *tso, int size);
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | tx-gen2.c | 279 tso_build_data(skb, &tso, tb_len); in iwl_txq_gen2_build_amsdu()
|
| H A D | tx.c | 2033 tso_build_data(skb, &tso, size); in iwl_fill_data_tbs_amsdu()
|
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_txrx.c | 983 tso_build_data(skb, &tso, size); in otx2_sq_append_tso()
|
| /linux-6.15/drivers/net/ethernet/cavium/thunder/ |
| H A D | nicvf_queues.c | 1531 tso_build_data(skb, &tso, size); in nicvf_sq_append_tso()
|
| /linux-6.15/drivers/net/ethernet/marvell/ |
| H A D | mv643xx_eth.c | 865 tso_build_data(skb, &tso, size); in txq_submit_tso()
|
| H A D | mvneta.c | 2850 tso_build_data(skb, &tso, size); in mvneta_tx_tso()
|
| /linux-6.15/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc.c | 873 tso_build_data(skb, &tso, size); in enetc_map_tx_tso_buffs()
|
| /linux-6.15/drivers/net/ethernet/freescale/ |
| H A D | fec_main.c | 900 tso_build_data(skb, &tso, size); in fec_enet_txq_submit_tso()
|
| /linux-6.15/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth.c | 1335 tso_build_data(skb, &tso, size); in dpaa2_eth_build_gso_fd()
|
| /linux-6.15/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2_main.c | 4344 tso_build_data(skb, &tso, sz); in mvpp2_tx_tso()
|