Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c4933 struct hns_roce_eq *eq, in hns_roce_v2_init_irq_work()
4951 static void set_eq_cons_index_v2(struct hns_roce_eq *eq) in set_eq_cons_index_v2()
4983 static struct hns_roce_aeqe *get_aeqe_v2(struct hns_roce_eq *eq, u32 entry) in get_aeqe_v2()
4995 static struct hns_roce_aeqe *mhop_get_aeqe(struct hns_roce_eq *eq, u32 entry) in mhop_get_aeqe()
5012 static struct hns_roce_aeqe *next_aeqe_sw_v2(struct hns_roce_eq *eq) in next_aeqe_sw_v2()
5026 struct hns_roce_eq *eq) in hns_roce_v2_aeq_int()
5113 static struct hns_roce_ceqe *get_ceqe_v2(struct hns_roce_eq *eq, u32 entry) in get_ceqe_v2()
5125 static struct hns_roce_ceqe *mhop_get_ceqe(struct hns_roce_eq *eq, u32 entry) in mhop_get_ceqe()
5142 static struct hns_roce_ceqe *next_ceqe_sw_v2(struct hns_roce_eq *eq) in next_ceqe_sw_v2()
5156 struct hns_roce_eq *eq) in hns_roce_v2_ceq_int()
[all …]
Dhns_roce_hw_v1.c3699 static void set_eq_cons_index_v1(struct hns_roce_eq *eq, int req_not) in set_eq_cons_index_v1()
3867 static struct hns_roce_aeqe *get_aeqe_v1(struct hns_roce_eq *eq, u32 entry) in get_aeqe_v1()
3877 static struct hns_roce_aeqe *next_aeqe_sw_v1(struct hns_roce_eq *eq) in next_aeqe_sw_v1()
3886 struct hns_roce_eq *eq) in hns_roce_v1_aeq_int()
3975 static struct hns_roce_ceqe *get_ceqe_v1(struct hns_roce_eq *eq, u32 entry) in get_ceqe_v1()
3985 static struct hns_roce_ceqe *next_ceqe_sw_v1(struct hns_roce_eq *eq) in next_ceqe_sw_v1()
3995 struct hns_roce_eq *eq) in hns_roce_v1_ceq_int()
4031 struct hns_roce_eq *eq = eq_ptr; in hns_roce_v1_msix_interrupt_eq()
4184 struct hns_roce_eq *eq) in hns_roce_v1_free_eq()
4226 struct hns_roce_eq *eq) in hns_roce_v1_create_eq()
[all …]
Dhns_roce_device.h754 struct hns_roce_eq { struct
792 struct hns_roce_eq *eq; argument