Home
last modified time | relevance | path

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

/linux-4.19.296/include/rdma/
Dib_verbs.h1586 struct ib_cq { struct
1587 struct ib_device *device;
1588 struct ib_uobject *uobject;
1589 ib_comp_handler comp_handler;
1590 void (*event_handler)(struct ib_event *, void *);
1591 void *cq_context;
1592 int cqe;
1593 atomic_t usecnt; /* count number of work queues */
1617 struct ib_cq *cq; argument