Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_hwrm_lib.c662 bool no_rdma; in bnge_hwrm_queue_qportcfg() local
683 no_rdma = !bnge_is_roce_en(bd); in bnge_hwrm_queue_qportcfg()
690 if (!BNGE_CNPQ(bd->q_info[j].queue_profile) || no_rdma) in bnge_hwrm_queue_qportcfg()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c10182 bool no_rdma; in bnxt_hwrm_queue_qportcfg() local
10203 no_rdma = !(bp->flags & BNXT_FLAG_ROCE_CAP); in bnxt_hwrm_queue_qportcfg()
10211 (no_rdma && BNXT_PF(bp))) in bnxt_hwrm_queue_qportcfg()