Searched refs:hr_buf (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/hns/ |
| D | hns_roce_cq.c | 261 (1 << page_shift) * 2, &buf->hr_buf, in hns_roce_ib_alloc_cq_buf() 271 ret = hns_roce_mtt_init(hr_dev, buf->hr_buf.npages, in hns_roce_ib_alloc_cq_buf() 272 buf->hr_buf.page_shift, &buf->hr_mtt); in hns_roce_ib_alloc_cq_buf() 276 ret = hns_roce_buf_write_mtt(hr_dev, &buf->hr_mtt, &buf->hr_buf); in hns_roce_ib_alloc_cq_buf() 287 &buf->hr_buf); in hns_roce_ib_alloc_cq_buf() 296 &buf->hr_buf); in hns_roce_ib_free_cq_buf() 317 ret = hns_roce_ib_get_cq_umem(hr_dev, udata, &hr_cq->hr_buf, in create_user_cq() 340 hns_roce_mtt_cleanup(hr_dev, &hr_cq->hr_buf.hr_mtt); in create_user_cq() 364 ret = hns_roce_ib_alloc_cq_buf(hr_dev, &hr_cq->hr_buf, cq_entries); in create_kernel_cq() 395 hns_roce_mtt_cleanup(hr_dev, &hr_cq->hr_buf.hr_mtt); in destroy_user_cq() [all …]
|
| D | hns_roce_qp.c | 848 &hr_qp->hr_buf, page_shift)) { in hns_roce_create_qp_common() 867 &hr_qp->hr_buf); in hns_roce_create_qp_common() 997 hns_roce_buf_free(hr_dev, hr_qp->buff_size, &hr_qp->hr_buf); in hns_roce_create_qp_common() 1266 return hns_roce_buf_offset(&hr_qp->hr_buf, offset); in get_wqe() 1281 return hns_roce_buf_offset(&hr_qp->hr_buf, hr_qp->sge.offset + in get_send_extend_sge()
|
| D | hns_roce_device.h | 486 struct hns_roce_buf hr_buf; member 492 struct hns_roce_cq_buf hr_buf; member 653 struct hns_roce_buf hr_buf; member
|
| D | hns_roce_hw_v1.c | 1982 return hns_roce_buf_offset(&hr_cq->hr_buf.hr_buf, in get_cqe() 3644 hns_roce_buf_free(hr_dev, hr_qp->buff_size, &hr_qp->hr_buf); in hns_roce_v1_destroy_qp() 3689 hns_roce_mtt_cleanup(hr_dev, &hr_cq->hr_buf.hr_mtt); in hns_roce_v1_destroy_cq() 3695 hns_roce_buf_free(hr_dev, cq_buf_size, &hr_cq->hr_buf.hr_buf); in hns_roce_v1_destroy_cq()
|
| D | hns_roce_hw_v2.c | 128 shift = qp->hr_buf.page_shift; in set_extend_sge() 2450 return hns_roce_buf_offset(&hr_cq->hr_buf.hr_buf, in get_cqe_v2() 4706 hns_roce_buf_free(hr_dev, hr_qp->buff_size, &hr_qp->hr_buf); in hns_roce_v2_destroy_qp_common()
|