Searched refs:uscmdp (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c8385 struct uscsi_cmd *uscmdp; local
8390 uscmdp = mp_uscmdp->uscmdp;
8397 uscmdp->uscsi_status = ((*(pkt)->pkt_scbp) & STATUS_MASK);
8398 uscmdp->uscsi_resid = bp->b_resid;
8437 if (uscmdp->uscsi_flags & USCSI_RQENABLE) {
8440 rqlen = min(((int)uscmdp->uscsi_rqlen), rqlen);
8441 uscmdp->uscsi_rqresid = uscmdp->uscsi_rqlen - rqlen;
8442 uscmdp
8529 struct uscsi_cmd *uscmdp; local
[all...]
H A Dmpapi_impl.c2004 struct uscsi_cmd *uscmdp; local
2019 mode, mp_uscmdp->ap, &uscmdp);
2032 mp_uscmdp->uscmdp = uscmdp;
2038 uscmdp, vhci_uscsi_iostart, mp_uscmdp->cmdbp, mp_uscmdp);
2046 uscmdp) != 0 && rval == 0) {
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dmpapi_impl.h281 struct uscsi_cmd *uscmdp; /* uscsi command */ member in struct:mp_uscsi_cmd
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c2074 * uscmdp - pointer to the converted uscsi command
2085 struct uscsi_cmd **uscmdp)
2105 *uscmdp = NULL;
2108 *uscmdp = uscmd;
2133 struct uscsi_cmd **uscmdp)
2143 struct uscsi_cmd *uscmd = *uscmdp;
2153 * To be able to issue multiple commands off a single uscmdp
2154 * We need to free the original cdb, rqbuf and bzero the uscmdp
2155 * if the cdb, rqbuf and uscmdp is not NULL
2084 scsi_uscsi_alloc_and_copyin(intptr_t arg, int flag, struct scsi_address *ap, struct uscsi_cmd **uscmdp) argument
2132 scsi_uscsi_copyin(intptr_t arg, int flag, struct scsi_address *ap, struct uscsi_cmd **uscmdp) argument

Completed in 80 milliseconds