Home
last modified time | relevance | path

Searched refs:OCE_MAX_WQ (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/oce/
H A Doce_if.h140 #define OCE_MAX_WQ 8 macro
143 #define OCE_MAX_CQ OCE_MAX_RQ + OCE_MAX_WQ + 1 /* one MCC queue */
844 struct oce_wq *wq[OCE_MAX_WQ]; /* TX work queues */
H A Doce_mbox.c2070 sc->nwqs = MIN(sc->nwqs, OCE_MAX_WQ); in oce_get_profile_config()
2072 sc->nwqs = OCE_MAX_WQ; in oce_get_profile_config()
2169 sc->nwqs = MIN(sc->nwqs, OCE_MAX_WQ); in oce_get_func_config()
2171 sc->nwqs = OCE_MAX_WQ; in oce_get_func_config()
H A Doce_if.c2833 sc->nwqs = OCE_MAX_WQ; in oce_get_config()
2841 sc->nwqs = OCE_MAX_WQ; in oce_get_config()