Symbol: fwohcidb_tr
sys/dev/ieee1394/fwohci.c
1223
struct fwohcidb_tr *db_tr;
sys/dev/ieee1394/fwohci.c
1330
fwohci_execute_db(struct fwohcidb_tr *db_tr, bus_dmamap_t dmamap)
sys/dev/ieee1394/fwohci.c
1353
struct fwohcidb_tr *db_tr, *kick;
sys/dev/ieee1394/fwohci.c
1556
struct fwohcidb_tr *tr;
sys/dev/ieee1394/fwohci.c
1701
struct fwohcidb_tr *db_tr, *last;
sys/dev/ieee1394/fwohci.c
1728
struct fwohcidb_tr *db_tr, *lastq, *tmpq;
sys/dev/ieee1394/fwohci.c
1730
const int db_tr_sz = sizeof(struct fwohcidb_tr) * dbch->ndb;
sys/dev/ieee1394/fwohci.c
1738
db_tr = (struct fwohcidb_tr *)malloc(db_tr_sz, M_FW, M_WAITOK | M_ZERO);
sys/dev/ieee1394/fwohci.c
181
static void fwohci_execute_db(struct fwohcidb_tr *, bus_dmamap_t);
sys/dev/ieee1394/fwohci.c
1817
struct fwohcidb_tr *db_tr;
sys/dev/ieee1394/fwohci.c
1866
struct fwohcidb_tr *db_tr;
sys/dev/ieee1394/fwohci.c
202
static void print_db(struct fwohcidb_tr *, struct fwohcidb *, uint32_t,
sys/dev/ieee1394/fwohci.c
205
static int fwohci_add_tx_buf(struct fwohci_dbch *, struct fwohcidb_tr *, int);
sys/dev/ieee1394/fwohci.c
206
static int fwohci_add_rx_buf(struct fwohci_dbch *, struct fwohcidb_tr *, int,
sys/dev/ieee1394/fwohci.c
212
struct fwohcidb_tr *, int);
sys/dev/ieee1394/fwohci.c
2205
db = ((struct fwohcidb_tr *)(chunk->end))->db;
sys/dev/ieee1394/fwohci.c
2208
db = ((struct fwohcidb_tr *)(chunk->start))->db;
sys/dev/ieee1394/fwohci.c
2242
struct fwohcidb_tr *db_tr;
sys/dev/ieee1394/fwohci.c
2258
db_tr = (struct fwohcidb_tr *)chunk->end;
sys/dev/ieee1394/fwohci.c
2350
struct fwohcidb_tr *cp = NULL, *pp;
sys/dev/ieee1394/fwohci.c
2353
struct fwohcidb_tr *np = NULL;
sys/dev/ieee1394/fwohci.c
2428
print_db(struct fwohcidb_tr *db_tr, struct fwohcidb *db, uint32_t ch,
sys/dev/ieee1394/fwohci.c
2504
struct fwohcidb_tr *db_tr /*, *fdb_tr */;
sys/dev/ieee1394/fwohci.c
2517
db_tr = (struct fwohcidb_tr *)(bulkxfer->start);
sys/dev/ieee1394/fwohci.c
2551
db = ((struct fwohcidb_tr *)bulkxfer->end)->db;
sys/dev/ieee1394/fwohci.c
2568
fwohci_add_tx_buf(struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr,
sys/dev/ieee1394/fwohci.c
2600
fwohci_add_rx_buf(struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr,
sys/dev/ieee1394/fwohci.c
2729
struct fwohcidb_tr *db_tr, int wake)
sys/dev/ieee1394/fwohci.c
2732
struct fwohcidb_tr *bdb_tr = dbch->bottom;
sys/dev/ieee1394/fwohci.c
2752
struct fwohcidb_tr *db_tr;
sys/dev/ieee1394/fwohci.c
802
struct fwohcidb_tr *db_tr;
sys/dev/ieee1394/fwohci.c
842
db_tr = (struct fwohcidb_tr *)(chunk->start);
sys/dev/ieee1394/fwohci.c
857
db = ((struct fwohcidb_tr *)(chunk->end))->db;
sys/dev/ieee1394/fwohci.c
861
db = ((struct fwohcidb_tr *)(prev->end))->db;
sys/dev/ieee1394/fwohci.c
886
((struct fwohcidb_tr *)(first->start))->bus_addr | dbch->ndesc);
sys/dev/ieee1394/fwohci.c
947
db = ((struct fwohcidb_tr *)(prev->end))->db;
sys/dev/ieee1394/fwohci.c
954
((struct fwohcidb_tr *)(chunk->start))->bus_addr |
sys/dev/ieee1394/fwohci.c
984
((struct fwohcidb_tr *)(first->start))->bus_addr | dbch->ndesc);
sys/dev/ieee1394/fwohcireg.h
338
STAILQ_ENTRY(fwohcidb_tr) link;
sys/dev/ieee1394/fwohcivar.h
51
STAILQ_HEAD(, fwohcidb_tr) db_trq;
sys/dev/ieee1394/fwohcivar.h
52
struct fwohcidb_tr *top;
sys/dev/ieee1394/fwohcivar.h
53
struct fwohcidb_tr *bottom;
sys/dev/ieee1394/fwohcivar.h
54
struct fwohcidb_tr *pdb_tr;