Searched refs:ibv_cmd_modify_qp (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ofed/libibverbs/ |
H A D | libibverbs.map | 117 ibv_cmd_modify_qp;
|
H A D | driver.h | 255 int ibv_cmd_modify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr,
|
H A D | cmd.c | 1397 int ibv_cmd_modify_qp(struct ibv_qp *qp, struct ibv_qp_attr *attr, in ibv_cmd_modify_qp() function
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | qp.c | 305 ret = ibv_cmd_modify_qp(&qhp->ibv_qp, &attr, mask, &cmd, sizeof cmd); in ring_kernel_db()
|
H A D | verbs.c | 605 ret = ibv_cmd_modify_qp(ibqp, attr, attr_mask, &cmd, sizeof cmd); in c4iw_modify_qp()
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | verbs.c | 1036 ret = ibv_cmd_modify_qp(qp, attr, attr_mask, &cmd, sizeof cmd); in mlx4_modify_qp()
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_uverbs.c | 1555 return ibv_cmd_modify_qp(qp, attr, attr_mask, &cmd, sizeof(cmd)); in irdma_umodify_qp()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | verbs.c | 1617 ret = ibv_cmd_modify_qp(qp, attr, attr_mask, in mlx5_modify_qp()
|