Home
last modified time | relevance | path

Searched refs:hwq_attr (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c234 res = hwq_attr->res; in bnxt_qplib_alloc_init_hwq()
242 if (hwq_attr->aux_depth) { in bnxt_qplib_alloc_init_hwq()
317 hwq_attr->sginfo); in bnxt_qplib_alloc_init_hwq()
357 hwq_attr->sginfo); in bnxt_qplib_alloc_init_hwq()
439 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_tqm_rings()
440 hwq_attr.res = res; in bnxt_qplib_alloc_tqm_rings()
442 hwq_attr.depth = 512; in bnxt_qplib_alloc_tqm_rings()
451 hwq_attr.stride = 1; in bnxt_qplib_alloc_tqm_rings()
554 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_hwctx()
556 hwq_attr.res = res; in bnxt_qplib_alloc_hwctx()
[all …]
H A Dqplib_fp.c598 hwq_attr.res = res; in bnxt_qplib_alloc_nq_mem()
653 hwq_attr.res = res; in bnxt_qplib_create_srq()
925 hwq_attr.res = res; in bnxt_qplib_create_qp1()
949 hwq_attr.res = res; in bnxt_qplib_create_qp1()
1098 hwq_attr.res = res; in bnxt_qplib_create_qp()
1141 hwq_attr.res = res; in bnxt_qplib_create_qp()
1146 hwq_attr.aux_depth = 0; in bnxt_qplib_create_qp()
1194 hwq_attr.res = res; in bnxt_qplib_create_qp()
1199 hwq_attr.aux_depth = 0; in bnxt_qplib_create_qp()
2393 hwq_attr.res = res; in bnxt_qplib_create_cq()
[all …]
H A Dqplib_rcfw.c1037 struct bnxt_qplib_hwq_attr hwq_attr = {}; in bnxt_qplib_alloc_rcfw_channel() local
1051 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_rcfw_channel()
1052 hwq_attr.res = rcfw->res; in bnxt_qplib_alloc_rcfw_channel()
1053 hwq_attr.depth = BNXT_QPLIB_CREQE_MAX_CNT; in bnxt_qplib_alloc_rcfw_channel()
1054 hwq_attr.stride = BNXT_QPLIB_CREQE_UNITS; in bnxt_qplib_alloc_rcfw_channel()
1055 hwq_attr.type = _get_hwq_type(res); in bnxt_qplib_alloc_rcfw_channel()
1057 if (bnxt_qplib_alloc_init_hwq(&creq->hwq, &hwq_attr)) { in bnxt_qplib_alloc_rcfw_channel()
1064 hwq_attr.depth = BNXT_QPLIB_CMDQE_MAX_CNT & 0x7FFFFFFF; in bnxt_qplib_alloc_rcfw_channel()
1065 hwq_attr.stride = BNXT_QPLIB_CMDQE_UNITS; in bnxt_qplib_alloc_rcfw_channel()
1066 hwq_attr.type = HWQ_TYPE_CTX; in bnxt_qplib_alloc_rcfw_channel()
[all …]
H A Dqplib_sp.c634 struct bnxt_qplib_hwq_attr hwq_attr = {}; in bnxt_qplib_reg_mr() local
653 hwq_attr.res = res; in bnxt_qplib_reg_mr()
654 hwq_attr.depth = mrinfo->sg.npages; in bnxt_qplib_reg_mr()
655 hwq_attr.stride = PAGE_SIZE; in bnxt_qplib_reg_mr()
656 hwq_attr.type = HWQ_TYPE_MR; in bnxt_qplib_reg_mr()
657 hwq_attr.sginfo = &mrinfo->sg; in bnxt_qplib_reg_mr()
730 hwq_attr.res = res; in bnxt_qplib_alloc_fast_reg_page_list()
731 hwq_attr.depth = pg_ptrs; in bnxt_qplib_alloc_fast_reg_page_list()
732 hwq_attr.stride = PAGE_SIZE; in bnxt_qplib_alloc_fast_reg_page_list()
733 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_fast_reg_page_list()
[all …]
H A Dqplib_res.h472 struct bnxt_qplib_hwq_attr *hwq_attr);