Searched defs:timeout_msec (Results 1 - 5 of 5) sorted by relevance

/drivers/thunderbolt/
H A Dctl.c441 size_t length, int timeout_msec,
448 msecs_to_jiffies(timeout_msec))) {
597 int timeout_msec)
607 return tb_ctl_rx(ctl, &reply, sizeof(reply), timeout_msec, route,
618 u32 offset, u32 length, int timeout_msec)
636 res = tb_ctl_rx(ctl, &reply, 12 + 4 * length, timeout_msec, route,
655 u32 offset, u32 length, int timeout_msec)
675 res = tb_ctl_rx(ctl, &reply, sizeof(reply), timeout_msec, route,
440 tb_ctl_rx(struct tb_ctl *ctl, void *buffer, size_t length, int timeout_msec, u64 route, enum tb_cfg_pkg_type type) argument
596 tb_cfg_reset(struct tb_ctl *ctl, u64 route, int timeout_msec) argument
616 tb_cfg_read_raw(struct tb_ctl *ctl, void *buffer, u64 route, u32 port, enum tb_cfg_space space, u32 offset, u32 length, int timeout_msec) argument
653 tb_cfg_write_raw(struct tb_ctl *ctl, void *buffer, u64 route, u32 port, enum tb_cfg_space space, u32 offset, u32 length, int timeout_msec) argument
/drivers/ata/
H A Dlibahci.c1257 unsigned long timeout_msec)
1272 if (timeout_msec) {
1274 0x1, 0x1, 1, timeout_msec);
1255 ahci_exec_polled_cmd(struct ata_port *ap, int pmp, struct ata_taskfile *tf, int is_cmd, u16 flags, unsigned long timeout_msec) argument
H A Dsata_sil24.c606 unsigned long timeout_msec)
632 10, timeout_msec);
660 unsigned long timeout_msec = 0; local
675 timeout_msec = jiffies_to_msecs(deadline - jiffies);
679 timeout_msec);
603 sil24_exec_polled_cmd(struct ata_port *ap, int pmp, const struct ata_taskfile *tf, int is_cmd, u32 ctrl, unsigned long timeout_msec) argument
/drivers/scsi/
H A D3w-9xxx.h604 unsigned long timeout_msec; member in struct:TAG_TW_Lock
/drivers/scsi/qla2xxx/
H A Dqla_init.c1231 uint timeout_msec; local
1238 timeout_msec = TIMEOUT_SEMAPHORE;
1239 n = timeout_msec / delta_msec;
1258 timeout_msec = TIMEOUT_SEMAPHORE_FORCE;
1259 n = timeout_msec / delta_msec;

Completed in 2065 milliseconds