Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_rr.c72 uint32_t max_q; /* Max quantum */ member
216 schk->max_q = 2048; in rr_config()
251 schk->min_q, schk->max_q, "RR quantum"); in rr_new_fsk()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c277 uint8_t max_tc, max_lltc, *max_q; in bnxt_hwrm_queue_qportcfg() local
316 max_q = &softc->tx_max_q; in bnxt_hwrm_queue_qportcfg()
320 max_q = &softc->rx_max_q; in bnxt_hwrm_queue_qportcfg()
340 *max_q = max_tc; in bnxt_hwrm_queue_qportcfg()
1850 uint8_t *pri2cos_idx, *q_ids, max_q; in bnxt_hwrm_pri2cos_idx() local
1867 max_q = softc->tx_max_q; in bnxt_hwrm_pri2cos_idx()
1871 max_q = softc->rx_max_q; in bnxt_hwrm_pri2cos_idx()
1888 for (j = 0; j < max_q; j++) { in bnxt_hwrm_pri2cos_idx()