Searched defs:i40iw_alloc_ucontext_resp (Results 1 – 4 of 4) sorted by relevance
15 struct i40iw_alloc_ucontext_resp { struct16 __u32 max_pds;17 __u32 max_qps;18 __u32 wq_size;19 __u8 kernel_ver;20 __u8 reserved[3];
28 struct i40iw_alloc_ucontext_resp { struct29 __u32 max_pds;30 __u32 max_qps;31 __u32 wq_size;32 __u8 kernel_ver;33 __u8 reserved[3];
50 struct i40iw_alloc_ucontext_resp { struct51 __u32 max_pds; /* maximum pds allowed for this user process */52 __u32 max_qps; /* maximum qps allowed for this user process */53 __u32 wq_size; /* size of the WQs (sq+rq) allocated to the mmaped area */54 __u8 kernel_ver;55 __u8 reserved[3];