HomeSort by: relevance | last modified time | path
    Searched refs:fwohcidb_tr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ieee1394/
fwohcivar.h 51 STAILQ_HEAD(, fwohcidb_tr) db_trq;
52 struct fwohcidb_tr *top;
53 struct fwohcidb_tr *bottom;
54 struct fwohcidb_tr *pdb_tr;
fwohci.c 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)
    [all...]
fwohcireg.h 336 struct fwohcidb_tr { struct
338 STAILQ_ENTRY(fwohcidb_tr) link;

Completed in 13 milliseconds