Searched refs:roce_get_field (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_restrack.c | 16 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()
|
H A D | hns_roce_hw_v2.c | 1565 hr_dev->caps.qpc_bt_num = roce_get_field(req_a->qpc_bt_idx_num, in hns_roce_query_pf_resource() 1568 hr_dev->caps.srqc_bt_num = roce_get_field(req_a->srqc_bt_idx_num, in hns_roce_query_pf_resource() 1571 hr_dev->caps.cqc_bt_num = roce_get_field(req_a->cqc_bt_idx_num, in hns_roce_query_pf_resource() 1574 hr_dev->caps.mpt_bt_num = roce_get_field(req_a->mpt_bt_idx_num, in hns_roce_query_pf_resource() 1578 hr_dev->caps.sl_num = roce_get_field(req_b->qid_idx_sl_num, in hns_roce_query_pf_resource() 1581 hr_dev->caps.sccc_bt_num = roce_get_field(req_b->sccc_bt_idx_num, in hns_roce_query_pf_resource() 1604 roce_get_field(req_a->qpc_timer_bt_idx_num, in hns_roce_query_pf_timer_resource() 1608 roce_get_field(req_a->cqc_timer_bt_idx_num, in hns_roce_query_pf_timer_resource() 2018 caps->num_pds = 1 << roce_get_field(resp_c->cap_flags_num_pds, in hns_roce_query_pf_caps() 2021 caps->flags = roce_get_field(resp_ in hns_roce_query_pf_caps() [all...] |
H A D | hns_roce_hw_v1.c | 2029 if ((roce_get_field(cqe->cqe_byte_16, CQE_BYTE_16_LOCAL_QPN_M, in __hns_roce_v1_cq_clean() 2197 if (roce_get_field(cqe->cqe_byte_16, CQE_BYTE_16_LOCAL_QPN_M, in hns_roce_v1_poll_one() 2199 qpn = roce_get_field(cqe->cqe_byte_20, CQE_BYTE_20_PORT_NUM_M, in hns_roce_v1_poll_one() 2201 roce_get_field(cqe->cqe_byte_16, CQE_BYTE_16_LOCAL_QPN_M, in hns_roce_v1_poll_one() 2205 qpn = roce_get_field(cqe->cqe_byte_16, CQE_BYTE_16_LOCAL_QPN_M, in hns_roce_v1_poll_one() 2223 status = roce_get_field(cqe->cqe_byte_4, in hns_roce_v1_poll_one() 2279 roce_get_field(cqe->cqe_byte_4, in hns_roce_v1_poll_one() 2314 wqe_ctr = (u16)roce_get_field(cqe->cqe_byte_4, in hns_roce_v1_poll_one() 2325 opcode = roce_get_field(cqe->cqe_byte_4, in hns_roce_v1_poll_one() 2357 wc->sl = (u8)roce_get_field(cq in hns_roce_v1_poll_one() [all...] |
H A D | hns_roce_common.h | 41 #define roce_get_field(origin, mask, shift) \ macro 45 roce_get_field((origin), (1ul << (shift)), (shift))
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_common.h | 42 #define roce_get_field(origin, mask, shift) \ macro 46 roce_get_field((origin), (1ul << (shift)), (shift))
|
Completed in 11 milliseconds