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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c948 struct axq_arg *aqp = (struct axq_arg *)arg; local
952 ASSERT(aqp);
954 id = aqp->id;
1009 struct axq_arg *aqp = (struct axq_arg *)arg; local
1011 ASSERT(aqp);
1013 aqp->axq_dip = rdip;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c3103 struct scsi_arq_status *aqp = local
3116 (*(uint8_t *)&aqp->sts_rqpkt_status) = STATUS_GOOD;
3117 aqp->sts_rqpkt_statistics = 0;
3118 aqp->sts_rqpkt_reason = CMD_CMPLT;
3119 aqp->sts_rqpkt_state = STATE_GOT_BUS |
3122 (void) memcpy(&aqp->sts_sensedata, snsp, amt);
3123 if (aqp->sts_sensedata.es_class != CLASS_EXTENDED_SENSE) {
3124 aqp->sts_rqpkt_reason = CMD_TRAN_ERR;
3125 aqp->sts_rqpkt_state = 0;
3126 aqp
[all...]

Completed in 363 milliseconds