Home
last modified time | relevance | path

Searched refs:cur_qp_state (Results 1 – 14 of 14) sorted by relevance

/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
Duverbs_marshall.c55 dst->cur_qp_state = src->cur_qp_state; in ib_copy_qp_attr_to_user()
Duverbs_cmd.c1228 resp.cur_qp_state = attr->cur_qp_state; in ib_uverbs_query_qp()
1318 attr->cur_qp_state = cmd.cur_qp_state; in ib_uverbs_modify_qp()
2773 attr->cur_qp_state = cmd.cur_qp_state; in ib_uverbs_modify_xrc_rcv_qp()
2863 resp.cur_qp_state = attr->cur_qp_state; in ib_uverbs_query_xrc_rcv_qp()
Dmad.c2226 attr->cur_qp_state = IB_QPS_SQE; in mad_error_handler()
/freebsd-10-stable/contrib/ofed/libibverbs/src/
Dmarshall.c61 dst->cur_qp_state = src->cur_qp_state; in ibv_copy_qp_attr_from_kern()
Dcmd.c708 attr->cur_qp_state = resp.cur_qp_state; in ibv_cmd_query_qp()
784 cmd->cur_qp_state = attr->cur_qp_state; in ibv_cmd_modify_qp()
884 cmd.cur_qp_state = attr->cur_qp_state; in ibv_cmd_modify_xrc_rcv_qp()
961 attr->cur_qp_state = resp.cur_qp_state; in ibv_cmd_query_xrc_rcv_qp()
/freebsd-10-stable/sys/ofed/include/rdma/
Dib_user_verbs.h380 __u32 cur_qp_state; member
498 __u8 cur_qp_state; member
529 __u8 cur_qp_state; member
843 __u8 cur_qp_state; member
Dib_verbs.h805 enum ib_qp_state cur_qp_state; member
/freebsd-10-stable/contrib/ofed/libibverbs/include/infiniband/
Dkern-abi.h406 __u32 cur_qp_state; member
515 __u8 cur_qp_state; member
549 __u8 cur_qp_state; member
619 __u8 cur_qp_state; member
Dverbs.h479 enum ibv_qp_state cur_qp_state; member
/freebsd-10-stable/contrib/ofed/libibverbs/fixes/
DXRC_RCV_QP.patch106 + __u8 cur_qp_state;
382 + cmd.cur_qp_state = attr->cur_qp_state;
459 + attr->cur_qp_state = resp.cur_qp_state;
DXRC_man_pages.patch183 +enum ibv_qp_state cur_qp_state; /* Assume this is the current QP state */
224 +.B IBV_QP_CUR_STATE \fR Set cur_qp_state
448 +enum ibv_qp_state cur_qp_state; /* Current QP state - irrelevant for ibv_query_qp */
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
Dmthca_qp.c504 qp_attr->cur_qp_state = qp_attr->qp_state; in mthca_query_qp()
862 cur_state = attr->cur_qp_state; in mthca_modify_qp()
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib_qp.c2087 cur_state = attr_mask & IB_QP_CUR_STATE ? attr->cur_qp_state : qp->state; in mlx5_ib_modify_qp()
2919 qp_attr->cur_qp_state = qp_attr->qp_state; in mlx5_ib_query_qp()
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
Dqp.c2274 cur_state = attr_mask & IB_QP_CUR_STATE ? attr->cur_qp_state : qp->state; in mlx4_ib_modify_qp()
3545 qp_attr->cur_qp_state = qp_attr->qp_state; in mlx4_ib_query_qp()