Home
last modified time | relevance | path

Searched defs:rxe_cq (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/infiniband/sw/rxe/
Drxe_verbs.h60 struct rxe_cq { struct
61 struct ib_cq ibcq;
62 struct rxe_pool_elem elem;
63 struct rxe_queue *queue;
64 spinlock_t cq_lock;
65 u8 notify;
66 bool is_dying;
67 bool is_user;
68 struct tasklet_struct comp_task;
69 atomic_t num_wq;