Lines Matching refs:fwohcidb_tr

145 static int fwohci_add_rx_buf (struct fwohci_dbch *, struct fwohcidb_tr *, int, struct fwdma_alloc *);
146 static int fwohci_add_tx_buf (struct fwohci_dbch *, struct fwohcidb_tr *, int);
148 static void print_db (struct fwohcidb_tr *, struct fwohcidb *, uint32_t , uint32_t);
497 struct fwohcidb_tr *db_tr;
819 struct fwohcidb_tr *_dbtr = (dbtr); \
827 struct fwohcidb_tr *db_tr;
832 db_tr = (struct fwohcidb_tr *)arg;
866 struct fwohcidb_tr *db_tr;
1061 struct fwohcidb_tr *tr;
1195 struct fwohcidb_tr *db_tr;
1223 struct fwohcidb_tr *db_tr;
1247 db_tr = (struct fwohcidb_tr *)
1248 malloc(sizeof(struct fwohcidb_tr) * dbch->ndb,
1284 STAILQ_LAST(&dbch->db_trq, fwohcidb_tr,link)->link.stqe_next
1340 struct fwohcidb_tr *db_tr;
1399 struct fwohcidb_tr *db_tr;
1539 db = ((struct fwohcidb_tr *)(prev->end))->db;
1546 ((struct fwohcidb_tr *)
1578 ((struct fwohcidb_tr *)(first->start))->bus_addr | dbch->ndesc);
1628 struct fwohcidb_tr *db_tr;
1667 db_tr = (struct fwohcidb_tr *)(chunk->start);
1677 db = ((struct fwohcidb_tr *)(chunk->end))->db;
1681 db = ((struct fwohcidb_tr *)(prev->end))->db;
1709 ((struct fwohcidb_tr *)(first->start))->bus_addr
2152 db = ((struct fwohcidb_tr *)(chunk->end))->db;
2155 db = ((struct fwohcidb_tr *)(chunk->start))->db;
2186 struct fwohcidb_tr *db_tr;
2202 db_tr = (struct fwohcidb_tr *)chunk->end;
2294 struct fwohcidb_tr *cp = NULL, *pp, *np = NULL;
2370 print_db(struct fwohcidb_tr *db_tr, struct fwohcidb *db,
2489 struct fwohcidb_tr *db_tr, *fdb_tr;
2502 db_tr = (struct fwohcidb_tr *)(bulkxfer->start);
2503 fdb_tr = (struct fwohcidb_tr *)(bulkxfer->end);
2538 db = ((struct fwohcidb_tr *)bulkxfer->end)->db;
2547 db_tr = (struct fwohcidb_tr *)bulkxfer->start;
2548 fdb_tr = (struct fwohcidb_tr *)bulkxfer->end;
2555 fwohci_add_tx_buf(struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr,
2587 fwohci_add_rx_buf(struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr,
2716 struct fwohcidb_tr *db_tr, uint32_t off, int wake)
2733 struct fwohcidb_tr *db_tr;