Home
last modified time | relevance | path

Searched defs:modify_qp (Results 1 – 4 of 4) sorted by relevance

/linux/include/rdma/
H A Drdma_vt.h348 void (*modify_qp)(struct rvt_qp *qp, struct ib_qp_attr *attr, member
H A Dib_verbs.h2482 int (*modify_qp)(struct ib_qp *qp, struct ib_qp_attr *qp_attr, global() member
/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_dev_api.h657 struct pvrdma_cmd_modify_qp modify_qp; member
/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c1133 static int modify_qp(struct mlx5_vdpa_net *ndev, struct mlx5_vdpa_virtqueue *mvq, bool fw, int cmd) in modify_qp() function