Lines Matching refs:fwohcidb_tr
181 static void fwohci_execute_db(struct fwohcidb_tr *, bus_dmamap_t);
202 static void print_db(struct fwohcidb_tr *, struct fwohcidb *, uint32_t,
205 static int fwohci_add_tx_buf(struct fwohci_dbch *, struct fwohcidb_tr *, int);
206 static int fwohci_add_rx_buf(struct fwohci_dbch *, struct fwohcidb_tr *, int,
212 struct fwohcidb_tr *, int);
802 struct fwohcidb_tr *db_tr;
842 db_tr = (struct fwohcidb_tr *)(chunk->start);
857 db = ((struct fwohcidb_tr *)(chunk->end))->db;
861 db = ((struct fwohcidb_tr *)(prev->end))->db;
886 ((struct fwohcidb_tr *)(first->start))->bus_addr | dbch->ndesc);
947 db = ((struct fwohcidb_tr *)(prev->end))->db;
954 ((struct fwohcidb_tr *)(chunk->start))->bus_addr |
984 ((struct fwohcidb_tr *)(first->start))->bus_addr | dbch->ndesc);
1223 struct fwohcidb_tr *db_tr;
1330 fwohci_execute_db(struct fwohcidb_tr *db_tr, bus_dmamap_t dmamap)
1353 struct fwohcidb_tr *db_tr, *kick;
1556 struct fwohcidb_tr *tr;
1701 struct fwohcidb_tr *db_tr, *last;
1728 struct fwohcidb_tr *db_tr, *lastq, *tmpq;
1730 const int db_tr_sz = sizeof(struct fwohcidb_tr) * dbch->ndb;
1738 db_tr = (struct fwohcidb_tr *)malloc(db_tr_sz, M_FW, M_WAITOK | M_ZERO);
1817 struct fwohcidb_tr *db_tr;
1866 struct fwohcidb_tr *db_tr;
2205 db = ((struct fwohcidb_tr *)(chunk->end))->db;
2208 db = ((struct fwohcidb_tr *)(chunk->start))->db;
2242 struct fwohcidb_tr *db_tr;
2258 db_tr = (struct fwohcidb_tr *)chunk->end;
2350 struct fwohcidb_tr *cp = NULL, *pp;
2353 struct fwohcidb_tr *np = NULL;
2428 print_db(struct fwohcidb_tr *db_tr, struct fwohcidb *db, uint32_t ch,
2504 struct fwohcidb_tr *db_tr /*, *fdb_tr */;
2517 db_tr = (struct fwohcidb_tr *)(bulkxfer->start);
2519 fdb_tr = (struct fwohcidb_tr *)(bulkxfer->end);
2551 db = ((struct fwohcidb_tr *)bulkxfer->end)->db;
2560 db_tr = (struct fwohcidb_tr *)bulkxfer->start;
2561 fdb_tr = (struct fwohcidb_tr *)bulkxfer->end;
2568 fwohci_add_tx_buf(struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr,
2600 fwohci_add_rx_buf(struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr,
2729 struct fwohcidb_tr *db_tr, int wake)
2732 struct fwohcidb_tr *bdb_tr = dbch->bottom;
2752 struct fwohcidb_tr *db_tr;