Searched refs:hwq_attr (Results 1 – 5 of 5) sorted by relevance
194 res = hwq_attr->res; in bnxt_qplib_alloc_init_hwq()201 if (hwq_attr->aux_depth) { in bnxt_qplib_alloc_init_hwq()265 hwq_attr->sginfo); in bnxt_qplib_alloc_init_hwq()305 hwq_attr->sginfo); in bnxt_qplib_alloc_init_hwq()384 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_tqm_rings()385 hwq_attr.res = res; in bnxt_qplib_alloc_tqm_rings()387 hwq_attr.depth = 512; in bnxt_qplib_alloc_tqm_rings()396 hwq_attr.stride = 1; in bnxt_qplib_alloc_tqm_rings()501 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_ctx()503 hwq_attr.res = res; in bnxt_qplib_alloc_ctx()[all …]
603 hwq_attr.res = res; in bnxt_qplib_alloc_nq()653 hwq_attr.res = res; in bnxt_qplib_create_srq()867 hwq_attr.res = res; in bnxt_qplib_create_qp1()895 hwq_attr.res = res; in bnxt_qplib_create_qp1()1027 hwq_attr.res = res; in bnxt_qplib_create_qp()1068 hwq_attr.res = res; in bnxt_qplib_create_qp()1073 hwq_attr.aux_depth = 0; in bnxt_qplib_create_qp()1124 hwq_attr.res = res; in bnxt_qplib_create_qp()1129 hwq_attr.aux_depth = 0; in bnxt_qplib_create_qp()2164 hwq_attr.res = res; in bnxt_qplib_create_cq()[all …]
629 hwq_attr.res = res; in bnxt_qplib_reg_mr()630 hwq_attr.depth = pages; in bnxt_qplib_reg_mr()632 hwq_attr.type = HWQ_TYPE_MR; in bnxt_qplib_reg_mr()633 hwq_attr.sginfo = &sginfo; in bnxt_qplib_reg_mr()634 hwq_attr.sginfo->umem = umem; in bnxt_qplib_reg_mr()635 hwq_attr.sginfo->npages = pages; in bnxt_qplib_reg_mr()715 hwq_attr.res = res; in bnxt_qplib_alloc_fast_reg_page_list()716 hwq_attr.depth = pg_ptrs; in bnxt_qplib_alloc_fast_reg_page_list()717 hwq_attr.stride = PAGE_SIZE; in bnxt_qplib_alloc_fast_reg_page_list()718 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_fast_reg_page_list()[all …]
932 struct bnxt_qplib_hwq_attr hwq_attr = {}; in bnxt_qplib_alloc_rcfw_channel() local945 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_rcfw_channel()946 hwq_attr.res = rcfw->res; in bnxt_qplib_alloc_rcfw_channel()947 hwq_attr.depth = BNXT_QPLIB_CREQE_MAX_CNT; in bnxt_qplib_alloc_rcfw_channel()948 hwq_attr.stride = BNXT_QPLIB_CREQE_UNITS; in bnxt_qplib_alloc_rcfw_channel()949 hwq_attr.type = bnxt_qplib_get_hwq_type(res); in bnxt_qplib_alloc_rcfw_channel()951 if (bnxt_qplib_alloc_init_hwq(&creq->hwq, &hwq_attr)) { in bnxt_qplib_alloc_rcfw_channel()960 hwq_attr.depth = rcfw->cmdq_depth & 0x7FFFFFFF; in bnxt_qplib_alloc_rcfw_channel()961 hwq_attr.stride = BNXT_QPLIB_CMDQE_UNITS; in bnxt_qplib_alloc_rcfw_channel()962 hwq_attr.type = HWQ_TYPE_CTX; in bnxt_qplib_alloc_rcfw_channel()[all …]
410 struct bnxt_qplib_hwq_attr *hwq_attr);
Completed in 21 milliseconds