Searched defs:rxe_cq (Results 1 – 1 of 1) sorted by relevance
61 struct rxe_cq { struct62 struct ib_cq ibcq;63 struct rxe_pool_entry pelem;64 struct rxe_queue *queue;65 spinlock_t cq_lock;66 u8 notify;67 bool is_dying;68 bool is_user;69 struct tasklet_struct comp_task;
Completed in 10 milliseconds