Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c4014 struct hns_roce_eq *eq, u32 qpn) in hns_roce_v2_init_irq_work()
4030 static void set_eq_cons_index_v2(struct hns_roce_eq *eq) in set_eq_cons_index_v2()
4179 static struct hns_roce_aeqe *get_aeqe_v2(struct hns_roce_eq *eq, u32 entry) in get_aeqe_v2()
4191 static struct hns_roce_aeqe *mhop_get_aeqe(struct hns_roce_eq *eq, u32 entry) in mhop_get_aeqe()
4208 static struct hns_roce_aeqe *next_aeqe_sw_v2(struct hns_roce_eq *eq) in next_aeqe_sw_v2()
4222 struct hns_roce_eq *eq) in hns_roce_v2_aeq_int()
4314 static struct hns_roce_ceqe *get_ceqe_v2(struct hns_roce_eq *eq, u32 entry) in get_ceqe_v2()
4326 static struct hns_roce_ceqe *mhop_get_ceqe(struct hns_roce_eq *eq, u32 entry) in mhop_get_ceqe()
4343 static struct hns_roce_ceqe *next_ceqe_sw_v2(struct hns_roce_eq *eq) in next_ceqe_sw_v2()
4357 struct hns_roce_eq *eq) in hns_roce_v2_ceq_int()
[all …]
Dhns_roce_device.h616 struct hns_roce_eq { struct
654 struct hns_roce_eq *eq; argument
Dhns_roce_hw_v1.c4049 static void set_eq_cons_index_v1(struct hns_roce_eq *eq, int req_not) in set_eq_cons_index_v1()
4217 static struct hns_roce_aeqe *get_aeqe_v1(struct hns_roce_eq *eq, u32 entry) in get_aeqe_v1()
4227 static struct hns_roce_aeqe *next_aeqe_sw_v1(struct hns_roce_eq *eq) in next_aeqe_sw_v1()
4236 struct hns_roce_eq *eq) in hns_roce_v1_aeq_int()
4324 static struct hns_roce_ceqe *get_ceqe_v1(struct hns_roce_eq *eq, u32 entry) in get_ceqe_v1()
4334 static struct hns_roce_ceqe *next_ceqe_sw_v1(struct hns_roce_eq *eq) in next_ceqe_sw_v1()
4344 struct hns_roce_eq *eq) in hns_roce_v1_ceq_int()
4379 struct hns_roce_eq *eq = eq_ptr; in hns_roce_v1_msix_interrupt_eq()
4532 struct hns_roce_eq *eq) in hns_roce_v1_free_eq()
4574 struct hns_roce_eq *eq) in hns_roce_v1_create_eq()
[all …]