Searched refs:tso_t (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/include/net/ |
| D | tso.h | 6 struct tso_t { struct 16 void tso_build_hdr(struct sk_buff *skb, char *hdr, struct tso_t *tso, argument 18 void tso_build_data(struct sk_buff *skb, struct tso_t *tso, int size); 19 void tso_start(struct sk_buff *skb, struct tso_t *tso);
|
| /linux-4.4.14/net/core/ |
| D | tso.c | 15 void tso_build_hdr(struct sk_buff *skb, char *hdr, struct tso_t *tso, in tso_build_hdr() 46 void tso_build_data(struct sk_buff *skb, struct tso_t *tso, int size) in tso_build_data() 64 void tso_start(struct sk_buff *skb, struct tso_t *tso) in tso_start()
|
| /linux-4.4.14/drivers/net/ethernet/cavium/thunder/ |
| D | nicvf_queues.c | 1040 struct tso_t tso; in nicvf_sq_append_tso()
|
| /linux-4.4.14/drivers/net/ethernet/marvell/ |
| D | mv643xx_eth.c | 842 struct tso_t tso; in txq_submit_tso()
|
| D | mvneta.c | 1678 struct tso_t tso; in mvneta_tx_tso()
|
| /linux-4.4.14/drivers/net/ethernet/freescale/ |
| D | fec_main.c | 699 struct tso_t tso; in fec_enet_txq_submit_tso()
|