Home
last modified time | relevance | path

Searched refs:tso_t (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/net/
Dtso.h6 struct tso_t { struct
15 void tso_build_hdr(struct sk_buff *skb, char *hdr, struct tso_t *tso, argument
17 void tso_build_data(struct sk_buff *skb, struct tso_t *tso, int size);
18 void tso_start(struct sk_buff *skb, struct tso_t *tso);
/linux-4.1.27/net/core/
Dtso.c14 void tso_build_hdr(struct sk_buff *skb, char *hdr, struct tso_t *tso, in tso_build_hdr()
39 void tso_build_data(struct sk_buff *skb, struct tso_t *tso, int size) in tso_build_data()
57 void tso_start(struct sk_buff *skb, struct tso_t *tso) in tso_start()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmv643xx_eth.c820 struct tso_t tso; in txq_submit_tso()
Dmvneta.c1626 struct tso_t tso; in mvneta_tx_tso()
/linux-4.1.27/drivers/net/ethernet/freescale/
Dfec_main.c695 struct tso_t tso; in fec_enet_txq_submit_tso()