/openbmc/linux/drivers/infiniband/core/ |
H A D | uverbs_std_types_dm.c | diff 83bb4442330f035bd68ec5d2f5b87bfef1c1a4ab Wed Jul 04 00:50:29 CDT 2018 Jason Gunthorpe <jgg@mellanox.com> RDMA/uverbs: Remove UA_FLAGS
This bit of boilerplate isn't really necessary, we can use bitfields instead of a flags enum and the macros can then individually initialize them through the __VA_ARGS__ like everything else.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
|
H A D | uverbs_std_types_counters.c | diff 83bb4442330f035bd68ec5d2f5b87bfef1c1a4ab Wed Jul 04 00:50:29 CDT 2018 Jason Gunthorpe <jgg@mellanox.com> RDMA/uverbs: Remove UA_FLAGS
This bit of boilerplate isn't really necessary, we can use bitfields instead of a flags enum and the macros can then individually initialize them through the __VA_ARGS__ like everything else.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
|
H A D | uverbs_std_types_flow_action.c | diff 83bb4442330f035bd68ec5d2f5b87bfef1c1a4ab Wed Jul 04 00:50:29 CDT 2018 Jason Gunthorpe <jgg@mellanox.com> RDMA/uverbs: Remove UA_FLAGS
This bit of boilerplate isn't really necessary, we can use bitfields instead of a flags enum and the macros can then individually initialize them through the __VA_ARGS__ like everything else.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
|
H A D | uverbs_std_types_mr.c | diff 83bb4442330f035bd68ec5d2f5b87bfef1c1a4ab Wed Jul 04 00:50:29 CDT 2018 Jason Gunthorpe <jgg@mellanox.com> RDMA/uverbs: Remove UA_FLAGS
This bit of boilerplate isn't really necessary, we can use bitfields instead of a flags enum and the macros can then individually initialize them through the __VA_ARGS__ like everything else.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
|
H A D | uverbs_std_types_cq.c | diff 83bb4442330f035bd68ec5d2f5b87bfef1c1a4ab Wed Jul 04 00:50:29 CDT 2018 Jason Gunthorpe <jgg@mellanox.com> RDMA/uverbs: Remove UA_FLAGS
This bit of boilerplate isn't really necessary, we can use bitfields instead of a flags enum and the macros can then individually initialize them through the __VA_ARGS__ like everything else.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
|
H A D | uverbs_ioctl.c | diff 83bb4442330f035bd68ec5d2f5b87bfef1c1a4ab Wed Jul 04 00:50:29 CDT 2018 Jason Gunthorpe <jgg@mellanox.com> RDMA/uverbs: Remove UA_FLAGS
This bit of boilerplate isn't really necessary, we can use bitfields instead of a flags enum and the macros can then individually initialize them through the __VA_ARGS__ like everything else.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
|
/openbmc/linux/include/rdma/ |
H A D | uverbs_ioctl.h | diff 83bb4442330f035bd68ec5d2f5b87bfef1c1a4ab Wed Jul 04 00:50:29 CDT 2018 Jason Gunthorpe <jgg@mellanox.com> RDMA/uverbs: Remove UA_FLAGS
This bit of boilerplate isn't really necessary, we can use bitfields instead of a flags enum and the macros can then individually initialize them through the __VA_ARGS__ like everything else.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | devx.c | diff 83bb4442330f035bd68ec5d2f5b87bfef1c1a4ab Wed Jul 04 00:50:29 CDT 2018 Jason Gunthorpe <jgg@mellanox.com> RDMA/uverbs: Remove UA_FLAGS
This bit of boilerplate isn't really necessary, we can use bitfields instead of a flags enum and the macros can then individually initialize them through the __VA_ARGS__ like everything else.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
|
H A D | main.c | diff 83bb4442330f035bd68ec5d2f5b87bfef1c1a4ab Wed Jul 04 00:50:29 CDT 2018 Jason Gunthorpe <jgg@mellanox.com> RDMA/uverbs: Remove UA_FLAGS
This bit of boilerplate isn't really necessary, we can use bitfields instead of a flags enum and the macros can then individually initialize them through the __VA_ARGS__ like everything else.
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
|