Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c708 scsa2usbp->scsa2usb_flags |= SCSA2USB_FLAGS_LOCKS_INIT; in scsa2usb_attach()
908 scsa2usbp->scsa2usb_flags |= SCSA2USB_FLAGS_HBA_ATTACH_SETUP; in scsa2usb_attach()
1341 if (scsa2usbp->scsa2usb_flags & SCSA2USB_FLAGS_LOCKS_INIT) { in scsa2usb_cleanup()
1351 if (scsa2usbp->scsa2usb_flags & in scsa2usb_cleanup()
1357 if (scsa2usbp->scsa2usb_flags & in scsa2usb_cleanup()
2622 scsa2usbp->scsa2usb_pkt_state, scsa2usbp->scsa2usb_flags, in scsa2usb_scsi_start()
4505 (void *)scsa2usbp->scsa2usb_dip, scsa2usbp->scsa2usb_flags); in scsa2usb_open_usb_pipes()
4507 if (!(scsa2usbp->scsa2usb_flags & SCSA2USB_FLAGS_PIPES_OPENED)) { in scsa2usb_open_usb_pipes()
4608 scsa2usbp->scsa2usb_flags |= SCSA2USB_FLAGS_PIPES_OPENED; in scsa2usb_open_usb_pipes()
4636 if ((scsa2usbp->scsa2usb_flags & SCSA2USB_FLAGS_PIPES_OPENED) == 0) { in scsa2usb_close_usb_pipes()
[all …]
/titanic_41/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h281 int scsa2usb_flags; /* Per instance flags */ member