Searched defs:ib_cq (Results  1 – 15 of 15) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/hns/ | 
| D | hns_roce_restrack.c | 82 	struct ib_cq *ib_cq = container_of(res, struct ib_cq, res);  in hns_roce_fill_res_cq_entry()  local
 | 
| D | hns_roce_cq.c | 409 int hns_roce_ib_create_cq(struct ib_cq *ib_cq,  in hns_roce_ib_create_cq()492 void hns_roce_ib_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata)  in hns_roce_ib_destroy_cq()
 
 | 
| D | hns_roce_qp.c | 1286 			  struct ib_cq *ib_cq)  in hns_roce_wq_overflow()
 | 
| D | hns_roce_device.h | 491 	struct ib_cq			ib_cq;  member1085 static inline struct hns_roce_cq *to_hr_cq(struct ib_cq *ib_cq)  in to_hr_cq()
 
 | 
| /Linux-v5.4/net/smc/ | 
| D | smc_wr.c | 137 void smc_wr_tx_cq_handler(struct ib_cq *ib_cq, void *cq_context)  in smc_wr_tx_cq_handler()411 void smc_wr_rx_cq_handler(struct ib_cq *ib_cq, void *cq_context)  in smc_wr_rx_cq_handler()
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/bnxt_re/ | 
| D | ib_verbs.h | 97 	struct ib_cq		ib_cq;  member
 | 
| D | ib_verbs.c | 2515 void bnxt_re_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata)  in bnxt_re_destroy_cq()3114 int bnxt_re_poll_cq(struct ib_cq *ib_cq, int num_entries, struct ib_wc *wc)  in bnxt_re_poll_cq()
 3246 int bnxt_re_req_notify_cq(struct ib_cq *ib_cq,  in bnxt_re_req_notify_cq()
 
 | 
| /Linux-v5.4/include/rdma/ | 
| D | ib_verbs.h | 1542 struct ib_cq {  struct1543 	struct ib_device       *device;
 1544 	struct ib_uobject      *uobject;
 1545 	ib_comp_handler   	comp_handler;
 1546 	void                  (*event_handler)(struct ib_event *, void *);
 1547 	void                   *cq_context;
 1548 	int               	cqe;
 1549 	atomic_t          	usecnt; /* count number of work queues */
 1550 	enum ib_poll_context	poll_ctx;
 1574 		struct ib_cq   *cq;  argument
 
 | 
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ | 
| D | cq.c | 970 void c4iw_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata)  in c4iw_destroy_cq()
 | 
| /Linux-v5.4/drivers/infiniband/hw/cxgb3/ | 
| D | iwch_provider.c | 91 static void iwch_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata)  in iwch_destroy_cq()
 | 
| /Linux-v5.4/drivers/infiniband/hw/mthca/ | 
| D | mthca_qp.c | 1567 				    struct ib_cq *ib_cq)  in mthca_wq_overflow()
 | 
| /Linux-v5.4/drivers/nvme/host/ | 
| D | rdma.c | 81 	struct ib_cq		*ib_cq;  member
 | 
| /Linux-v5.4/drivers/infiniband/hw/i40iw/ | 
| D | i40iw_verbs.c | 1058 static void i40iw_destroy_cq(struct ib_cq *ib_cq, struct ib_udata *udata)  in i40iw_destroy_cq()
 | 
| /Linux-v5.4/drivers/infiniband/hw/mlx4/ | 
| D | qp.c | 3281 static int mlx4_wq_overflow(struct mlx4_ib_wq *wq, int nreq, struct ib_cq *ib_cq)  in mlx4_wq_overflow()
 | 
| /Linux-v5.4/drivers/infiniband/hw/mlx5/ | 
| D | qp.c | 4072 static int mlx5_wq_overflow(struct mlx5_ib_wq *wq, int nreq, struct ib_cq *ib_cq)  in mlx5_wq_overflow()
 |