Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
D3w-sas.c771 tw_dev->chrdev_request_id = request_id; in twl_chrdev_ioctl()
787 …timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FR… in twl_chrdev_ioctl()
790 if (tw_dev->chrdev_request_id != TW_IOCTL_CHRDEV_FREE) { in twl_chrdev_ioctl()
1069 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in twl_initialize_device_extension()
1171 if (request_id != tw_dev->chrdev_request_id) in twl_interrupt()
1199 if (request_id != tw_dev->chrdev_request_id) { in twl_interrupt()
1203 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in twl_interrupt()
1395 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in twl_reset_device_extension()
D3w-9xxx.c697 tw_dev->chrdev_request_id = request_id; in twa_chrdev_ioctl()
713 …timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FR… in twa_chrdev_ioctl()
716 if (tw_dev->chrdev_request_id != TW_IOCTL_CHRDEV_FREE) { in twa_chrdev_ioctl()
1203 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in twa_initialize_device_extension()
1303 if (request_id != tw_dev->chrdev_request_id) { in twa_interrupt()
1320 if (request_id != tw_dev->chrdev_request_id) { in twa_interrupt()
1324 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in twa_interrupt()
1622 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in twa_reset_device_extension()
D3w-xxxx.c958 tw_dev->chrdev_request_id = request_id; in tw_chrdev_ioctl()
987 …timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FR… in tw_chrdev_ioctl()
990 if (tw_dev->chrdev_request_id != TW_IOCTL_CHRDEV_FREE) { in tw_chrdev_ioctl()
1271 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in tw_initialize_device_extension()
1329 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in tw_reset_device_extension()
2108 if (request_id != tw_dev->chrdev_request_id) { in DEF_SCSI_QCMD()
2114 tw_dev->chrdev_request_id = TW_IOCTL_CHRDEV_FREE; in DEF_SCSI_QCMD()
D3w-xxxx.h427 volatile int chrdev_request_id; member
D3w-sas.h381 int chrdev_request_id; member
D3w-9xxx.h670 int chrdev_request_id; member