Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_hwrm.c660 struct bnxt_hw_resc *hw_resc = &softc->hw_resc; in bnxt_hwrm_func_resc_qcaps() local
673 hw_resc->max_tx_sch_inputs = le16toh(resp->max_tx_scheduler_inputs); in bnxt_hwrm_func_resc_qcaps()
677 hw_resc->min_rsscos_ctxs = le16toh(resp->min_rsscos_ctx); in bnxt_hwrm_func_resc_qcaps()
678 hw_resc->max_rsscos_ctxs = le16toh(resp->max_rsscos_ctx); in bnxt_hwrm_func_resc_qcaps()
679 hw_resc->min_cp_rings = le16toh(resp->min_cmpl_rings); in bnxt_hwrm_func_resc_qcaps()
680 hw_resc->max_cp_rings = le16toh(resp->max_cmpl_rings); in bnxt_hwrm_func_resc_qcaps()
681 hw_resc->min_tx_rings = le16toh(resp->min_tx_rings); in bnxt_hwrm_func_resc_qcaps()
682 hw_resc->max_tx_rings = le16toh(resp->max_tx_rings); in bnxt_hwrm_func_resc_qcaps()
683 hw_resc->min_rx_rings = le16toh(resp->min_rx_rings); in bnxt_hwrm_func_resc_qcaps()
684 hw_resc->max_rx_rings = le16toh(resp->max_rx_rings); in bnxt_hwrm_func_resc_qcaps()
[all …]
H A Dbnxt.h986 struct bnxt_hw_resc hw_resc; member