Searched refs:tmo_sec (Results 1 – 2 of 2) sorted by relevance
157 oce_mbox_wait(POCE_SOFTC sc, uint32_t tmo_sec) in oce_mbox_wait() argument159 tmo_sec *= 10000; in oce_mbox_wait()163 if (tmo_sec != 0) { in oce_mbox_wait()164 if (--tmo_sec == 0) in oce_mbox_wait()187 oce_mbox_dispatch(POCE_SOFTC sc, uint32_t tmo_sec) in oce_mbox_dispatch() argument200 rc = oce_mbox_wait(sc, tmo_sec); in oce_mbox_dispatch()209 rc = oce_mbox_wait(sc, tmo_sec); in oce_mbox_dispatch()214 rc = oce_mbox_wait(sc, tmo_sec); in oce_mbox_dispatch()
1009 int oce_mbox_dispatch(POCE_SOFTC sc, uint32_t tmo_sec);