Searched refs:to_ib_qp_state (Results 1 – 5 of 5) sorted by relevance
631 static inline int to_ib_qp_state(int c4iw_qp_state) in to_ib_qp_state() function
2462 attr->qp_state = to_ib_qp_state(qhp->attr.state); in c4iw_ib_query_qp()2463 attr->cur_qp_state = to_ib_qp_state(qhp->attr.state); in c4iw_ib_query_qp()
358 static inline enum ib_qp_state to_ib_qp_state(int mthca_state) in to_ib_qp_state() function464 qp->state = to_ib_qp_state(mthca_state); in mthca_query_qp()
3898 static inline enum ib_qp_state to_ib_qp_state(enum mlx4_qp_state mlx4_state) in to_ib_qp_state() function3998 qp->state = to_ib_qp_state(mlx4_state); in mlx4_ib_query_qp()
4627 static inline enum ib_qp_state to_ib_qp_state(enum mlx5_qp_state mlx5_state) in to_ib_qp_state() function4815 qp->state = to_ib_qp_state(MLX5_GET(qpc, qpc, state)); in query_qp_attr()