Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.h1001 __le32 u32_4; member
1018 __le32 u32_4; member
Dhns_roce_hw_v1.c325 sq_db.u32_4 = 0; in hns_roce_v1_post_send()
327 roce_set_field(sq_db.u32_4, SQ_DOORBELL_U32_4_SQ_HEAD_M, in hns_roce_v1_post_send()
330 roce_set_field(sq_db.u32_4, SQ_DOORBELL_U32_4_SL_M, in hns_roce_v1_post_send()
332 roce_set_field(sq_db.u32_4, SQ_DOORBELL_U32_4_PORT_M, in hns_roce_v1_post_send()
338 doorbell[0] = le32_to_cpu(sq_db.u32_4); in hns_roce_v1_post_send()
427 rq_db.u32_4 = 0; in hns_roce_v1_post_recv()
430 roce_set_field(rq_db.u32_4, RQ_DOORBELL_U32_4_RQ_HEAD_M, in hns_roce_v1_post_recv()
440 doorbell[0] = le32_to_cpu(rq_db.u32_4); in hns_roce_v1_post_recv()