Searched refs:bnpacket (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/firewire/
H A Dfwdev.c116 q->bnpacket = b->npacket;
126 q->bulkxfer[i].poffset = i * q->bnpacket;
374 if (ir->queued >= ir->bnpacket) {
501 if (it->queued >= it->bnpacket) {
630 ibufreq->rx.npacket = ir->bnpacket;
636 ibufreq->tx.npacket = it->bnpacket;
H A Dfirewirereg.h193 u_int bnpacket; member in struct:fw_xferq
H A Dfwohci.c1275 if (idb % dbch->xferq.bnpacket == 0)
1276 dbch->xferq.bulkxfer[idb / dbch->xferq.bnpacket
1278 if ((idb + 1) % dbch->xferq.bnpacket == 0)
1279 dbch->xferq.bulkxfer[idb / dbch->xferq.bnpacket
1376 if (((idb + 1) % dbch->xferq.bnpacket) == 0) {
1443 if (((idb + 1) % dbch->xferq.bnpacket) == 0) {
1517 dbch->ndb = it->bnpacket * it->bnchunk;
1535 fwdma_sync_multiseg(it->buf, chunk->poffset, it->bnpacket,
1641 dbch->ndb = ir->bnpacket * ir->bnchunk;
2214 ir->bnpacket, BUS_DMASYNC_POSTREA
[all...]
H A Dif_fwe.c303 xferq->bnpacket = 1;
H A Dif_fwip.c304 xferq->bnpacket = 1;

Completed in 162 milliseconds