Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c7482 struct bnxt_hw_resc *hw_resc = &bp->hw_resc; in bnxt_hwrm_get_rings() local
7502 hw_resc->resv_tx_rings = le16_to_cpu(resp->alloc_tx_rings); in bnxt_hwrm_get_rings()
7506 hw_resc->resv_rx_rings = le16_to_cpu(resp->alloc_rx_rings); in bnxt_hwrm_get_rings()
7507 hw_resc->resv_hw_ring_grps = in bnxt_hwrm_get_rings()
7509 hw_resc->resv_vnics = le16_to_cpu(resp->alloc_vnics); in bnxt_hwrm_get_rings()
7510 hw_resc->resv_rsscos_ctxs = le16_to_cpu(resp->alloc_rsscos_ctx); in bnxt_hwrm_get_rings()
7513 hw_resc->resv_irqs = cp; in bnxt_hwrm_get_rings()
7515 int rx = hw_resc->resv_rx_rings; in bnxt_hwrm_get_rings()
7516 int tx = hw_resc->resv_tx_rings; in bnxt_hwrm_get_rings()
7526 hw_resc->resv_rx_rings = rx; in bnxt_hwrm_get_rings()
[all …]
H A Dbnxt_ethtool.c889 struct bnxt_hw_resc *hw_resc = &bp->hw_resc; in bnxt_get_channels() local
896 max_tx_sch_inputs = hw_resc->max_tx_sch_inputs; in bnxt_get_channels()
H A Dbnxt.h2612 struct bnxt_hw_resc hw_resc; member