Searched defs:rxe_cq (Results 1 – 1 of 1) sorted by relevance
87 struct rxe_cq { struct88 struct ib_cq ibcq;89 struct rxe_pool_entry pelem;90 struct rxe_queue *queue;91 spinlock_t cq_lock;92 u8 notify;93 bool is_dying;94 int is_user;95 struct tasklet_struct comp_task;