Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v1.c3880 static struct hns_roce_ceqe *get_ceqe_v1(struct hns_roce_eq *eq, u32 entry) in get_ceqe_v1()
3884 return (struct hns_roce_ceqe *)((u8 *) in get_ceqe_v1()
3889 static struct hns_roce_ceqe *next_ceqe_sw_v1(struct hns_roce_eq *eq) in next_ceqe_sw_v1()
3891 struct hns_roce_ceqe *ceqe = get_ceqe_v1(eq, eq->cons_index); in next_ceqe_sw_v1()
3901 struct hns_roce_ceqe *ceqe; in hns_roce_v1_ceq_int()
H A Dhns_roce_device.h684 struct hns_roce_ceqe { struct
H A Dhns_roce_hw_v2.c5566 static struct hns_roce_ceqe *next_ceqe_sw_v2(struct hns_roce_eq *eq) in next_ceqe_sw_v2()
5568 struct hns_roce_ceqe *ceqe; in next_ceqe_sw_v2()
5581 struct hns_roce_ceqe *ceqe = next_ceqe_sw_v2(eq); in hns_roce_v2_ceq_int()