Home
last modified time | relevance | path

Searched refs:time_limit (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/amd/pds_core/
A Dadminq.c230 unsigned long time_limit; in pdsc_adminq_post() local
252 time_limit = time_start + HZ * pdsc->devcmd_timeout; in pdsc_adminq_post()
280 } while (time_before(jiffies, time_limit)); in pdsc_adminq_post()
286 if (time_after_eq(time_done, time_limit) && !completion_done(wc)) { in pdsc_adminq_post()
/drivers/vfio/pci/pds/
A Dcmds.c100 unsigned long time_limit; in pds_vfio_suspend_wait_device_cmd() local
106 time_limit = time_start + HZ * SUSPEND_TIMEOUT_S; in pds_vfio_suspend_wait_device_cmd()
113 } while (time_before(jiffies, time_limit)); in pds_vfio_suspend_wait_device_cmd()
120 if (time_after_eq(time_done, time_limit)) { in pds_vfio_suspend_wait_device_cmd()
/drivers/net/ethernet/pensando/ionic/
A Dionic_main.c416 unsigned long time_limit; in ionic_adminq_wait() local
433 time_limit = time_start + HZ * (ulong)DEVCMD_TIMEOUT; in ionic_adminq_wait()
454 } while (time_before(jiffies, time_limit)); in ionic_adminq_wait()
461 time_after_eq(time_done, time_limit), in ionic_adminq_wait()
/drivers/scsi/
A Dstorvsc_drv.c1246 unsigned long time_limit = jiffies + msecs_to_jiffies(CALLBACK_TIMEOUT); in storvsc_on_channel_callback() local
1267 if (unlikely(time_after(jiffies, time_limit))) { in storvsc_on_channel_callback()
/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_83xx_init.c306 int time_limit) in qlcnic_83xx_idc_check_timeout() argument
311 if (seconds <= time_limit) in qlcnic_83xx_idc_check_timeout()

Completed in 18 milliseconds