Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_sriov.c433 bp->pf.max_pf_rx_rings = bp->rx_nr_rings * 2; in bnxt_hwrm_func_cfg()
435 bp->pf.max_pf_rx_rings = bp->rx_nr_rings; in bnxt_hwrm_func_cfg()
539 bp->pf.max_pf_rx_rings = bp->pf.max_rx_rings; in bnxt_sriov_disable()
Dbnxt.h727 u16 max_pf_rx_rings; /* runtime max rx rings owned by PF */ member
Dbnxt.c3633 pf->max_pf_rx_rings = pf->max_rx_rings; in bnxt_hwrm_func_qcaps()
5619 *max_rx = bp->pf.max_pf_rx_rings; in bnxt_get_max_rings()