Home
last modified time | relevance | path

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

/freebsd/sys/dev/mthca/
H A Dmthca_cmd.h308 int mthca_MODIFY_QP(struct mthca_dev *dev, enum ib_qp_state cur,
309 enum ib_qp_state next, u32 num, int is_ee,
H A Dmthca_qp.c271 static int to_mthca_state(enum ib_qp_state ib_state) in to_mthca_state()
358 static inline enum ib_qp_state to_ib_qp_state(int mthca_state) in to_ib_qp_state()
546 enum ib_qp_state cur_state, in __mthca_modify_qp()
547 enum ib_qp_state new_state, in __mthca_modify_qp()
851 enum ib_qp_state cur_state, new_state; in mthca_modify_qp()
H A Dmthca_cmd.c1730 int mthca_MODIFY_QP(struct mthca_dev *dev, enum ib_qp_state cur, in mthca_MODIFY_QP()
1731 enum ib_qp_state next, u32 num, int is_ee, in mthca_MODIFY_QP()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_sp.h390 bool ib_modify_qp_is_ok_compat(enum ib_qp_state cur_state, enum ib_qp_state next_state,
H A Dib_verbs.h400 static inline u8 __from_ib_qp_state(enum ib_qp_state state) in __from_ib_qp_state()
459 static inline enum ib_qp_state __to_ib_qp_state(u8 state) in __to_ib_qp_state()
H A Dib_verbs.c2556 bool ib_modify_qp_is_ok_compat(enum ib_qp_state cur_state, in ib_modify_qp_is_ok_compat()
2557 enum ib_qp_state next_state, in ib_modify_qp_is_ok_compat()
2568 enum ib_qp_state curr_qp_state, new_qp_state; in bnxt_re_modify_qp()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.h234 enum ib_qp_state ibqp_state;
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h1134 enum ib_qp_state { enum
1157 enum ib_qp_state qp_state;
1158 enum ib_qp_state cur_qp_state;
2596 bool ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state,
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c944 static enum mlx4_qp_state to_mlx4_state(enum ib_qp_state state) in to_mlx4_state()
1626 enum ib_qp_state cur_state, in __mlx4_ib_modify_qp()
1627 enum ib_qp_state new_state, in __mlx4_ib_modify_qp()
2172 enum ib_qp_state cur_state, new_state; in _mlx4_ib_modify_qp()
3353 static inline enum ib_qp_state to_ib_qp_state(enum mlx4_qp_state mlx4_state) in to_ib_qp_state()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h604 static inline int c4iw_convert_state(enum ib_qp_state ib_state) in c4iw_convert_state()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1247 bool ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state, in ib_modify_qp_is_ok()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c579 static enum mlx5_qp_state to_mlx5_state(enum ib_qp_state state) in to_mlx5_state()
2679 enum ib_qp_state cur_state, enum ib_qp_state new_state) in __mlx5_ib_modify_qp()
2963 enum ib_qp_state cur_state, new_state; in mlx5_ib_modify_qp()
4292 static inline enum ib_qp_state to_ib_qp_state(enum mlx5_qp_state mlx5_state) in to_ib_qp_state()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c719 enum ib_qp_state new_state) in check_qp_movement_and_print()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c3126 static enum ib_qp_state
3129 enum ib_qp_state state = IB_QPS_ERR; in qlnxr_get_ibqp_state()
3164 qlnxr_get_state_from_ibqp( enum ib_qp_state qp_state) in qlnxr_get_state_from_ibqp()
3365 enum ib_qp_state old_qp_state, new_qp_state; in qlnxr_modify_qp()