Home
last modified time | relevance | path

Searched refs:rsv_sge (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/infiniband/hw/hns/
H A Dhns_roce_srq.c285 hr_srq->rsv_sge = 1; in proc_srq_sge()
309 srq->max_gs = roundup_pow_of_two(attr->max_sge + srq->rsv_sge); in set_srq_basic_param()
312 attr->max_sge = srq->max_gs - srq->rsv_sge; in set_srq_basic_param()
H A Dhns_roce_qp.c461 hr_qp->rq.rsv_sge = 1; in proc_rq_sge()
499 hr_qp->rq.rsv_sge); in set_rq_size()
507 cap->max_recv_sge = hr_qp->rq.max_gs - hr_qp->rq.rsv_sge; in set_rq_size()
H A Dhns_roce_device.h354 u32 rsv_sge; member
460 u32 rsv_sge; member
H A Dhns_roce_hw_v2.c809 fill_recv_sge_to_wqe(wr, wqe, max_sge, hr_qp->rq.rsv_sge); in fill_rq_wqe()
832 max_sge = hr_qp->rq.max_gs - hr_qp->rq.rsv_sge; in hns_roce_v2_post_recv()
969 max_sge = srq->max_gs - srq->rsv_sge; in hns_roce_v2_post_srq_recv()
984 fill_recv_sge_to_wqe(wr, wqe, max_sge, srq->rsv_sge); in hns_roce_v2_post_srq_recv()
5581 qp_attr->cap.max_recv_sge = hr_qp->rq.max_gs - hr_qp->rq.rsv_sge; in hns_roce_v2_query_qp()
5939 attr->max_sge = srq->max_gs - srq->rsv_sge; in hns_roce_v2_query_srq()