Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c4314 static struct hns_roce_ceqe *get_ceqe_v2(struct hns_roce_eq *eq, u32 entry) in get_ceqe_v2()
4322 return (struct hns_roce_ceqe *)((char *)(eq->buf_list->buf) + in get_ceqe_v2()
4326 static struct hns_roce_ceqe *mhop_get_ceqe(struct hns_roce_eq *eq, u32 entry) in mhop_get_ceqe()
4336 return (struct hns_roce_ceqe *)((u8 *)(eq->bt_l0) + in mhop_get_ceqe()
4339 return (struct hns_roce_ceqe *)((u8 *)(eq->buf[off / in mhop_get_ceqe()
4343 static struct hns_roce_ceqe *next_ceqe_sw_v2(struct hns_roce_eq *eq) in next_ceqe_sw_v2()
4345 struct hns_roce_ceqe *ceqe; in next_ceqe_sw_v2()
4360 struct hns_roce_ceqe *ceqe; in hns_roce_v2_ceq_int()
Dhns_roce_device.h582 struct hns_roce_ceqe { struct
Dhns_roce_hw_v1.c4324 static struct hns_roce_ceqe *get_ceqe_v1(struct hns_roce_eq *eq, u32 entry) in get_ceqe_v1()
4329 return (struct hns_roce_ceqe *)((u8 *) in get_ceqe_v1()
4334 static struct hns_roce_ceqe *next_ceqe_sw_v1(struct hns_roce_eq *eq) in next_ceqe_sw_v1()
4336 struct hns_roce_ceqe *ceqe = get_ceqe_v1(eq, eq->cons_index); in next_ceqe_sw_v1()
4346 struct hns_roce_ceqe *ceqe; in hns_roce_v1_ceq_int()