Searched hist:b005d316471374b1ff26df8c8460cc1ea9186647 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | mr.c | diff b005d316471374b1ff26df8c8460cc1ea9186647 Mon Feb 29 11:07:33 CST 2016 Sagi Grimberg <sagig@mellanox.com> mlx5: Add arbitrary sg list support
Allocate proper context for arbitrary scatterlist registration If ib_alloc_mr is called with IB_MR_MAP_ARB_SG, the driver allocate a private klm list instead of a private page list. Set the UMR wqe correctly when posting the fast registration.
Also, expose device cap IB_DEVICE_MAP_ARB_SG according to the device id (until we have a FW bit that correctly exposes it).
Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
|
H A D | mlx5_ib.h | diff b005d316471374b1ff26df8c8460cc1ea9186647 Mon Feb 29 11:07:33 CST 2016 Sagi Grimberg <sagig@mellanox.com> mlx5: Add arbitrary sg list support
Allocate proper context for arbitrary scatterlist registration If ib_alloc_mr is called with IB_MR_MAP_ARB_SG, the driver allocate a private klm list instead of a private page list. Set the UMR wqe correctly when posting the fast registration.
Also, expose device cap IB_DEVICE_MAP_ARB_SG according to the device id (until we have a FW bit that correctly exposes it).
Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
|
H A D | qp.c | diff b005d316471374b1ff26df8c8460cc1ea9186647 Mon Feb 29 11:07:33 CST 2016 Sagi Grimberg <sagig@mellanox.com> mlx5: Add arbitrary sg list support
Allocate proper context for arbitrary scatterlist registration If ib_alloc_mr is called with IB_MR_MAP_ARB_SG, the driver allocate a private klm list instead of a private page list. Set the UMR wqe correctly when posting the fast registration.
Also, expose device cap IB_DEVICE_MAP_ARB_SG according to the device id (until we have a FW bit that correctly exposes it).
Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
|
H A D | main.c | diff b005d316471374b1ff26df8c8460cc1ea9186647 Mon Feb 29 11:07:33 CST 2016 Sagi Grimberg <sagig@mellanox.com> mlx5: Add arbitrary sg list support
Allocate proper context for arbitrary scatterlist registration If ib_alloc_mr is called with IB_MR_MAP_ARB_SG, the driver allocate a private klm list instead of a private page list. Set the UMR wqe correctly when posting the fast registration.
Also, expose device cap IB_DEVICE_MAP_ARB_SG according to the device id (until we have a FW bit that correctly exposes it).
Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
|