Searched hist:"21 c2fe94abb2abe894e6aabe6b4e84a255c8d339" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_provider.h | diff 21c2fe94abb2abe894e6aabe6b4e84a255c8d339 Sat Sep 26 05:24:49 CDT 2020 Leon Romanovsky <leonro@nvidia.com> RDMA/mthca: Combine special QP struct with mthca QP
As preparation for the removal of QP allocation logic, we need to ensure that ib_core allocates the right amount of memory before a call to the driver create_qp(). It requires from driver to have the same structs for all types of QPs.
Link: https://lore.kernel.org/r/20200926102450.2966017-10-leon@kernel.org Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
|
H A D | mthca_dev.h | diff 21c2fe94abb2abe894e6aabe6b4e84a255c8d339 Sat Sep 26 05:24:49 CDT 2020 Leon Romanovsky <leonro@nvidia.com> RDMA/mthca: Combine special QP struct with mthca QP
As preparation for the removal of QP allocation logic, we need to ensure that ib_core allocates the right amount of memory before a call to the driver create_qp(). It requires from driver to have the same structs for all types of QPs.
Link: https://lore.kernel.org/r/20200926102450.2966017-10-leon@kernel.org Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
|
H A D | mthca_qp.c | diff 21c2fe94abb2abe894e6aabe6b4e84a255c8d339 Sat Sep 26 05:24:49 CDT 2020 Leon Romanovsky <leonro@nvidia.com> RDMA/mthca: Combine special QP struct with mthca QP
As preparation for the removal of QP allocation logic, we need to ensure that ib_core allocates the right amount of memory before a call to the driver create_qp(). It requires from driver to have the same structs for all types of QPs.
Link: https://lore.kernel.org/r/20200926102450.2966017-10-leon@kernel.org Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
|
H A D | mthca_provider.c | diff 21c2fe94abb2abe894e6aabe6b4e84a255c8d339 Sat Sep 26 05:24:49 CDT 2020 Leon Romanovsky <leonro@nvidia.com> RDMA/mthca: Combine special QP struct with mthca QP
As preparation for the removal of QP allocation logic, we need to ensure that ib_core allocates the right amount of memory before a call to the driver create_qp(). It requires from driver to have the same structs for all types of QPs.
Link: https://lore.kernel.org/r/20200926102450.2966017-10-leon@kernel.org Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
|