Searched defs:hr_cq (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/hns/ | 
| D | hns_roce_cq.c | 42 static void hns_roce_ib_cq_comp(struct hns_roce_cq *hr_cq)  in hns_roce_ib_cq_comp()49 static void hns_roce_ib_cq_event(struct hns_roce_cq *hr_cq,  in hns_roce_ib_cq_event()
 86 			     struct hns_roce_cq *hr_cq, int vector)  in hns_roce_cq_alloc()
 182 void hns_roce_free_cq(struct hns_roce_dev *hr_dev, struct hns_roce_cq *hr_cq)  in hns_roce_free_cq()
 300 			  struct hns_roce_cq *hr_cq,  in create_user_cq()
 347 			    struct hns_roce_cq *hr_cq, int cq_entries)  in create_kernel_cq()
 384 			    struct hns_roce_cq *hr_cq,  in destroy_user_cq()
 400 			      struct hns_roce_cq *hr_cq)  in destroy_kernel_cq()
 416 	struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq);  in hns_roce_ib_create_cq()  local
 495 	struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq);  in hns_roce_ib_destroy_cq()  local
 
 | 
| D | hns_roce_restrack.c | 84 	struct hns_roce_cq *hr_cq = to_hr_cq(ib_cq);  in hns_roce_fill_res_cq_entry()  local
 | 
| D | hns_roce_hw_v1.c | 1980 static void *get_cqe(struct hns_roce_cq *hr_cq, int n)  in get_cqe()1986 static void *get_sw_cqe(struct hns_roce_cq *hr_cq, int n)  in get_sw_cqe()
 1995 static struct hns_roce_cqe *next_cqe_sw(struct hns_roce_cq *hr_cq)  in next_cqe_sw()
 2000 static void hns_roce_v1_cq_set_ci(struct hns_roce_cq *hr_cq, u32 cons_index)  in hns_roce_v1_cq_set_ci()
 2017 static void __hns_roce_v1_cq_clean(struct hns_roce_cq *hr_cq, u32 qpn,  in __hns_roce_v1_cq_clean()
 2065 static void hns_roce_v1_cq_clean(struct hns_roce_cq *hr_cq, u32 qpn,  in hns_roce_v1_cq_clean()
 2074 				  struct hns_roce_cq *hr_cq, void *mb_buf,  in hns_roce_v1_write_cqc()
 2162 	struct hns_roce_cq *hr_cq = to_hr_cq(ibcq);  in hns_roce_v1_req_notify_cq()  local
 2188 static int hns_roce_v1_poll_one(struct hns_roce_cq *hr_cq,  in hns_roce_v1_poll_one()
 2392 	struct hns_roce_cq *hr_cq = to_hr_cq(ibcq);  in hns_roce_v1_poll_cq()  local
 [all …]
 
 | 
| D | hns_roce_hw_v2.c | 2448 static void *get_cqe_v2(struct hns_roce_cq *hr_cq, int n)  in get_cqe_v2()2454 static void *get_sw_cqe_v2(struct hns_roce_cq *hr_cq, int n)  in get_sw_cqe_v2()
 2463 static struct hns_roce_v2_cqe *next_cqe_sw_v2(struct hns_roce_cq *hr_cq)  in next_cqe_sw_v2()
 2484 static void hns_roce_v2_cq_set_ci(struct hns_roce_cq *hr_cq, u32 cons_index)  in hns_roce_v2_cq_set_ci()
 2489 static void __hns_roce_v2_cq_clean(struct hns_roce_cq *hr_cq, u32 qpn,  in __hns_roce_v2_cq_clean()
 2543 static void hns_roce_v2_cq_clean(struct hns_roce_cq *hr_cq, u32 qpn,  in hns_roce_v2_cq_clean()
 2552 				  struct hns_roce_cq *hr_cq, void *mb_buf,  in hns_roce_v2_write_cqc()
 2627 	struct hns_roce_cq *hr_cq = to_hr_cq(ibcq);  in hns_roce_v2_req_notify_cq()  local
 2691 static int hns_roce_v2_poll_one(struct hns_roce_cq *hr_cq,  in hns_roce_v2_poll_one()
 2971 	struct hns_roce_cq *hr_cq = to_hr_cq(ibcq);  in hns_roce_v2_poll_cq()  local
 [all …]
 
 | 
| D | hns_roce_qp.c | 1288 	struct hns_roce_cq *hr_cq;  in hns_roce_wq_overflow()  local
 |