Home
last modified time | relevance | path

Searched refs:tso_build_hdr (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/net/core/
Dtso.c16 void tso_build_hdr(const struct sk_buff *skb, char *hdr, struct tso_t *tso, in tso_build_hdr() function
52 EXPORT_SYMBOL(tso_build_hdr);
/Linux-v5.10/include/net/
Dtso.h20 void tso_build_hdr(const struct sk_buff *skb, char *hdr, struct tso_t *tso,
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.c743 tso_build_hdr(skb, hdr, &tso, seg_len, tcp_data == 0); in otx2_sq_append_tso()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/queue/
Dtx.c473 tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len); in iwl_txq_gen2_build_amsdu()
/Linux-v5.10/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c1509 tso_build_hdr(skb, hdr, &tso, data_left, total_len == 0); in nicvf_sq_append_tso()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx.c1803 tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len); in iwl_fill_data_tbs_amsdu()
/Linux-v5.10/drivers/net/ethernet/marvell/
Dmv643xx_eth.c847 tso_build_hdr(skb, hdr, &tso, data_left, total_len == 0); in txq_submit_tso()
Dmvneta.c2669 tso_build_hdr(skb, hdr, &tso, data_left, total_len == 0); in mvneta_tx_tso()
/Linux-v5.10/drivers/net/ethernet/freescale/
Dfec_main.c744 tso_build_hdr(skb, hdr, &tso, data_left, total_len == 0); in fec_enet_txq_submit_tso()
/Linux-v5.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c3906 tso_build_hdr(skb, hdr, &tso, left, len == 0); in mvpp2_tx_tso()