Searched refs:ap_resid (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi_fsm.c398 xfer_bytes = min(ata_pktp->ap_resid, drive_bytes);
430 ata_pktp->ap_resid -= xfer_bytes;
478 xfer_bytes = min(ata_pktp->ap_resid, drive_bytes);
508 ata_pktp->ap_resid -= xfer_bytes;
552 ata_pktp->ap_resid = 0;
H A Data_debug.c106 P->ap_sg_list, P->ap_sg_cnt, P->ap_resid, P->ap_bcount);
H A Data_disk.c1525 * restore the old values of the ap_v_addr and ap_resid.
1531 ata_pktp->ap_resid = ata_pktp->ap_resid_sav;
1544 * Save the current values of ap_v_addr and ap_resid
1549 ata_pktp->ap_resid_sav = ata_pktp->ap_resid;
1625 ata_pktp->ap_resid = byte_count;
1639 ata_pktp->ap_resid = byte_count;
2195 pktp->cp_resid = ata_pktp->ap_resid;
2345 if (ata_pktp->ap_resid == 0) {
2424 ata_pktp->ap_resid -= tmp_count;
2429 if (ata_pktp->ap_resid
[all...]
H A Datapi.c987 /* ap_resid is decremented as the data transfer progresses */
988 ata_pktp->ap_resid = ata_pktp->ap_bcount;
1046 spktp->pkt_resid = ata_pktp->ap_resid;
H A Data_common.h588 size_t ap_resid; /* # bytes left to read/write */ member in struct:ata_pkt
H A Data_common.c2649 arq_pktp->ap_resid = senselen;

Completed in 73 milliseconds