Searched refs:tso_build_hdr (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/net/core/ |
| D | tso.c | 16 void tso_build_hdr(struct sk_buff *skb, char *hdr, struct tso_t *tso, in tso_build_hdr() function 45 EXPORT_SYMBOL(tso_build_hdr);
|
| /Linux-v5.4/include/net/ |
| D | tso.h | 19 void tso_build_hdr(struct sk_buff *skb, char *hdr, struct tso_t *tso,
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/ |
| D | tx-gen2.c | 324 tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len); in iwl_pcie_gen2_build_amsdu()
|
| D | tx.c | 2190 tso_build_hdr(skb, hdr_page->pos, &tso, data_left, !total_len); in iwl_fill_data_tbs_amsdu()
|
| /Linux-v5.4/drivers/net/ethernet/cavium/thunder/ |
| D | nicvf_queues.c | 1509 tso_build_hdr(skb, hdr, &tso, data_left, total_len == 0); in nicvf_sq_append_tso()
|
| /Linux-v5.4/drivers/net/ethernet/marvell/ |
| D | mv643xx_eth.c | 853 tso_build_hdr(skb, hdr, &tso, data_left, total_len == 0); in txq_submit_tso()
|
| D | mvneta.c | 2305 tso_build_hdr(skb, hdr, &tso, data_left, total_len == 0); in mvneta_tx_tso()
|
| /Linux-v5.4/drivers/net/ethernet/freescale/ |
| D | fec_main.c | 712 tso_build_hdr(skb, hdr, &tso, data_left, total_len == 0); in fec_enet_txq_submit_tso()
|
| /Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/ |
| D | mvpp2_main.c | 3174 tso_build_hdr(skb, hdr, &tso, left, len == 0); in mvpp2_tx_tso()
|