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

  /src/sys/dev/scsipi/
atapi_wdc.c 456 xfer->c_bcount = sc_xfer->datalen;
625 xfer->c_bcount <= 0xffff ? xfer->c_bcount : 0xffff,
646 xfer->c_bcount,
779 len = xfer->c_bcount;
801 printf("%s:%d:%d: device timeout, c_bcount=%d, c_skip=%d\n",
803 xfer->c_drive, xfer->c_bcount, xfer->c_skip);
846 ATADEBUG_PRINT(("wdc_atapi_intr: c_bcount %d len %d st 0x%x err 0x%x "
847 "ire 0x%x :", xfer->c_bcount,
859 xfer->c_databuf, xfer->c_bcount, dma_flags)
    [all...]
  /src/sys/dev/ata/
satafis_subr.c 108 count = xfer->c_bcount / drvp->lp->d_secsize;
159 bcount16 = xfer->c_bcount <= 0xffff ? xfer->c_bcount : 0xffff;
ata_wdc.c 170 xfer->c_bcount = ata_bio->bcount;
373 nblks = xfer->c_bcount / drvp->lp->d_secsize;
422 ata_bio->nbytes = xfer->c_bcount;
496 xfer->c_bcount,
550 nblks = xfer->c_bcount / drvp->lp->d_secsize;
553 ata_bio->nbytes = xfer->c_bcount;
674 printf("%s:%d:%d: device timeout, c_bcount=%d, c_skip%d\n",
676 xfer->c_drive, xfer->c_bcount, xfer->c_skip);
767 xfer->c_bcount -= ata_bio->nbytes;
770 if (xfer->c_bcount > 0)
    [all...]
atavar.h 144 int c_bcount; /* byte count left */ member in struct:ata_xfer
156 int c_lenoff; /* offset to c_bcount (ATAPI) */
  /src/sys/dev/ic/
mvsata.c 1009 xfer->c_bcount = ata_bio->bcount;
1046 nblks = xfer->c_bcount / drvp->lp->d_secsize;
1075 ata_bio->nbytes = xfer->c_bcount;
1193 nblks = xfer->c_bcount / drvp->lp->d_secsize;
1196 ata_bio->nbytes = xfer->c_bcount;
1332 "channel %d: drive %d timeout, c_bcount=%d, c_skip%d\n",
1333 chp->ch_channel, xfer->c_drive, xfer->c_bcount,
1379 xfer->c_bcount -= ata_bio->nbytes;
1382 if (xfer->c_bcount > 0) {
1470 ata_bio->bcount = xfer->c_bcount;
    [all...]
siisata.c 948 xfer->c_bcount = ata_c->bcount;
1149 for (i = 0; i < (xfer->c_bcount / sizeof(*idwordbuf)); i++) {
1190 xfer->c_bcount = ata_bio->bcount;
1764 xfer->c_bcount = sc_xfer->datalen;
1818 xfer->c_bcount,
ahcisata_core.c 1163 xfer->c_bcount = ata_c->bcount;
1376 for (i = 0; i < (xfer->c_bcount / sizeof(*idwordbuf)); i++) {
1417 xfer->c_bcount = ata_bio->bcount;
1897 xfer->c_bcount = sc_xfer->datalen;
2031 if (xfer->c_bcount > 0) {
wdc.c 1370 xfer->c_bcount, xfer->c_skip);
1420 xfer->c_bcount = ata_c->bcount;

Completed in 19 milliseconds