RDMA/cxgb4: Use structs to describe the uABI instead of opencoding
Open coding a loose value is not acceptable for describing the uABI in RDMA. Provide the missing struct. Reviewed-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:
parent
633fb4d9fd
commit
7f86260b5f
2 changed files with 8 additions and 1 deletions
|
|
@ -79,4 +79,9 @@ struct c4iw_alloc_ucontext_resp {
|
|||
__u32 status_page_size;
|
||||
__u32 reserved; /* explicit padding (optional for i386) */
|
||||
};
|
||||
|
||||
struct c4iw_alloc_pd_resp {
|
||||
__u32 pdid;
|
||||
};
|
||||
|
||||
#endif /* CXGB4_ABI_USER_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue