Home
last modified time | relevance | path

Searched refs:tso_build_data (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/net/core/
Dtso.c54 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/
Dtso.h22 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/
Dotx2_txrx.c911 tso_build_data(skb, &tso, size); in otx2_sq_append_tso()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx.c1412 tso_build_data(skb, &tso, size); in iwl_fill_data_tbs_amsdu()
/linux-6.1.9/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c1531 tso_build_data(skb, &tso, size); in nicvf_sq_append_tso()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/queue/
Dtx.c440 tso_build_data(skb, &tso, tb_len); in iwl_txq_gen2_build_amsdu()
/linux-6.1.9/drivers/net/ethernet/marvell/
Dmv643xx_eth.c864 tso_build_data(skb, &tso, size); in txq_submit_tso()
Dmvneta.c2765 tso_build_data(skb, &tso, size); in mvneta_tx_tso()
/linux-6.1.9/drivers/net/ethernet/freescale/enetc/
Denetc.c534 tso_build_data(skb, &tso, size); in enetc_map_tx_tso_buffs()
/linux-6.1.9/drivers/net/ethernet/freescale/
Dfec_main.c856 tso_build_data(skb, &tso, size); in fec_enet_txq_submit_tso()
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c1292 tso_build_data(skb, &tso, size); in dpaa2_eth_build_gso_fd()
/linux-6.1.9/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c4312 tso_build_data(skb, &tso, sz); in mvpp2_tx_tso()