Lines Matching refs:nBytes
133 size_t nbytes; /* number of bytes currently transferring */
273 uint32_t *Data, unsigned int nBytes);
397 sc->sc_bio.blkno, sc->sc_bio.nbytes,
427 sc->sc_bio.nbytes -= sz;
1360 sysace_send_config(struct ace_softc *sc, uint32_t *Data, unsigned int nBytes)
1399 nBytes = (nBytes + ACEROUNDUP - 1) & ~(ACEROUNDUP-1);
1400 nWords = (nBytes + 3) / 4;
1403 nBytes, nWords, Interface));
1840 sc->sc_bio.nbytes = bp->b_bcount;
1861 bp->b_resid = ace->sc_bio.nbytes;
2372 ace->sc_bio.nbytes = nblks * lp->d_secsize;