Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/
Dnes-abi.h16 struct nes_alloc_ucontext_resp { struct
17 __u32 max_pds;
18 __u32 max_qps;
19 __u32 wq_size;
20 __u8 virtwq;
21 __u8 kernel_ver;
22 __u8 reserved[2];
/kernel/linux/linux-4.19/include/uapi/rdma/
Dnes-abi.h60 struct nes_alloc_ucontext_resp { struct
61 __u32 max_pds; /* maximum pds allowed for this user process */
62 __u32 max_qps; /* maximum qps allowed for this user process */
63 __u32 wq_size; /* size of the WQs (sq+rq) allocated to the mmaped area */
64 __u8 virtwq; /* flag to indicate if virtual WQ are to be used or not */
65 __u8 kernel_ver;
66 __u8 reserved[2];