Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1525 u16 cq_max_l2_entries; member
H A Dbnxt.c7077 ctx->cq_max_l2_entries = le16_to_cpu(resp->cq_max_l2_entries); in bnxt_hwrm_func_backing_store_qcaps()
7200 req->cq_num_l2_entries = cpu_to_le16(ctx->cq_max_l2_entries); in bnxt_hwrm_func_backing_store_cfg()
7442 ctx_pg->entries = ctx->cq_max_l2_entries + extra_qps * 2; in bnxt_alloc_ctx_mem()
H A Dbnxt_hsi.h2554 __le16 cq_max_l2_entries; member