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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdsk_common.h309 typedef struct vd_scsi { struct
325 /* Minimum size of the vd_scsi structure */
329 * Macros to access data buffers in a vd_scsi structure. When using these
330 * macros, the vd_scsi structure needs to be populated with the sizes of
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c5779 vd_scsi_t *vd_scsi; local
5789 vd_scsi = kmem_zalloc(vd_scsi_len, KM_SLEEP);
5791 vd_scsi->cdb_len = cdb_len;
5792 vd_scsi->sense_len = sense_len;
5793 vd_scsi->datain_len = datain_len;
5794 vd_scsi->dataout_len = dataout_len;
5798 return (vd_scsi);
5805 * vd_scsi - The SCSI operation buffer.
5820 vdc_scsi_status(vdc_t *vdc, vd_scsi_t *vd_scsi, boolean_t log_error) argument
5828 if (vd_scsi
5939 vd_scsi_t *vd_scsi; local
6121 vd_scsi_t *vd_scsi; local
6159 vd_scsi_t *vd_scsi; local
6190 vd_scsi_t *vd_scsi; local
6302 vd_scsi_t *vd_scsi; local
6430 vd_scsi_t *vd_scsi; local
6470 vd_scsi_t *vd_scsi; local
6511 vd_scsi_t *vd_scsi; local
6555 vd_scsi_t *vd_scsi; local
6593 vd_scsi_t *vd_scsi; local
[all...]
H A Dvds.c2726 vd_scsi_t *vd_scsi = (vd_scsi_t *)vd_buf; local
2731 vd_scsi_len += P2ROUNDUP(vd_scsi->cdb_len, sizeof (uint64_t));
2732 vd_scsi_len += P2ROUNDUP(vd_scsi->sense_len, sizeof (uint64_t));
2733 vd_scsi_len += P2ROUNDUP(vd_scsi->datain_len, sizeof (uint64_t));
2734 vd_scsi_len += P2ROUNDUP(vd_scsi->dataout_len, sizeof (uint64_t));
2744 if (vd_scsi->options & VD_SCSI_OPT_NORETRY) {
2750 switch (vd_scsi->task_attribute) {
2766 uscsi->uscsi_timeout = vd_scsi->timeout;
2769 uscsi->uscsi_cdb = (caddr_t)VD_SCSI_DATA_CDB(vd_scsi);
2770 uscsi->uscsi_cdblen = vd_scsi
2803 vd_scsi_t *vd_scsi = (vd_scsi_t *)vd_buf; local
[all...]

Completed in 85 milliseconds