/openbmc/linux/drivers/infiniband/sw/rdmavt/ |
H A D | mad.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | ah.h | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | ah.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | agent.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | mad_rmpp.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | uverbs_std_types.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | user_mad.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | ah.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_ah.h | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | ocrdma_ah.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_vema.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_verbs.h | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | pvrdma_verbs.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_verbs.h | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | usnic_ib_verbs.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/qedr/ |
H A D | verbs.h | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | verbs.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_mad.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | mthca_provider.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_ah.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
H A D | hns_roce_device.h | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | ah.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | ib_verbs.h | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_mad.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|
/openbmc/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_verbs.c | diff 2553ba217eea37dc6291635ecddb883fb5c36a8b Wed Dec 12 03:09:06 CST 2018 Gal Pressman <galpress@amazon.com> RDMA: Mark if destroy address handle is in a sleepable context
Introduce a 'flags' field to destroy address handle callback and add a flag that marks whether the callback is executed in an atomic context or not.
This will allow drivers to wait for completion instead of polling for it when it is allowed.
Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
|