Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_mbox.c323 mbox_wait(struct mbox *mbox, int devid, uint32_t rst_timo) in mbox_wait() argument
328 rst_timo = rst_timo * 1000; /* Milli seconds to micro seconds */ in mbox_wait()
332 if (timeout >= rst_timo) { in mbox_wait()