Searched refs:tso_build_data (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/net/core/ |
D | tso.c | 54 void tso_build_data(const struct sk_buff *skb, struct tso_t *tso, int size) in tso_build_data() function 70 EXPORT_SYMBOL(tso_build_data);
|
/linux-6.1.9/include/net/ |
D | tso.h | 22 void tso_build_data(const struct sk_buff *skb, struct tso_t *tso, int size);
|
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_txrx.c | 911 tso_build_data(skb, &tso, size); in otx2_sq_append_tso()
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx.c | 1412 tso_build_data(skb, &tso, size); in iwl_fill_data_tbs_amsdu()
|
/linux-6.1.9/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.c | 1531 tso_build_data(skb, &tso, size); in nicvf_sq_append_tso()
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/queue/ |
D | tx.c | 440 tso_build_data(skb, &tso, tb_len); in iwl_txq_gen2_build_amsdu()
|
/linux-6.1.9/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 864 tso_build_data(skb, &tso, size); in txq_submit_tso()
|
D | mvneta.c | 2765 tso_build_data(skb, &tso, size); in mvneta_tx_tso()
|
/linux-6.1.9/drivers/net/ethernet/freescale/enetc/ |
D | enetc.c | 534 tso_build_data(skb, &tso, size); in enetc_map_tx_tso_buffs()
|
/linux-6.1.9/drivers/net/ethernet/freescale/ |
D | fec_main.c | 856 tso_build_data(skb, &tso, size); in fec_enet_txq_submit_tso()
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth.c | 1292 tso_build_data(skb, &tso, size); in dpaa2_eth_build_gso_fd()
|
/linux-6.1.9/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 4312 tso_build_data(skb, &tso, sz); in mvpp2_tx_tso()
|