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

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi.c742 * The ap_bcount is used to update ap_boffset when the
749 ata_pktp->ap_bcount = 0;
771 ata_pktp->ap_boffset += ata_pktp->ap_bcount;
778 ata_pktp->ap_bcount = tmp;
784 ata_pktp->ap_bcount = bp->b_bcount;
790 ata_pktp->ap_bcount = 0;
798 bytes = min(ata_pktp->ap_bcount, ATAPI_MAX_BYTES_PER_DRQ);
988 ata_pktp->ap_resid = ata_pktp->ap_bcount;
H A Data_dma.c300 ata_pktp->ap_bcount = 0;
301 ata_pktp->ap_bcount += dmackp->dmac_size;
H A Data_debug.c106 P->ap_sg_list, P->ap_sg_cnt, P->ap_resid, P->ap_bcount);
H A Data_common.h585 size_t ap_bcount; /* # bytes in this request */ member in struct:ata_pkt
H A Data_disk.c1935 ddi_put8(io_hdl1, ata_ctlp->ac_feature, ata_pktp->ap_bcount);
3300 /* use ap_bcount to set subcommand code */
3301 ata_pktp->ap_bcount = (size_t)cmd_type;

Completed in 56 milliseconds