Home
last modified time | relevance | path

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

/trueos/sys/dev/oce/
HDoce_mbox.c120 oce_mbox_wait(POCE_SOFTC sc, uint32_t tmo_sec) in oce_mbox_wait() argument
122 tmo_sec *= 10000; in oce_mbox_wait()
126 if (tmo_sec != 0) { in oce_mbox_wait()
127 if (--tmo_sec == 0) in oce_mbox_wait()
151 oce_mbox_dispatch(POCE_SOFTC sc, uint32_t tmo_sec) in oce_mbox_dispatch() argument
164 rc = oce_mbox_wait(sc, tmo_sec); in oce_mbox_dispatch()
173 rc = oce_mbox_wait(sc, tmo_sec); in oce_mbox_dispatch()
178 rc = oce_mbox_wait(sc, tmo_sec); in oce_mbox_dispatch()
HDoce_if.h996 int oce_mbox_dispatch(POCE_SOFTC sc, uint32_t tmo_sec);