Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/hns/
Dhns_roce_srq.c226 srq->wqe_shift = ilog2(roundup_pow_of_two(max(HNS_ROCE_SGE_SIZE, in alloc_srq_wqe_buf()
227 HNS_ROCE_SGE_SIZE * in alloc_srq_wqe_buf()
Dhns_roce_device.h75 #define HNS_ROCE_SGE_SIZE 16 macro
Dhns_roce_qp.c509 (u32)HNS_HW_PAGE_SIZE / HNS_ROCE_SGE_SIZE); in set_ext_sge_param()
Dhns_roce_hw_v2.c195 unsigned int ext_sge_sz = qp->sq.max_gs * HNS_ROCE_SGE_SIZE; in fill_ext_sge_inl_data()
223 idx += len / HNS_ROCE_SGE_SIZE; in fill_ext_sge_inl_data()
238 idx += left_len_in_pg / HNS_ROCE_SGE_SIZE; in fill_ext_sge_inl_data()
818 (max_sge - cnt) * HNS_ROCE_SGE_SIZE); in fill_recv_sge_to_wqe()