Lines Matching defs:umass_softc
387 struct umass_softc { struct
388 struct scsi_sense cam_scsi_sense;
389 struct scsi_test_unit_ready cam_scsi_test_unit_ready;
390 struct mtx sc_mtx;
391 struct {
405 } sc_transfer;
408 umass_bbb_cbw_t cbw; /* command block wrapper */
409 umass_bbb_csw_t csw; /* command status wrapper */
412 umass_cbi_sbl_t sbl; /* status block */
414 device_t sc_dev;
415 struct usb_device *sc_udev;
416 struct cam_sim *sc_sim; /* SCSI Interface Module */
417 struct usb_xfer *sc_xfer[UMASS_T_MAX];
423 umass_transform_t *sc_transform;
425 uint32_t sc_unit;
426 uint32_t sc_quirks; /* they got it almost right */
427 uint32_t sc_proto; /* wire and cmd protocol */
429 uint8_t sc_name[16];
430 uint8_t sc_iface_no; /* interface number */
431 uint8_t sc_maxlun; /* maximum LUN number, inclusive */
432 uint8_t sc_last_xfer_index;
433 uint8_t sc_status_try;
434 bool sc_sending_sense;