Symbol: tso_t
drivers/net/ethernet/broadcom/bnxt/bnxt_gso.c
48
struct tso_t tso;
drivers/net/ethernet/cavium/thunder/nicvf_queues.c
1488
struct tso_t tso;
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
1267
struct tso_t tso;
drivers/net/ethernet/freescale/enetc/enetc.c
592
static __wsum enetc_tso_hdr_csum(struct tso_t *tso, struct sk_buff *skb,
drivers/net/ethernet/freescale/enetc/enetc.c
623
static void enetc_tso_complete_csum(struct enetc_bdr *tx_ring, struct tso_t *tso,
drivers/net/ethernet/freescale/enetc/enetc.c
883
struct tso_t tso;
drivers/net/ethernet/freescale/fec_main.c
844
struct tso_t tso;
drivers/net/ethernet/marvell/mv643xx_eth.c
824
struct tso_t tso;
drivers/net/ethernet/marvell/mvneta.c
2721
struct tso_t *tso, int size, bool is_last)
drivers/net/ethernet/marvell/mvneta.c
2811
struct tso_t tso;
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
4283
struct net_device *dev, struct tso_t *tso,
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
4327
struct tso_t tso;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c
936
struct tso_t tso;
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/tx-gen2.c
175
struct tso_t tso;
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/tx.c
1920
struct tso_t tso;
include/net/tso.h
27
void tso_build_hdr(const struct sk_buff *skb, char *hdr, struct tso_t *tso,
include/net/tso.h
29
void tso_build_data(const struct sk_buff *skb, struct tso_t *tso, int size);
include/net/tso.h
30
int tso_start(struct sk_buff *skb, struct tso_t *tso);
net/core/tso.c
47
void tso_build_data(const struct sk_buff *skb, struct tso_t *tso, int size)
net/core/tso.c
65
int tso_start(struct sk_buff *skb, struct tso_t *tso)
net/core/tso.c
9
void tso_build_hdr(const struct sk_buff *skb, char *hdr, struct tso_t *tso,