Home
last modified time | relevance | path

Searched refs:chrdev_request_id (Results 1 – 6 of 6) sorted by relevance

/drivers/scsi/
D3w-sas.c777 tw_dev->chrdev_request_id = request_id; in twl_chrdev_ioctl()
793 …timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FR… in twl_chrdev_ioctl()
796 if (tw_dev->chrdev_request_id != TW_IOCTL_CHRDEV_FREE) { in twl_chrdev_ioctl()
1075 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in twl_initialize_device_extension()
1177 if (request_id != tw_dev->chrdev_request_id) in twl_interrupt()
1205 if (request_id != tw_dev->chrdev_request_id) { in twl_interrupt()
1209 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in twl_interrupt()
1401 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in twl_reset_device_extension()
D3w-9xxx.c704 tw_dev->chrdev_request_id = request_id; in twa_chrdev_ioctl()
720 …timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FR… in twa_chrdev_ioctl()
723 if (tw_dev->chrdev_request_id != TW_IOCTL_CHRDEV_FREE) { in twa_chrdev_ioctl()
1205 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in twa_initialize_device_extension()
1305 if (request_id != tw_dev->chrdev_request_id) { in twa_interrupt()
1322 if (request_id != tw_dev->chrdev_request_id) { in twa_interrupt()
1326 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in twa_interrupt()
1624 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in twa_reset_device_extension()
D3w-xxxx.c959 tw_dev->chrdev_request_id = request_id; in tw_chrdev_ioctl()
988 …timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FR… in tw_chrdev_ioctl()
991 if (tw_dev->chrdev_request_id != TW_IOCTL_CHRDEV_FREE) { in tw_chrdev_ioctl()
1269 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in tw_initialize_device_extension()
1327 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in tw_reset_device_extension()
2106 if (request_id != tw_dev->chrdev_request_id) { in DEF_SCSI_QCMD()
2112 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in DEF_SCSI_QCMD()
D3w-xxxx.h426 volatile int chrdev_request_id; member
D3w-sas.h384 int chrdev_request_id; member
D3w-9xxx.h673 int chrdev_request_id; member