Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_mbx.c69 uint32_t wait_time = 0; in hns3_get_mbx_resp() local
79 while (wait_time < mbx_time_limit) { in hns3_get_mbx_resp()
105 wait_time += HNS3_WAIT_RESP_US; in hns3_get_mbx_resp()
108 if (wait_time >= mbx_time_limit) { in hns3_get_mbx_resp()
H A Dhns3_rxtx.c639 uint16_t wait_time = 0; in hns3pf_reset_tqp() local
657 wait_time += HNS3_POLL_RESPONE_MS; in hns3pf_reset_tqp()
664 } while (wait_time < HNS3_TQP_RESET_TRY_MS); in hns3pf_reset_tqp()
/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.h160 size_t wait_time; member
252 size_t wait_time; member
H A Dlio_rxtx.c1195 if (sc->wait_time) in lio_send_soft_command()
1196 sc->timeout = lio_uptime + sc->wait_time; in lio_send_soft_command()
1555 rdatasize = (ctrl_pkt->wait_time) ? 16 : 0; in lio_alloc_ctrl_pkt_sc()
1583 sc->wait_time = ctrl_pkt->wait_time; in lio_alloc_ctrl_pkt_sc()
H A Dlio_ethdev.c172 sc->wait_time = LIO_MAX_CMD_TIMEOUT / 1000; in lio_dev_xstats_get()
1326 sc->wait_time = LIO_MAX_CMD_TIMEOUT / 1000; in lio_dev_get_link_status()
1765 sc->wait_time = LIO_MAX_CMD_TIMEOUT / 1000; in lio_dev_configure()