Searched refs:tso_t (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/net/ |
H A D | tso.h | 10 struct tso_t { struct 26 void tso_build_hdr(const struct sk_buff *skb, char *hdr, struct tso_t *tso, argument 28 void tso_build_data(const struct sk_buff *skb, struct tso_t *tso, int size); 29 int tso_start(struct sk_buff *skb, struct tso_t *tso);
|
/openbmc/linux/net/core/ |
H A D | tso.c | 8 void tso_build_hdr(const struct sk_buff *skb, char *hdr, struct tso_t *tso, in tso_build_hdr() 46 void tso_build_data(const struct sk_buff *skb, struct tso_t *tso, int size) in tso_build_data() 64 int tso_start(struct sk_buff *skb, struct tso_t *tso) in tso_start()
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.c | 473 static __wsum enetc_tso_hdr_csum(struct tso_t *tso, struct sk_buff *skb, in enetc_tso_complete_csum() 504 static void enetc_tso_complete_csum(struct enetc_bdr *tx_ring, struct tso_t *tso, in enetc_map_tx_tso_buffs() 539 struct tso_t tso; in enetc_map_tx_tso_buffs()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.c | 888 struct tso_t tso; in otx2_sq_append_tso()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | tx.c | 1292 struct tso_t tso; in iwl_fill_data_tbs_amsdu()
|
/openbmc/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.c | 1489 struct tso_t tso; in nicvf_sq_append_tso()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/queue/ |
H A D | tx.c | 350 struct tso_t tso; in iwl_txq_gen2_build_amsdu()
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 2719 struct tso_t *tso, int size, bool is_last) in mvneta_tso_put_hdr() 2809 struct tso_t tso; in mvneta_tx_tso()
|
H A D | mv643xx_eth.c | 824 struct tso_t tso; in txq_submit_tso()
|
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 4266 struct net_device *dev, struct tso_t *tso, in mvpp2_tso_put_data() 4310 struct tso_t tso; in mvpp2_tx_tso()
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 826 struct tso_t tso; in fec_enet_txq_submit_tso()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.c | 1268 struct tso_t tso; in dpaa2_eth_build_gso_fd()
|