Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bnxt_re/
A Dqplib_res.c194 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 …]
A Dqplib_fp.c565 hwq_attr.res = res; in bnxt_qplib_alloc_nq()
613 hwq_attr.res = res; in bnxt_qplib_create_srq()
832 hwq_attr.res = res; in bnxt_qplib_create_qp1()
859 hwq_attr.res = res; in bnxt_qplib_create_qp1()
981 hwq_attr.res = res; in bnxt_qplib_create_qp()
1013 hwq_attr.res = res; in bnxt_qplib_create_qp()
1017 hwq_attr.aux_stride = 0; in bnxt_qplib_create_qp()
1018 hwq_attr.aux_depth = 0; in bnxt_qplib_create_qp()
1069 hwq_attr.res = res; in bnxt_qplib_create_qp()
1074 hwq_attr.aux_depth = 0; in bnxt_qplib_create_qp()
[all …]
A Dqplib_sp.c685 hwq_attr.res = res; in bnxt_qplib_reg_mr()
686 hwq_attr.depth = pages; in bnxt_qplib_reg_mr()
687 hwq_attr.stride = buf_pg_size; in bnxt_qplib_reg_mr()
688 hwq_attr.type = HWQ_TYPE_MR; in bnxt_qplib_reg_mr()
689 hwq_attr.sginfo = &sginfo; in bnxt_qplib_reg_mr()
690 hwq_attr.sginfo->umem = umem; in bnxt_qplib_reg_mr()
760 hwq_attr.res = res; in bnxt_qplib_alloc_fast_reg_page_list()
761 hwq_attr.depth = pg_ptrs; in bnxt_qplib_alloc_fast_reg_page_list()
762 hwq_attr.stride = PAGE_SIZE; in bnxt_qplib_alloc_fast_reg_page_list()
763 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_fast_reg_page_list()
[all …]
A Dqplib_rcfw.c571 struct bnxt_qplib_hwq_attr hwq_attr = {}; in bnxt_qplib_alloc_rcfw_channel() local
585 hwq_attr.sginfo = &sginfo; in bnxt_qplib_alloc_rcfw_channel()
586 hwq_attr.res = rcfw->res; in bnxt_qplib_alloc_rcfw_channel()
587 hwq_attr.depth = BNXT_QPLIB_CREQE_MAX_CNT; in bnxt_qplib_alloc_rcfw_channel()
588 hwq_attr.stride = BNXT_QPLIB_CREQE_UNITS; in bnxt_qplib_alloc_rcfw_channel()
589 hwq_attr.type = bnxt_qplib_get_hwq_type(res); in bnxt_qplib_alloc_rcfw_channel()
591 if (bnxt_qplib_alloc_init_hwq(&creq->hwq, &hwq_attr)) { in bnxt_qplib_alloc_rcfw_channel()
602 hwq_attr.depth = rcfw->cmdq_depth; in bnxt_qplib_alloc_rcfw_channel()
603 hwq_attr.stride = BNXT_QPLIB_CMDQE_UNITS; in bnxt_qplib_alloc_rcfw_channel()
604 hwq_attr.type = HWQ_TYPE_CTX; in bnxt_qplib_alloc_rcfw_channel()
[all …]
A Dqplib_res.h348 struct bnxt_qplib_hwq_attr *hwq_attr);

Completed in 18 milliseconds