Home
last modified time | relevance | path

Searched refs:hn_txdesc (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/hyperv/netvsc/
Dif_hnvar.h51 struct hn_txdesc;
53 SLIST_HEAD(hn_txdesc_list, hn_txdesc);
157 struct hn_txdesc *hn_agg_txd;
167 int (*hn_sendpkt)(struct hn_tx_ring *, struct hn_txdesc *);
183 struct hn_txdesc *hn_txdesc; member
Dif_hn.c197 struct hn_txdesc { struct
199 SLIST_ENTRY(hn_txdesc) link;
201 STAILQ_ENTRY(hn_txdesc) agg_link;
204 STAILQ_HEAD(, hn_txdesc) agg_list;
421 static void hn_txdesc_dmamap_destroy(struct hn_txdesc *);
423 struct hn_txdesc *);
425 struct hn_txdesc *, struct mbuf **);
427 struct hn_txdesc *);
435 struct hn_tx_ring *, struct hn_txdesc *,
442 struct hn_txdesc *);
[all …]