Home
last modified time | relevance | path

Searched refs:qp1c_bytes_16 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v1.c2542 roce_set_field(context->qp1c_bytes_16, QP1C_BYTES_16_RQ_HEAD_M, in hns_roce_v1_m_sqp()
2544 roce_set_field(context->qp1c_bytes_16, QP1C_BYTES_16_PORT_NUM_M, in hns_roce_v1_m_sqp()
2546 roce_set_bit(context->qp1c_bytes_16, in hns_roce_v1_m_sqp()
2549 roce_set_bit(context->qp1c_bytes_16, QP1C_BYTES_16_RQ_BA_FLG_S, in hns_roce_v1_m_sqp()
2551 roce_set_bit(context->qp1c_bytes_16, QP1C_BYTES_16_SQ_BA_FLG_S, in hns_roce_v1_m_sqp()
2553 roce_set_bit(context->qp1c_bytes_16, QP1C_BYTES_16_QP1_ERR_S, in hns_roce_v1_m_sqp()
2598 writel(le32_to_cpu(context->qp1c_bytes_16), addr + 3); in hns_roce_v1_m_sqp()
3338 context.qp1c_bytes_16 = cpu_to_le32(roce_read(hr_dev, addr + 3)); in hns_roce_v1_q_sqp()
H A Dhns_roce_hw_v1.h537 __le32 qp1c_bytes_16; member