/openbmc/linux/drivers/infiniband/sw/rdmavt/ |
H A D | mmap.h | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | pd.h | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | cq.h | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | pd.c | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | mmap.c | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | srq.c | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | cq.c | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | doorbell.c | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | srq.c | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_queue.h | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | rxe_srq.c | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | rxe_mmap.c | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | rxe_queue.c | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | rxe_cq.c | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | uverbs_std_types_cq.c | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | cq.c | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_verbs.h | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | pvrdma_cq.c | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | pvrdma_verbs.c | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_verbs.h | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/qedr/ |
H A D | verbs.h | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_pd.c | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | hns_roce_cq.c | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_verbs.h | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | ib_verbs.h | diff ff23dfa134576e071ace69e91761d229a0f73139 Sun Mar 31 11:10:07 CDT 2019 Shamir Rabinovitch <shamir.rabinovitch@oracle.com> IB: Pass only ib_udata in function prototypes
Now when ib_udata is passed to all the driver's object create/destroy APIs the ib_udata will carry the ib_ucontext for every user command. There is no need to also pass the ib_ucontext via the functions prototypes.
Make ib_udata the only argument psssed.
Signed-off-by: Shamir Rabinovitch <shamir.rabinovitch@oracle.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|