Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c708 usba_init_list(&scsa2usbp->scsa2usb_waitQ[lun], NULL, in scsa2usb_attach()
1383 usba_destroy_list(&scsa2usbp->scsa2usb_waitQ[lun]); in scsa2usb_cleanup()
2664 if (usba_list_entry_count(&scsa2usbp->scsa2usb_waitQ[lun]) > in scsa2usb_scsi_start()
2675 usba_add_to_list(&scsa2usbp->scsa2usb_waitQ[lun], &cmd->cmd_waitQ); in scsa2usb_scsi_start()
2680 usba_list_entry_count(&scsa2usbp->scsa2usb_waitQ[lun]), lun); in scsa2usb_scsi_start()
2692 &scsa2usbp->scsa2usb_waitQ[lun], in scsa2usb_scsi_start()
4072 &scsa2usbp->scsa2usb_waitQ[lun])) == NULL) { in scsa2usb_transport_request()
4212 &scsa2usbp->scsa2usb_waitQ[lun]); in scsa2usb_work_thread()
4259 usba_move_list(&scsa2usbp->scsa2usb_waitQ[lun], &head, in scsa2usb_flush_waitQ()
5471 &scsa2usbp->scsa2usb_waitQ[lun])) { in scsa2usb_all_waitQs_empty()
/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h308 usba_list_entry_t scsa2usb_waitQ[SCSA2USB_MAX_LUNS]; member