Searched refs:fwohcidb_tr (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/firewire/ |
H A D | fwohci.c | 146 static int fwohci_add_rx_buf (struct fwohci_dbch *, struct fwohcidb_tr *, int, struct fwdma_alloc *… 147 static int fwohci_add_tx_buf (struct fwohci_dbch *, struct fwohcidb_tr *, int); 149 static void print_db (struct fwohcidb_tr *, struct fwohcidb *, uint32_t , uint32_t); 498 struct fwohcidb_tr *db_tr; 820 struct fwohcidb_tr *_dbtr = (dbtr); \ 828 struct fwohcidb_tr *db_tr; 833 db_tr = (struct fwohcidb_tr *)arg; 867 struct fwohcidb_tr *db_tr; 1062 struct fwohcidb_tr *tr; 1196 struct fwohcidb_tr *db_tr; [all …]
|
H A D | fwohcivar.h | 51 STAILQ_HEAD(, fwohcidb_tr) db_trq; 52 struct fwohcidb_tr *top, *bottom, *pdb_tr;
|
H A D | fwohcireg.h | 331 struct fwohcidb_tr { struct 332 STAILQ_ENTRY(fwohcidb_tr) link;
|