Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
A 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()
A Dhns_roce_hw_v1.c2225 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()
2327 opcode = roce_get_field(cqe->cqe_byte_4, in hns_roce_v1_poll_one()
3011 roce_get_field(context->qpc_bytes_44, in hns_roce_v1_m_qp()
3534 roce_get_field(context->qpc_bytes_48, in hns_roce_v1_q_qp()
3538 roce_get_field(context->qpc_bytes_36, in hns_roce_v1_q_qp()
3542 roce_get_field(context->qpc_bytes_44, in hns_roce_v1_q_qp()
3546 roce_get_field(context->qpc_bytes_48, in hns_roce_v1_q_qp()
3876 roce_get_field(aeqe->asyn, in hns_roce_v1_aeq_int()
3879 event_type = roce_get_field(aeqe->asyn, in hns_roce_v1_aeq_int()
[all …]
A Dhns_roce_common.h42 #define roce_get_field(origin, mask, shift) \ macro
46 roce_get_field((origin), (1ul << (shift)), (shift))
A Dhns_roce_hw_v2.c2272 caps->flags = roce_get_field(resp_c->cap_flags_num_pds, in hns_roce_query_pf_caps()
2278 caps->num_cqs = 1 << roce_get_field(resp_c->max_gid_num_cqs, in hns_roce_query_pf_caps()
2285 caps->max_cqes = 1 << roce_get_field(resp_c->cq_depth, in hns_roce_query_pf_caps()
2288 caps->num_mtpts = 1 << roce_get_field(resp_c->num_mrws, in hns_roce_query_pf_caps()
2291 caps->num_qps = 1 << roce_get_field(resp_c->ord_num_qps, in hns_roce_query_pf_caps()
2341 caps->reserved_cqs = roce_get_field(resp_e->rsv_cqs, in hns_roce_query_pf_caps()
2344 caps->reserved_srqs = roce_get_field(resp_e->rsv_srqs, in hns_roce_query_pf_caps()
2347 caps->reserved_lkey = roce_get_field(resp_e->rsv_lkey, in hns_roce_query_pf_caps()
5691 event_type = roce_get_field(aeqe->asyn, in hns_roce_v2_aeq_int()
5694 sub_type = roce_get_field(aeqe->asyn, in hns_roce_v2_aeq_int()
[all …]

Completed in 24 milliseconds