Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hnvar.h49 struct hn_txdesc;
51 SLIST_HEAD(hn_txdesc_list, hn_txdesc);
154 struct hn_txdesc *hn_agg_txd;
164 int (*hn_sendpkt)(struct hn_tx_ring *, struct hn_txdesc *);
180 struct hn_txdesc *hn_txdesc; member
H A Dif_hn.c200 struct hn_txdesc { struct
202 SLIST_ENTRY(hn_txdesc) link;
204 STAILQ_ENTRY(hn_txdesc) agg_link;
207 STAILQ_HEAD(, hn_txdesc) agg_list;
418 static void hn_txdesc_dmamap_destroy(struct hn_txdesc *);
420 struct hn_txdesc *);
422 struct hn_txdesc *, struct mbuf **);
424 struct hn_txdesc *);
432 struct hn_tx_ring *, struct hn_txdesc *,
439 struct hn_txdesc *);
[all …]