Symbol: fwohcidb_tr
sys/dev/firewire/fwohci.c
1062
struct fwohcidb_tr *tr;
sys/dev/firewire/fwohci.c
1196
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
1224
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
1248
db_tr = (struct fwohcidb_tr *)
sys/dev/firewire/fwohci.c
1249
malloc(sizeof(struct fwohcidb_tr) * dbch->ndb,
sys/dev/firewire/fwohci.c
1285
STAILQ_LAST(&dbch->db_trq, fwohcidb_tr,link)->link.stqe_next
sys/dev/firewire/fwohci.c
1341
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
1400
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
146
static int fwohci_add_rx_buf (struct fwohci_dbch *, struct fwohcidb_tr *, int, struct fwdma_alloc *);
sys/dev/firewire/fwohci.c
147
static int fwohci_add_tx_buf (struct fwohci_dbch *, struct fwohcidb_tr *, int);
sys/dev/firewire/fwohci.c
149
static void print_db (struct fwohcidb_tr *, struct fwohcidb *, uint32_t , uint32_t);
sys/dev/firewire/fwohci.c
1537
db = ((struct fwohcidb_tr *)(prev->end))->db;
sys/dev/firewire/fwohci.c
1544
((struct fwohcidb_tr *)
sys/dev/firewire/fwohci.c
1576
((struct fwohcidb_tr *)(first->start))->bus_addr | dbch->ndesc);
sys/dev/firewire/fwohci.c
1626
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
1665
db_tr = (struct fwohcidb_tr *)(chunk->start);
sys/dev/firewire/fwohci.c
1675
db = ((struct fwohcidb_tr *)(chunk->end))->db;
sys/dev/firewire/fwohci.c
1679
db = ((struct fwohcidb_tr *)(prev->end))->db;
sys/dev/firewire/fwohci.c
1707
((struct fwohcidb_tr *)(first->start))->bus_addr
sys/dev/firewire/fwohci.c
2150
db = ((struct fwohcidb_tr *)(chunk->end))->db;
sys/dev/firewire/fwohci.c
2153
db = ((struct fwohcidb_tr *)(chunk->start))->db;
sys/dev/firewire/fwohci.c
2184
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
2200
db_tr = (struct fwohcidb_tr *)chunk->end;
sys/dev/firewire/fwohci.c
2292
struct fwohcidb_tr *cp = NULL, *pp;
sys/dev/firewire/fwohci.c
2297
struct fwohcidb_tr *np = NULL;
sys/dev/firewire/fwohci.c
2381
print_db(struct fwohcidb_tr *db_tr, struct fwohcidb *db,
sys/dev/firewire/fwohci.c
2500
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
2502
struct fwohcidb_tr *fdb_tr;
sys/dev/firewire/fwohci.c
2516
db_tr = (struct fwohcidb_tr *)(bulkxfer->start);
sys/dev/firewire/fwohci.c
2518
fdb_tr = (struct fwohcidb_tr *)(bulkxfer->end);
sys/dev/firewire/fwohci.c
2552
db = ((struct fwohcidb_tr *)bulkxfer->end)->db;
sys/dev/firewire/fwohci.c
2561
db_tr = (struct fwohcidb_tr *)bulkxfer->start;
sys/dev/firewire/fwohci.c
2562
fdb_tr = (struct fwohcidb_tr *)bulkxfer->end;
sys/dev/firewire/fwohci.c
2569
fwohci_add_tx_buf(struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr,
sys/dev/firewire/fwohci.c
2601
fwohci_add_rx_buf(struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr,
sys/dev/firewire/fwohci.c
2735
struct fwohcidb_tr *db_tr, uint32_t off, int wake)
sys/dev/firewire/fwohci.c
2752
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
498
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
820
struct fwohcidb_tr *_dbtr = (dbtr); \
sys/dev/firewire/fwohci.c
828
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
833
db_tr = (struct fwohcidb_tr *)arg;
sys/dev/firewire/fwohci.c
867
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohcireg.h
332
STAILQ_ENTRY(fwohcidb_tr) link;
sys/dev/firewire/fwohcivar.h
51
STAILQ_HEAD(, fwohcidb_tr) db_trq;
sys/dev/firewire/fwohcivar.h
52
struct fwohcidb_tr *top, *bottom, *pdb_tr;