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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c17365 * sense_pktp - ptr to the scsi_pkt(9S) for the RQS command
17372 struct sd_xbuf *sense_xp, struct scsi_pkt *sense_pktp)
17383 ASSERT(sense_pktp != NULL);
17386 * Note the sense_bp, sense_xp, and sense_pktp here are for the
17389 ASSERT(sense_pktp == un->un_rqs_pktp);
17391 ASSERT((sense_pktp->pkt_flags & (FLAG_SENSING | FLAG_HEAD)) ==
17401 if (sense_pktp->pkt_reason != CMD_CMPLT) {
17423 cmd_xp->xb_sense_status = *(sense_pktp->pkt_scbp);
17424 cmd_xp->xb_sense_state = sense_pktp->pkt_state;
17425 actual_len = MAX_SENSE_LENGTH - sense_pktp
17371 sd_handle_request_sense(struct sd_lun *un, struct buf *sense_bp, struct sd_xbuf *sense_xp, struct scsi_pkt *sense_pktp) argument
[all...]

Completed in 118 milliseconds