Home
last modified time | relevance | path

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

/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_api_cmd.c323 end = jiffies + msecs_to_jiffies(API_CMD_TIMEOUT); in wait_for_status_poll()
334 } while (time_before(jiffies, end)); in wait_for_status_poll()
454 end = jiffies + msecs_to_jiffies(API_CMD_TIMEOUT); in api_cmd_hw_restart()
465 } while (time_before(jiffies, end)); in api_cmd_hw_restart()
560 end = jiffies + msecs_to_jiffies(API_CMD_TIMEOUT); in wait_for_ready_chain()
575 } while (time_before(jiffies, end)); in wait_for_ready_chain()
H A Dhinic_pmd_hwif.c314 end = jiffies + in wait_until_doorbell_flush_states()
322 } while (time_before(jiffies, end)); in wait_until_doorbell_flush_states()
333 end = jiffies + in wait_until_doorbell_and_outbound_enabled()
344 } while (time_before(jiffies, end)); in wait_until_doorbell_and_outbound_enabled()
H A Dhinic_pmd_cmdq.c379 end = jiffies + msecs_to_jiffies(WAIT_CMDQ_ENABLE_TIMEOUT); in wait_cmdqs_enable()
384 } while (time_before(jiffies, end)); in wait_cmdqs_enable()
743 end = jiffies + msecs_to_jiffies(timeout); in hinic_cmdq_poll_msg()
752 } while (time_before(jiffies, end)); in hinic_cmdq_poll_msg()
H A Dhinic_compat.h186 #define jiffies clock_gettime_ms() macro
H A Dhinic_pmd_mgmt.c722 end = jiffies + msecs_to_jiffies(timeout); in hinic_aeq_poll_msg()
741 } while (time_before(jiffies, end)); in hinic_aeq_poll_msg()
H A Dhinic_pmd_hwdev.c468 end = jiffies + msecs_to_jiffies(HINIC_FLR_TIMEOUT); in wait_for_flr_finish()
476 } while (time_before(jiffies, end)); in wait_for_flr_finish()
495 end = jiffies + msecs_to_jiffies(HINIC_WAIT_CMDQ_IDLE_TIMEOUT); in wait_cmdq_stop()
510 } while (time_before(jiffies, end)); in wait_cmdq_stop()
/dpdk/kernel/linux/kni/
H A Dkni_net.c310 dev->trans_start = jiffies; in kni_net_tx()
664 pr_debug("Transmit timeout at %ld, latency %ld\n", jiffies, in kni_net_tx_timeout()
665 jiffies - dev_trans_start(dev)); in kni_net_tx_timeout()