Searched defs:spktp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Datapi.c41 static int atapi_tran_abort(struct scsi_address *ap, struct scsi_pkt *spktp);
47 struct scsi_pkt *spktp, struct buf *bp, int cmdlen, int statuslen,
50 struct scsi_pkt *spktp);
51 static void atapi_tran_dmafree(struct scsi_address *ap, struct scsi_pkt *spktp);
53 struct scsi_pkt *spktp);
54 static int atapi_tran_start(struct scsi_address *ap, struct scsi_pkt *spktp);
426 struct scsi_pkt *spktp)
430 if (spktp) {
431 return (ghd_tran_abort(&ADDR2CTL(ap)->ac_ccc, PKTP2GCMDP(spktp),
600 struct scsi_pkt *spktp,
424 atapi_tran_abort( struct scsi_address *ap, struct scsi_pkt *spktp) argument
598 atapi_tran_init_pkt( struct scsi_address *ap, struct scsi_pkt *spktp, struct buf *bp, int cmdlen, int statuslen, int tgtlen, int flags, int (*callback)(caddr_t), caddr_t arg) argument
871 atapi_tran_destroy_pkt( struct scsi_address *ap, struct scsi_pkt *spktp) argument
913 atapi_tran_dmafree( struct scsi_address *ap, struct scsi_pkt *spktp) argument
936 atapi_tran_sync_pkt( struct scsi_address *ap, struct scsi_pkt *spktp) argument
958 atapi_tran_start( struct scsi_address *ap, struct scsi_pkt *spktp) argument
1038 struct scsi_pkt *spktp = APKT2SPKT(ata_pktp); local
[all...]

Completed in 92 milliseconds