Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_mbx.c66 uint32_t mbx_time_limit; in hns3_get_mbx_resp() local
78 mbx_time_limit = (uint32_t)hns->mbx_time_limit_ms * US_PER_MS; in hns3_get_mbx_resp()
79 while (wait_time < mbx_time_limit) { in hns3_get_mbx_resp()
108 if (wait_time >= mbx_time_limit) { in hns3_get_mbx_resp()