Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_resc.c229 hwr->rx = hw_resc->resv_rx_rings; in bnge_copy_reserved_rings()
260 if (hw_resc->resv_rx_rings != rx || hw_resc->resv_cp_rings != cprs || in bnge_need_reserve_rings()
308 old_rx_rings = bd->hw_resc.resv_rx_rings; in bnge_reserve_rings()
348 if (old_rx_rings != bd->hw_resc.resv_rx_rings) in bnge_reserve_rings()
H A Dbnge_resc.h23 u16 resv_rx_rings; member
H A Dbnge_hwrm_lib.c408 hw_resc->resv_rx_rings = le16_to_cpu(resp->alloc_rx_rings); in bnge_hwrm_get_rings()
416 rx = hw_resc->resv_rx_rings; in bnge_hwrm_get_rings()
426 hw_resc->resv_rx_rings = rx; in bnge_hwrm_get_rings()