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

/freebsd-9.3-release/sys/dev/firewire/
H A Dfwdev.c144 q->bnpacket = b->npacket;
154 q->bulkxfer[i].poffset = i * q->bnpacket;
406 if(ir->queued >= ir->bnpacket){
533 if (it->queued >= it->bnpacket) {
662 ibufreq->rx.npacket = ir->bnpacket;
668 ibufreq->tx.npacket = it->bnpacket;
H A Dfirewirereg.h203 u_int bnpacket; member in struct:fw_xferq
H A Dfwohci.c1300 if (idb % dbch->xferq.bnpacket == 0)
1301 dbch->xferq.bulkxfer[idb / dbch->xferq.bnpacket
1303 if ((idb + 1) % dbch->xferq.bnpacket == 0)
1304 dbch->xferq.bulkxfer[idb / dbch->xferq.bnpacket
1401 if(((idb + 1 ) % dbch->xferq.bnpacket) == 0){
1468 if(((idb + 1 ) % dbch->xferq.bnpacket) == 0){
1542 dbch->ndb = it->bnpacket * it->bnchunk;
1560 fwdma_sync_multiseg(it->buf, chunk->poffset, it->bnpacket,
1666 dbch->ndb = ir->bnpacket * ir->bnchunk;
2221 ir->bnpacket, BUS_DMASYNC_POSTREA
[all...]
H A Dif_fwe.c345 xferq->bnpacket = 1;
H A Dif_fwip.c320 xferq->bnpacket = 1;

Completed in 96 milliseconds