Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_mbox.c156 oce_mbox_wait(POCE_SOFTC sc, uint32_t tmo_sec) in oce_mbox_wait() argument
158 tmo_sec *= 10000; in oce_mbox_wait()
162 if (tmo_sec != 0) { in oce_mbox_wait()
163 if (--tmo_sec == 0) in oce_mbox_wait()
186 oce_mbox_dispatch(POCE_SOFTC sc, uint32_t tmo_sec) in oce_mbox_dispatch() argument
199 rc = oce_mbox_wait(sc, tmo_sec); in oce_mbox_dispatch()
208 rc = oce_mbox_wait(sc, tmo_sec); in oce_mbox_dispatch()
213 rc = oce_mbox_wait(sc, tmo_sec); in oce_mbox_dispatch()
H A Doce_if.h1009 int oce_mbox_dispatch(POCE_SOFTC sc, uint32_t tmo_sec);