Searched refs:hn_txdesc (Results 1 – 2 of 2) sorted by relevance
49 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
200 struct hn_txdesc { struct202 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 …]