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