Home
last modified time | relevance | path

Searched refs:timeout_msec (Results 1 – 7 of 7) sorted by relevance

/drivers/thunderbolt/
Dctl.h59 int timeout_msec);
63 u32 length, int timeout_msec);
67 u32 length, int timeout_msec);
Dctl.c441 size_t length, int timeout_msec, in tb_ctl_rx() argument
448 msecs_to_jiffies(timeout_msec))) { in tb_ctl_rx()
597 int timeout_msec) in tb_cfg_reset() argument
607 return tb_ctl_rx(ctl, &reply, sizeof(reply), timeout_msec, route, in tb_cfg_reset()
618 u32 offset, u32 length, int timeout_msec) in tb_cfg_read_raw() argument
636 res = tb_ctl_rx(ctl, &reply, 12 + 4 * length, timeout_msec, route, in tb_cfg_read_raw()
655 u32 offset, u32 length, int timeout_msec) in tb_cfg_write_raw() argument
675 res = tb_ctl_rx(ctl, &reply, sizeof(reply), timeout_msec, route, in tb_cfg_write_raw()
/drivers/ata/
Dsata_sil24.c606 unsigned long timeout_msec) in sil24_exec_polled_cmd() argument
632 10, timeout_msec); in sil24_exec_polled_cmd()
660 unsigned long timeout_msec = 0; in sil24_softreset() local
675 timeout_msec = jiffies_to_msecs(deadline - jiffies); in sil24_softreset()
679 timeout_msec); in sil24_softreset()
Dlibahci.c1258 unsigned long timeout_msec) in ahci_exec_polled_cmd() argument
1273 if (timeout_msec) { in ahci_exec_polled_cmd()
1275 0x1, 0x1, 1, timeout_msec); in ahci_exec_polled_cmd()
/drivers/scsi/
D3w-9xxx.h599 unsigned long timeout_msec; member
D3w-9xxx.c863 tw_dev->ioctl_msec = current_time_ms + tw_lock->timeout_msec; in twa_chrdev_ioctl()
865 tw_lock->time_remaining_msec = tw_lock->timeout_msec; in twa_chrdev_ioctl()
/drivers/scsi/qla2xxx/
Dqla_init.c1236 uint timeout_msec; in qla25xx_manipulate_risc_semaphore() local
1243 timeout_msec = TIMEOUT_SEMAPHORE; in qla25xx_manipulate_risc_semaphore()
1244 n = timeout_msec / delta_msec; in qla25xx_manipulate_risc_semaphore()
1263 timeout_msec = TIMEOUT_SEMAPHORE_FORCE; in qla25xx_manipulate_risc_semaphore()
1264 n = timeout_msec / delta_msec; in qla25xx_manipulate_risc_semaphore()