Searched refs:tso_t (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/net/ |
D | tso.h | 9 struct tso_t { struct 19 void tso_build_hdr(struct sk_buff *skb, char *hdr, struct tso_t *tso, argument 21 void tso_build_data(struct sk_buff *skb, struct tso_t *tso, int size); 22 void tso_start(struct sk_buff *skb, struct tso_t *tso);
|
/Linux-v4.19/net/core/ |
D | tso.c | 16 void tso_build_hdr(struct sk_buff *skb, char *hdr, struct tso_t *tso, in tso_build_hdr() 47 void tso_build_data(struct sk_buff *skb, struct tso_t *tso, int size) in tso_build_data() 65 void tso_start(struct sk_buff *skb, struct tso_t *tso) in tso_start()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx-gen2.c | 249 struct tso_t tso; in iwl_pcie_gen2_build_amsdu()
|
D | tx.c | 2091 struct tso_t tso; in iwl_fill_data_tbs_amsdu()
|
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.c | 1492 struct tso_t tso; in nicvf_sq_append_tso()
|
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 2821 struct net_device *dev, struct tso_t *tso, in mvpp2_tso_put_data() 2863 struct tso_t tso; in mvpp2_tx_tso()
|
/Linux-v4.19/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 838 struct tso_t tso; in txq_submit_tso()
|
D | mvneta.c | 2278 struct tso_t tso; in mvneta_tx_tso()
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | fec_main.c | 679 struct tso_t tso; in fec_enet_txq_submit_tso()
|