Home
last modified time | relevance | path

Searched refs:scsa2usb_flags (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c726 scsa2usbp->scsa2usb_flags |= SCSA2USB_FLAGS_LOCKS_INIT; in scsa2usb_attach()
944 scsa2usbp->scsa2usb_flags |= SCSA2USB_FLAGS_HBA_ATTACH_SETUP; in scsa2usb_attach()
1377 if (scsa2usbp->scsa2usb_flags & SCSA2USB_FLAGS_LOCKS_INIT) { in scsa2usb_cleanup()
1387 if (scsa2usbp->scsa2usb_flags & in scsa2usb_cleanup()
1393 if (scsa2usbp->scsa2usb_flags & in scsa2usb_cleanup()
2625 scsa2usbp->scsa2usb_pkt_state, scsa2usbp->scsa2usb_flags, in scsa2usb_scsi_start()
4529 (void *)scsa2usbp->scsa2usb_dip, scsa2usbp->scsa2usb_flags); in scsa2usb_open_usb_pipes()
4531 if (!(scsa2usbp->scsa2usb_flags & SCSA2USB_FLAGS_PIPES_OPENED)) { in scsa2usb_open_usb_pipes()
4632 scsa2usbp->scsa2usb_flags |= SCSA2USB_FLAGS_PIPES_OPENED; in scsa2usb_open_usb_pipes()
4660 if ((scsa2usbp->scsa2usb_flags & SCSA2USB_FLAGS_PIPES_OPENED) == 0) { in scsa2usb_close_usb_pipes()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h293 int scsa2usb_flags; /* Per instance flags */ member