Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/rdma/
Dib_verbs.h1698 struct ib_wq_init_attr { struct
1699 void *wq_context;
1700 enum ib_wq_type wq_type;
1701 u32 max_wr;
1702 u32 max_sge;
1703 struct ib_cq *cq;
1704 void (*event_handler)(struct ib_event *, void *);
1705 u32 create_flags; /* Use enum ib_wq_flags */
/kernel/linux/linux-5.10/include/rdma/
Dib_verbs.h1659 struct ib_wq_init_attr { struct
1660 void *wq_context;
1661 enum ib_wq_type wq_type;
1662 u32 max_wr;
1663 u32 max_sge;
1664 struct ib_cq *cq;
1665 void (*event_handler)(struct ib_event *, void *);
1666 u32 create_flags; /* Use enum ib_wq_flags */