Searched refs:fwohcidb_tr (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ieee1394/
H A Dfwohcivar.h53 STAILQ_HEAD(, fwohcidb_tr) db_trq;
54 struct fwohcidb_tr *top;
55 struct fwohcidb_tr *bottom;
56 struct fwohcidb_tr *pdb_tr;
H A Dfwohci.c187 static void fwohci_execute_db(struct fwohcidb_tr *, bus_dmamap_t);
208 static void print_db(struct fwohcidb_tr *, struct fwohcidb *, uint32_t,
211 static int fwohci_add_tx_buf(struct fwohci_dbch *, struct fwohcidb_tr *, int);
212 static int fwohci_add_rx_buf(struct fwohci_dbch *, struct fwohcidb_tr *, int,
218 struct fwohcidb_tr *, int);
788 struct fwohcidb_tr *db_tr;
828 db_tr = (struct fwohcidb_tr *)(chunk->start);
843 db = ((struct fwohcidb_tr *)(chunk->end))->db;
847 db = ((struct fwohcidb_tr *)(prev->end))->db;
872 ((struct fwohcidb_tr *)(firs
[all...]
H A Dfwohcireg.h336 struct fwohcidb_tr { struct
338 STAILQ_ENTRY(fwohcidb_tr) link;

Completed in 109 milliseconds