Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_rmem.c417 entries_sp = ctx->ctx_arr[BNGE_CTX_VNIC].vnic_entries + l2_qps + in bnge_alloc_ctx_mem()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1940 u32 vnic_entries; member
H A Dbnxt.c8805 ctxm->vnic_entries = le16_to_cpu(resp->vnic_max_vnic_entries); in bnxt_hwrm_func_backing_store_qcaps()
8806 ctxm->max_entries = ctxm->vnic_entries + in bnxt_hwrm_func_backing_store_qcaps()
8950 req->vnic_num_vnic_entries = cpu_to_le16(ctxm->vnic_entries); in bnxt_hwrm_func_backing_store_cfg()
8952 cpu_to_le16(ctxm->max_entries - ctxm->vnic_entries); in bnxt_hwrm_func_backing_store_cfg()
9483 entries_sp = ctx->ctx_arr[BNXT_CTX_VNIC].vnic_entries + l2_qps + in bnxt_alloc_ctx_mem()