Searched defs:cq_context (Results  1 – 11 of 11) sorted by relevance
| /linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ | 
| D | cq.c | 167 	struct mlx4_cq_context *cq_context;  in mlx4_cq_modify()  local189 	struct mlx4_cq_context *cq_context;  in mlx4_cq_resize()  local
 291 	struct mlx4_cq_context *cq_context;  in mlx4_cq_alloc()  local
 
 | 
| /linux-4.1.27/net/sunrpc/xprtrdma/ | 
| D | svc_rdma_transport.c | 248 static void rq_comp_handler(struct ib_cq *cq, void *cq_context)  in rq_comp_handler()429 static void sq_comp_handler(struct ib_cq *cq, void *cq_context)  in sq_comp_handler()
 
 | 
| D | verbs.c | 251 rpcrdma_sendcq_upcall(struct ib_cq *cq, void *cq_context)  in rpcrdma_sendcq_upcall()350 rpcrdma_recvcq_upcall(struct ib_cq *cq, void *cq_context)  in rpcrdma_recvcq_upcall()
 
 | 
| /linux-4.1.27/net/9p/ | 
| D | trans_rdma.c | 344 static void cq_comp_handler(struct ib_cq *cq, void *cq_context)  in cq_comp_handler()
 | 
| /linux-4.1.27/drivers/infiniband/core/ | 
| D | uverbs_main.c | 438 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context)  in ib_uverbs_comp_handler()
 | 
| D | verbs.c | 1015 			   void *cq_context, int cqe, int comp_vector)  in ib_create_cq()
 | 
| /linux-4.1.27/drivers/infiniband/ulp/iser/ | 
| D | iser_verbs.c | 1221 static void iser_cq_callback(struct ib_cq *cq, void *cq_context)  in iser_cq_callback()
 | 
| /linux-4.1.27/drivers/infiniband/hw/mthca/ | 
| D | mthca_cq.c | 781 	struct mthca_cq_context *cq_context;  in mthca_init_cq()  local
 | 
| /linux-4.1.27/drivers/infiniband/hw/mlx5/ | 
| D | mr.c | 729 void mlx5_umr_cq_handler(struct ib_cq *cq, void *cq_context)  in mlx5_umr_cq_handler()
 | 
| /linux-4.1.27/drivers/scsi/lpfc/ | 
| D | lpfc_hw4.h | 1084 struct cq_context {  struct1086 #define lpfc_cq_context_event_SHIFT	31  argument
 1120 			struct cq_context context;  argument
 
 | 
| /linux-4.1.27/include/rdma/ | 
| D | ib_verbs.h | 1223 	void                   *cq_context;  member
 |