Searched hist:"4 b3dd2bbf0818ccb23e7f2831f2ca4a86789cd1f" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/rdma/ |
H A D | uverbs_ioctl.h | diff 4b3dd2bbf0818ccb23e7f2831f2ca4a86789cd1f Thu Aug 09 21:14:38 CDT 2018 Jason Gunthorpe <jgg@mellanox.com> IB/uverbs: Provide implementation private memory for the uverbs_attr_bundle
This already existed as the anonymous 'ctx' structure, but this was not really a useful form. Hoist this struct into bundle_priv and rework the internal things to use it instead.
Move a bunch of the processing internal state into the priv and reduce the excessive use of function arguments.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | uverbs_ioctl.c | diff 4b3dd2bbf0818ccb23e7f2831f2ca4a86789cd1f Thu Aug 09 21:14:38 CDT 2018 Jason Gunthorpe <jgg@mellanox.com> IB/uverbs: Provide implementation private memory for the uverbs_attr_bundle
This already existed as the anonymous 'ctx' structure, but this was not really a useful form. Hoist this struct into bundle_priv and rework the internal things to use it instead.
Move a bunch of the processing internal state into the priv and reduce the excessive use of function arguments.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
|