Home
last modified time | relevance | path

Searched refs:hns_roce_aeqe (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c3682 struct hns_roce_aeqe *aeqe, int qpn) in hns_roce_v1_wq_catas_err_handle()
3716 struct hns_roce_aeqe *aeqe, in hns_roce_v1_local_wq_access_err_handle()
3751 struct hns_roce_aeqe *aeqe, in hns_roce_v1_qp_err_handle()
3786 struct hns_roce_aeqe *aeqe, in hns_roce_v1_cq_err_handle()
3814 struct hns_roce_aeqe *aeqe) in hns_roce_v1_db_overflow_handle()
3843 static struct hns_roce_aeqe *get_aeqe_v1(struct hns_roce_eq *eq, u32 entry) in get_aeqe_v1()
3847 return (struct hns_roce_aeqe *)((u8 *) in get_aeqe_v1()
3852 static struct hns_roce_aeqe *next_aeqe_sw_v1(struct hns_roce_eq *eq) in next_aeqe_sw_v1()
3854 struct hns_roce_aeqe *aeqe = get_aeqe_v1(eq, eq->cons_index); in next_aeqe_sw_v1()
3864 struct hns_roce_aeqe *aeqe; in hns_roce_v1_aeq_int()
Dhns_roce_device.h684 struct hns_roce_aeqe { struct
Dhns_roce_hw_v2.c5622 static struct hns_roce_aeqe *next_aeqe_sw_v2(struct hns_roce_eq *eq) in next_aeqe_sw_v2()
5624 struct hns_roce_aeqe *aeqe; in next_aeqe_sw_v2()
5638 struct hns_roce_aeqe *aeqe = next_aeqe_sw_v2(eq); in hns_roce_v2_aeq_int()