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

/freebsd-12-stable/sys/dev/oce/
H A Doce_mbox.c156 * @param tmo_sec timeout in seconds
159 oce_mbox_wait(POCE_SOFTC sc, uint32_t tmo_sec) argument
161 tmo_sec *= 10000;
165 if (tmo_sec != 0) {
166 if (--tmo_sec == 0)
187 * @param tmo_sec timeout in seconds
190 oce_mbox_dispatch(POCE_SOFTC sc, uint32_t tmo_sec) argument
203 rc = oce_mbox_wait(sc, tmo_sec);
212 rc = oce_mbox_wait(sc, tmo_sec);
217 rc = oce_mbox_wait(sc, tmo_sec);
[all...]
H A Doce_if.h1023 int oce_mbox_dispatch(POCE_SOFTC sc, uint32_t tmo_sec);

Completed in 220 milliseconds