Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dif_tht.c456 struct tht_pkt { struct
462 TAILQ_ENTRY(tht_pkt) tp_link; argument
466 struct tht_pkt *tpl_pkts;
467 TAILQ_HEAD(, tht_pkt) tpl_free;
468 TAILQ_HEAD(, tht_pkt) tpl_used;
515 void tht_pkt_put(struct tht_pkt_list *, struct tht_pkt *);
516 struct tht_pkt *tht_pkt_get(struct tht_pkt_list *);
517 struct tht_pkt *tht_pkt_used(struct tht_pkt_list *);
589 int tht_load_pkt(struct tht_softc *, struct tht_pkt *,
1089 struct tht_pkt *pkt; in tht_start()
[all …]