Home
last modified time | relevance | path

Searched refs:nwqs (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/oce/
H A Doce_if.c648 queue_index = m->m_pkthdr.flowid % sc->nwqs; in oce_multiq_start()
667 for (i = 0; i < sc->nwqs; i++) { in oce_multiq_flush()
735 req_vectors = MAX((sc->nrqs - 1), sc->nwqs); in oce_setup_intr()
2332 if (i < sc->nwqs) { in oce_eqd_set_periodic()
2456 for (i = 0; i < sc->nwqs; i++) in oce_local_timer()
2471 int pending_txqs = sc->nwqs; in oce_tx_compl_clean()
2477 pending_txqs = sc->nwqs; in oce_tx_compl_clean()
2704 sc->nwqs = 1; in setup_max_queues_want()
2707 sc->nwqs = MIN(OCE_NCPUS, sc->nrssqs); in setup_max_queues_want()
2719 sc->nwqs in update_queues_got()
[all...]
H A Doce_mbox.c2068 sc->nwqs = HOST_16(nic_desc->txq_count); in oce_get_profile_config()
2069 if (sc->nwqs) in oce_get_profile_config()
2070 sc->nwqs = MIN(sc->nwqs, OCE_MAX_WQ); in oce_get_profile_config()
2072 sc->nwqs = OCE_MAX_WQ; in oce_get_profile_config()
2167 sc->nwqs = HOST_32(nic_desc->txq_count); in oce_get_func_config()
2168 if (sc->nwqs) in oce_get_func_config()
2169 sc->nwqs = MIN(sc->nwqs, OCE_MAX_WQ); in oce_get_func_config()
2171 sc->nwqs in oce_get_func_config()
[all...]
H A Doce_sysctl.c873 for (i = 0; i < sc->nwqs; i++) { in oce_add_stats_sysctls_be3()
1069 for (i = 0; i < sc->nwqs; i++) { in oce_add_stats_sysctls_xe201()
1126 for (i = 0; i < sc->nwqs; i++) { in oce_refresh_queue_stats()
H A Doce_if.h212 for (i = 0, wq = sc->wq[0]; i < sc->nwqs; i++, wq = sc->wq[i])
853 uint32_t nwqs; member