• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/firewire/

Lines Matching refs:fwohcidb_tr

148 static int fwohci_add_rx_buf (struct fwohci_dbch *, struct fwohcidb_tr *, int, struct fwdma_alloc *);
149 static int fwohci_add_tx_buf (struct fwohci_dbch *, struct fwohcidb_tr *, int);
151 static void print_db (struct fwohcidb_tr *, struct fwohcidb *, uint32_t , uint32_t);
500 struct fwohcidb_tr *db_tr;
822 struct fwohcidb_tr *_dbtr = (dbtr); \
830 struct fwohcidb_tr *db_tr;
835 db_tr = (struct fwohcidb_tr *)arg;
869 struct fwohcidb_tr *db_tr;
1064 struct fwohcidb_tr *tr;
1198 struct fwohcidb_tr *db_tr;
1226 struct fwohcidb_tr *db_tr;
1250 db_tr = (struct fwohcidb_tr *)
1251 malloc(sizeof(struct fwohcidb_tr) * dbch->ndb,
1287 STAILQ_LAST(&dbch->db_trq, fwohcidb_tr,link)->link.stqe_next
1343 struct fwohcidb_tr *db_tr;
1402 struct fwohcidb_tr *db_tr;
1542 db = ((struct fwohcidb_tr *)(prev->end))->db;
1549 ((struct fwohcidb_tr *)
1581 ((struct fwohcidb_tr *)(first->start))->bus_addr | dbch->ndesc);
1631 struct fwohcidb_tr *db_tr;
1670 db_tr = (struct fwohcidb_tr *)(chunk->start);
1680 db = ((struct fwohcidb_tr *)(chunk->end))->db;
1684 db = ((struct fwohcidb_tr *)(prev->end))->db;
1712 ((struct fwohcidb_tr *)(first->start))->bus_addr
2155 db = ((struct fwohcidb_tr *)(chunk->end))->db;
2158 db = ((struct fwohcidb_tr *)(chunk->start))->db;
2189 struct fwohcidb_tr *db_tr;
2205 db_tr = (struct fwohcidb_tr *)chunk->end;
2297 struct fwohcidb_tr *cp = NULL, *pp, *np = NULL;
2373 print_db(struct fwohcidb_tr *db_tr, struct fwohcidb *db,
2492 struct fwohcidb_tr *db_tr, *fdb_tr;
2505 db_tr = (struct fwohcidb_tr *)(bulkxfer->start);
2506 fdb_tr = (struct fwohcidb_tr *)(bulkxfer->end);
2541 db = ((struct fwohcidb_tr *)bulkxfer->end)->db;
2550 db_tr = (struct fwohcidb_tr *)bulkxfer->start;
2551 fdb_tr = (struct fwohcidb_tr *)bulkxfer->end;
2558 fwohci_add_tx_buf(struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr,
2590 fwohci_add_rx_buf(struct fwohci_dbch *dbch, struct fwohcidb_tr *db_tr,
2719 struct fwohcidb_tr *db_tr, uint32_t off, int wake)
2736 struct fwohcidb_tr *db_tr;