Searched refs:qp_attr (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1243 struct ib_qp_attr *qp_attr,
1249 ret = ib_resolve_eth_dmac(qp->device, &qp_attr->ah_attr);
1254 return qp->device->modify_qp(qp->real_qp, qp_attr, qp_attr_mask, NULL);
1259 struct ib_qp_attr *qp_attr,
1264 qp->device->query_qp(qp->real_qp, qp_attr, qp_attr_mask, qp_init_attr) :
1242 ib_modify_qp(struct ib_qp *qp, struct ib_qp_attr *qp_attr, int qp_attr_mask) argument
1258 ib_query_qp(struct ib_qp *qp, struct ib_qp_attr *qp_attr, int qp_attr_mask, struct ib_qp_init_attr *qp_init_attr) argument
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h842 int mlx5_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask,
987 int mlx5_ib_gsi_query_qp(struct ib_qp *qp, struct ib_qp_attr *qp_attr,
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_dev.h531 int mthca_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask,
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1971 struct ib_qp_attr *qp_attr,
1975 struct ib_qp_attr *qp_attr,
2732 * @qp_attr: On input, specifies the QP attributes to modify. On output,
2738 struct ib_qp_attr *qp_attr,
2745 * @qp_attr: The attributes of the specified QP.
2753 struct ib_qp_attr *qp_attr,
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib.h772 int mlx4_ib_query_qp(struct ib_qp *ibqp, struct ib_qp_attr *qp_attr, int qp_attr_mask,

Completed in 117 milliseconds

12