aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/devx.c
diff options
context:
space:
mode:
authorBob Pearson <[email protected]>2023-04-05 04:26:08 +0000
committerJason Gunthorpe <[email protected]>2023-04-17 19:01:44 +0000
commitf55efc2ed206eedfed08e1c8f8552f64fc3a11dd (patch)
tree0b32fe0dbdfcc9de6efc82657c46361f79ab788c /drivers/infiniband/hw/mlx5/devx.c
parentRDMA/rxe: Remove qp->resp.state (diff)
downloadkernel-f55efc2ed206eedfed08e1c8f8552f64fc3a11dd.tar.gz
kernel-f55efc2ed206eedfed08e1c8f8552f64fc3a11dd.zip
RDMA/rxe: Remove qp->comp.state
The rxe driver has four different QP state variables, qp->attr.qp_state, qp->req.state, qp->comp.state, and qp->resp.state. All of these basically carry the same information. This patch replaces uses of qp->comp.state by qp->attr.qp_state. This is the second of three patches which will remove all but the qp->attr.qp_state variable. This will bring the driver closer to the IBA description. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bob Pearson <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'drivers/infiniband/hw/mlx5/devx.c')
0 files changed, 0 insertions, 0 deletions