Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/hns/
Dhns_roce_restrack.c16 roce_get_field(context->byte_4_pg_ceqn, in hns_roce_fill_cq()
22 roce_get_field(context->byte_4_pg_ceqn, in hns_roce_fill_cq()
28 roce_get_field(context->byte_8_cqn, in hns_roce_fill_cq()
34 roce_get_field(context->byte_16_hop_addr, in hns_roce_fill_cq()
41 roce_get_field(context->byte_28_cq_pi, in hns_roce_fill_cq()
48 roce_get_field(context->byte_32_cq_ci, in hns_roce_fill_cq()
55 roce_get_field(context->byte_56_cqe_period_maxcnt, in hns_roce_fill_cq()
62 roce_get_field(context->byte_56_cqe_period_maxcnt, in hns_roce_fill_cq()
68 roce_get_field(context->byte_52_cqe_cnt, in hns_roce_fill_cq()
Dhns_roce_hw_v1.c2037 if ((roce_get_field(cqe->cqe_byte_16, CQE_BYTE_16_LOCAL_QPN_M, in __hns_roce_v1_cq_clean()
2199 if (roce_get_field(cqe->cqe_byte_16, CQE_BYTE_16_LOCAL_QPN_M, in hns_roce_v1_poll_one()
2201 qpn = roce_get_field(cqe->cqe_byte_20, CQE_BYTE_20_PORT_NUM_M, in hns_roce_v1_poll_one()
2203 roce_get_field(cqe->cqe_byte_16, CQE_BYTE_16_LOCAL_QPN_M, in hns_roce_v1_poll_one()
2207 qpn = roce_get_field(cqe->cqe_byte_16, CQE_BYTE_16_LOCAL_QPN_M, in hns_roce_v1_poll_one()
2225 status = roce_get_field(cqe->cqe_byte_4, in hns_roce_v1_poll_one()
2281 roce_get_field(cqe->cqe_byte_4, in hns_roce_v1_poll_one()
2316 wqe_ctr = (u16)roce_get_field(cqe->cqe_byte_4, in hns_roce_v1_poll_one()
2327 opcode = roce_get_field(cqe->cqe_byte_4, in hns_roce_v1_poll_one()
2359 wc->sl = (u8)roce_get_field(cqe->cqe_byte_20, CQE_BYTE_20_SL_M, in hns_roce_v1_poll_one()
[all …]
Dhns_roce_common.h42 #define roce_get_field(origin, mask, shift) \ macro
46 roce_get_field((origin), (1ul << (shift)), (shift))
Dhns_roce_hw_v2.c2263 caps->num_pds = 1 << roce_get_field(resp_c->cap_flags_num_pds, in hns_roce_query_pf_caps()
2266 caps->flags = roce_get_field(resp_c->cap_flags_num_pds, in hns_roce_query_pf_caps()
2272 caps->num_cqs = 1 << roce_get_field(resp_c->max_gid_num_cqs, in hns_roce_query_pf_caps()
2275 caps->gid_table_len[0] = roce_get_field(resp_c->max_gid_num_cqs, in hns_roce_query_pf_caps()
2279 caps->max_cqes = 1 << roce_get_field(resp_c->cq_depth, in hns_roce_query_pf_caps()
2282 caps->num_mtpts = 1 << roce_get_field(resp_c->num_mrws, in hns_roce_query_pf_caps()
2285 caps->num_qps = 1 << roce_get_field(resp_c->ord_num_qps, in hns_roce_query_pf_caps()
2288 caps->max_qp_init_rdma = roce_get_field(resp_c->ord_num_qps, in hns_roce_query_pf_caps()
2293 caps->num_srqs = 1 << roce_get_field(resp_d->wq_hop_num_max_srqs, in hns_roce_query_pf_caps()
2296 caps->cong_type = roce_get_field(resp_d->wq_hop_num_max_srqs, in hns_roce_query_pf_caps()
[all …]