Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_resc.h25 u16 max_hw_ring_grps; member
H A Dbnge_resc.c447 max_ring_grps = hw_resc->max_hw_ring_grps; in _bnge_get_max_rings()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c9707 hw_resc->max_hw_ring_grps = le16_to_cpu(resp->max_hw_ring_grps); in bnxt_hwrm_func_resc_qcaps()
9723 hw_resc->max_hw_ring_grps = hw_resc->max_rx_rings; in bnxt_hwrm_func_resc_qcaps()
9898 hw_resc->max_hw_ring_grps = le32_to_cpu(resp->max_hw_ring_grps); in __bnxt_hwrm_func_qcaps()
9899 if (!hw_resc->max_hw_ring_grps) in __bnxt_hwrm_func_qcaps()
9900 hw_resc->max_hw_ring_grps = hw_resc->max_tx_rings; in __bnxt_hwrm_func_qcaps()
16566 max_ring_grps = hw_resc->max_hw_ring_grps; in _bnxt_get_max_rings()
H A Dbnxt.h1372 u16 max_hw_ring_grps; member