Home
last modified time | relevance | path

Searched defs:scsa2usb_state (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h278 typedef struct scsa2usb_state { struct
279 int scsa2usb_instance; /* Instance number */
280 int scsa2usb_dev_state; /* USB device state */
281 int scsa2usb_flags; /* Per instance flags */
282 int scsa2usb_intfc_num; /* Interface number */
283 dev_info_t *scsa2usb_dip; /* Per device. info */
284 scsa2usb_power_t *scsa2usb_pm; /* PM state info */
286 int scsa2usb_transport_busy; /* ugen/sd traffic */
287 int scsa2usb_ugen_open_count;
288 kcondvar_t scsa2usb_transport_busy_cv;
[all …]