Searched refs:hns_roce_write64 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.c | 632 hns_roce_write64(hr_dev, (__le32 *)&sq_db, qp->sq.db_reg); in update_sq_db() 652 hns_roce_write64(hr_dev, (__le32 *)&rq_db, in update_rq_db() 990 hns_roce_write64(hr_dev, (__le32 *)&srq_db, srq->db_reg); in hns_roce_v2_post_srq_recv() 3482 hns_roce_write64(hr_dev, (__le32 *)&cq_db, hr_cq->db_reg); in update_cq_db() 3607 hns_roce_write64(hr_dev, (__le32 *)&cq_db, hr_cq->db_reg); in hns_roce_v2_req_notify_cq() 5912 hns_roce_write64(hr_dev, (__le32 *)&eq_db, eq->db_reg); in update_eq_db()
|
H A D | hns_roce_hw_v2.h | 1437 static inline void hns_roce_write64(struct hns_roce_dev *hr_dev, __le32 val[2], in hns_roce_write64() function
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.h | 1989 static inline void hns_roce_write64(struct hns_roce_dev *hr_dev, __le32 val[2], in hns_roce_write64() function
|
H A D | hns_roce_hw_v2.c | 637 hns_roce_write64(hr_dev, (__le32 *)&sq_db, qp->sq.db_reg_l); in update_sq_db() 941 hns_roce_write64(hr_dev, (__le32 *)&srq_db, srq->db_reg_l); in hns_roce_v2_post_srq_recv() 3152 hns_roce_write64(hr_dev, doorbell, hr_cq->cq_db_l); in hns_roce_v2_req_notify_cq() 5474 hns_roce_write64(hr_dev, doorbell, eq->doorbell); in set_eq_cons_index_v2()
|
Completed in 27 milliseconds