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 171 xfer->c_bcount = ata_bio->bcount;
375 nblks = xfer->c_bcount / drvp->lp->d_secsize;
418 ata_bio->nbytes = xfer->c_bcount;
492 xfer->c_bcount,
546 nblks = xfer->c_bcount / drvp->lp->d_secsize;
549 ata_bio->nbytes = xfer->c_bcount;
670 printf("%s:%d:%d: device timeout, c_bcount=%d, c_skip%d\n",
672 xfer->c_drive, xfer->c_bcount, xfer->c_skip);
763 xfer->c_bcount -= ata_bio->nbytes;
766 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 1010 xfer->c_bcount = ata_bio->bcount;
1048 nblks = xfer->c_bcount / drvp->lp->d_secsize;
1071 ata_bio->nbytes = xfer->c_bcount;
1189 nblks = xfer->c_bcount / drvp->lp->d_secsize;
1192 ata_bio->nbytes = xfer->c_bcount;
1328 "channel %d: drive %d timeout, c_bcount=%d, c_skip%d\n",
1329 chp->ch_channel, xfer->c_drive, xfer->c_bcount,
1375 xfer->c_bcount -= ata_bio->nbytes;
1378 if (xfer->c_bcount > 0) {
1466 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 1421 xfer->c_bcount, xfer->c_skip);
1471 xfer->c_bcount = ata_c->bcount;

Completed in 72 milliseconds