Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c1196 struct bnxt_func_qcfg *fn_qcfg = &softc->fn_qcfg; in bnxt_hwrm_func_qcfg() local
1208 fn_qcfg->alloc_completion_rings = le16toh(resp->alloc_cmpl_rings); in bnxt_hwrm_func_qcfg()
1209 fn_qcfg->alloc_tx_rings = le16toh(resp->alloc_tx_rings); in bnxt_hwrm_func_qcfg()
1210 fn_qcfg->alloc_rx_rings = le16toh(resp->alloc_rx_rings); in bnxt_hwrm_func_qcfg()
1211 fn_qcfg->alloc_vnics = le16toh(resp->alloc_vnics); in bnxt_hwrm_func_qcfg()
H A Dif_bnxt.c2346 softc->fn_qcfg.alloc_completion_rings - 1); in bnxt_attach_pre()
2348 softc->fn_qcfg.alloc_rx_rings); in bnxt_attach_pre()
2350 softc->fn_qcfg.alloc_vnics); in bnxt_attach_pre()
2351 scctx->isc_ntxqsets_max = min(softc->fn_qcfg.alloc_tx_rings, in bnxt_attach_pre()
2352 softc->fn_qcfg.alloc_completion_rings - scctx->isc_nrxqsets_max - 1); in bnxt_attach_pre()
H A Dbnxt.h1014 struct bnxt_func_qcfg fn_qcfg; member