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()219 hwq_attr->sginfo->umem, hwq_attr->sginfo->pgsize); in bnxt_qplib_alloc_init_hwq()284 hwq_attr->sginfo); in bnxt_qplib_alloc_init_hwq()324 hwq_attr->sginfo); in bnxt_qplib_alloc_init_hwq()403 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_tqm_rings()404 hwq_attr.res = res; in bnxt_qplib_alloc_tqm_rings()406 hwq_attr.depth = 512; in bnxt_qplib_alloc_tqm_rings()415 hwq_attr.stride = 1; in bnxt_qplib_alloc_tqm_rings()522 hwq_attr.res = res; in bnxt_qplib_alloc_ctx()[all …]
566 hwq_attr.res = res; in bnxt_qplib_alloc_nq()614 hwq_attr.res = res; in bnxt_qplib_create_srq()833 hwq_attr.res = res; in bnxt_qplib_create_qp1()860 hwq_attr.res = res; in bnxt_qplib_create_qp1()982 hwq_attr.res = res; in bnxt_qplib_create_qp()1014 hwq_attr.res = res; in bnxt_qplib_create_qp()1018 hwq_attr.aux_stride = 0; in bnxt_qplib_create_qp()1019 hwq_attr.aux_depth = 0; in bnxt_qplib_create_qp()1070 hwq_attr.res = res; in bnxt_qplib_create_qp()1075 hwq_attr.aux_depth = 0; in bnxt_qplib_create_qp()[all …]
588 hwq_attr.res = res; in bnxt_qplib_reg_mr()589 hwq_attr.depth = pages; in bnxt_qplib_reg_mr()590 hwq_attr.stride = buf_pg_size; in bnxt_qplib_reg_mr()591 hwq_attr.type = HWQ_TYPE_MR; in bnxt_qplib_reg_mr()592 hwq_attr.sginfo = &sginfo; in bnxt_qplib_reg_mr()593 hwq_attr.sginfo->umem = umem; in bnxt_qplib_reg_mr()663 hwq_attr.res = res; in bnxt_qplib_alloc_fast_reg_page_list()664 hwq_attr.depth = pg_ptrs; in bnxt_qplib_alloc_fast_reg_page_list()665 hwq_attr.stride = PAGE_SIZE; in bnxt_qplib_alloc_fast_reg_page_list()666 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_fast_reg_page_list()[all …]
571 struct bnxt_qplib_hwq_attr hwq_attr = {}; in bnxt_qplib_alloc_rcfw_channel() local584 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_rcfw_channel()585 hwq_attr.res = rcfw->res; in bnxt_qplib_alloc_rcfw_channel()586 hwq_attr.depth = BNXT_QPLIB_CREQE_MAX_CNT; in bnxt_qplib_alloc_rcfw_channel()587 hwq_attr.stride = BNXT_QPLIB_CREQE_UNITS; in bnxt_qplib_alloc_rcfw_channel()588 hwq_attr.type = bnxt_qplib_get_hwq_type(res); in bnxt_qplib_alloc_rcfw_channel()590 if (bnxt_qplib_alloc_init_hwq(&creq->hwq, &hwq_attr)) { in bnxt_qplib_alloc_rcfw_channel()601 hwq_attr.depth = rcfw->cmdq_depth; in bnxt_qplib_alloc_rcfw_channel()602 hwq_attr.stride = BNXT_QPLIB_CMDQE_UNITS; in bnxt_qplib_alloc_rcfw_channel()603 hwq_attr.type = HWQ_TYPE_CTX; in bnxt_qplib_alloc_rcfw_channel()[all …]
341 struct bnxt_qplib_hwq_attr *hwq_attr);
Completed in 17 milliseconds