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

/freebsd-11.0-release/sys/dev/oce/
H A Doce_mbox.c117 * @param tmo_sec timeout in seconds
120 oce_mbox_wait(POCE_SOFTC sc, uint32_t tmo_sec) argument
122 tmo_sec *= 10000;
126 if (tmo_sec != 0) {
127 if (--tmo_sec == 0)
148 * @param tmo_sec timeout in seconds
151 oce_mbox_dispatch(POCE_SOFTC sc, uint32_t tmo_sec) argument
164 rc = oce_mbox_wait(sc, tmo_sec);
173 rc = oce_mbox_wait(sc, tmo_sec);
178 rc = oce_mbox_wait(sc, tmo_sec);
[all...]
H A Doce_if.h999 int oce_mbox_dispatch(POCE_SOFTC sc, uint32_t tmo_sec);

Completed in 163 milliseconds