Searched defs:nes_alloc_ucontext_resp (Results 1 – 2 of 2) sorted by relevance
16 struct nes_alloc_ucontext_resp { struct17 __u32 max_pds;18 __u32 max_qps;19 __u32 wq_size;20 __u8 virtwq;21 __u8 kernel_ver;22 __u8 reserved[2];
60 struct nes_alloc_ucontext_resp { struct61 __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];