Home
last modified time | relevance | path

Searched refs:dbch (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/dev/firewire/
H A Dfwohci.c1175 if (dbch->bottom == dbch->top) {
1254 DB_SIZE(dbch), dbch->ndb, BUS_DMA_WAITOK);
1290 dbch->top = STAILQ_FIRST(&dbch->db_trq);
1291 dbch->bottom = dbch->top;
1362 for (i = 0, dbch->bottom = dbch->top; i < (dbch->ndb - 1); i++) {
1363 dbch->bottom = STAILQ_NEXT(dbch->bottom, link);
1430 dbch->top = STAILQ_FIRST(&dbch->db_trq);
1431 for (i = 0, dbch->bottom = dbch->top; i < (dbch->ndb - 1); i++) {
1432 dbch->bottom = STAILQ_NEXT(dbch->bottom, link);
2855 dbch->buf_offset = - dbch->buf_offset;
[all …]