Symbol: fwohcidb_tr
sys/dev/firewire/fwohci.c
1054
struct fwohcidb_tr *tr;
sys/dev/firewire/fwohci.c
1180
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
1208
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
1232
db_tr = (struct fwohcidb_tr *)
sys/dev/firewire/fwohci.c
1233
malloc(sizeof(struct fwohcidb_tr) * dbch->ndb,
sys/dev/firewire/fwohci.c
1269
STAILQ_LAST(&dbch->db_trq, fwohcidb_tr,link)->link.stqe_next
sys/dev/firewire/fwohci.c
1325
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
1384
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
1516
db = ((struct fwohcidb_tr *)(prev->end))->db;
sys/dev/firewire/fwohci.c
1541
((struct fwohcidb_tr *)(first->start))->bus_addr | dbch->ndesc);
sys/dev/firewire/fwohci.c
156
static int fwohci_add_rx_buf (struct fwohci_dbch *, struct fwohcidb_tr *, int, struct fwdma_alloc *);
sys/dev/firewire/fwohci.c
157
static int fwohci_add_tx_buf (struct fwohci_dbch *, struct fwohcidb_tr *, int);
sys/dev/firewire/fwohci.c
1583
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
159
static void print_db (struct fwohcidb_tr *, struct fwohcidb *, uint32_t , uint32_t);
sys/dev/firewire/fwohci.c
1621
db_tr = (struct fwohcidb_tr *)(chunk->start);
sys/dev/firewire/fwohci.c
1631
db = ((struct fwohcidb_tr *)(chunk->end))->db;
sys/dev/firewire/fwohci.c
1635
db = ((struct fwohcidb_tr *)(prev->end))->db;
sys/dev/firewire/fwohci.c
1662
((struct fwohcidb_tr *)(first->start))->bus_addr
sys/dev/firewire/fwohci.c
2125
db = ((struct fwohcidb_tr *)(chunk->end))->db;
sys/dev/firewire/fwohci.c
2128
db = ((struct fwohcidb_tr *)(chunk->start))->db;
sys/dev/firewire/fwohci.c
2155
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
2168
db_tr = (struct fwohcidb_tr *)chunk->end;
sys/dev/firewire/fwohci.c
2260
struct fwohcidb_tr *cp = NULL, *pp;
sys/dev/firewire/fwohci.c
2320
print_db(struct fwohcidb_tr *db_tr, struct fwohcidb *db,
sys/dev/firewire/fwohci.c
2433
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
2446
db_tr = (struct fwohcidb_tr *)(bulkxfer->start);
sys/dev/firewire/fwohci.c
2469
db = ((struct fwohcidb_tr *)bulkxfer->end)->db;
sys/dev/firewire/fwohci.c
2476
fwohci_add_tx_buf(struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr,
sys/dev/firewire/fwohci.c
2506
fwohci_add_rx_buf(struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr,
sys/dev/firewire/fwohci.c
2637
struct fwohcidb_tr *db_tr, uint32_t off, int wake)
sys/dev/firewire/fwohci.c
2654
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
510
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
822
struct fwohcidb_tr *_dbtr = (dbtr); \
sys/dev/firewire/fwohci.c
830
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohci.c
835
db_tr = (struct fwohcidb_tr *)arg;
sys/dev/firewire/fwohci.c
869
struct fwohcidb_tr *db_tr;
sys/dev/firewire/fwohcireg.h
332
STAILQ_ENTRY(fwohcidb_tr) link;
sys/dev/firewire/fwohcivar.h
52
STAILQ_HEAD(, fwohcidb_tr) db_trq;
sys/dev/firewire/fwohcivar.h
53
struct fwohcidb_tr *top, *bottom, *pdb_tr;