Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/usnic/
H A Dusnic_ib_qp_grp.h50 enum ib_qp_state state;
89 const char *usnic_ib_qp_grp_state_to_string(enum ib_qp_state state);
99 enum ib_qp_state new_state,
H A Dusnic_ib_qp_grp.c49 const char *usnic_ib_qp_grp_state_to_string(enum ib_qp_state state) in usnic_ib_qp_grp_state_to_string()
391 enum ib_qp_state new_state, in usnic_ib_qp_grp_modify()
396 enum ib_qp_state old_state; in usnic_ib_qp_grp_modify()
H A Dusnic_ib_main.c108 enum ib_qp_state cur_state; in usnic_ib_qp_grp_modify_active_to_err()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.h104 enum ib_qp_state get_ibqp_state(enum ocrdma_qp_state qps);
145 int ocrdma_qp_state_change(struct ocrdma_qp *, enum ib_qp_state new_state,
146 enum ib_qp_state *old_ib_state);
H A Docrdma_hw.c151 enum ib_qp_state get_ibqp_state(enum ocrdma_qp_state qps) in get_ibqp_state()
173 static enum ocrdma_qp_state get_ocrdma_qp_state(enum ib_qp_state qps) in get_ocrdma_qp_state()
667 enum ib_qp_state new_ib_qps = IB_QPS_ERR; in ocrdma_process_qpcat_error()
668 enum ib_qp_state old_ib_qps; in ocrdma_process_qpcat_error()
2134 int ocrdma_qp_state_change(struct ocrdma_qp *qp, enum ib_qp_state new_ib_state, in ocrdma_qp_state_change()
2135 enum ib_qp_state *old_ib_state) in ocrdma_qp_state_change()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma.h418 static inline enum pvrdma_qp_state ib_qp_state_to_pvrdma(enum ib_qp_state state) in ib_qp_state_to_pvrdma()
423 static inline enum ib_qp_state pvrdma_qp_state_to_ib(enum pvrdma_qp_state state) in pvrdma_qp_state_to_ib()
425 return (enum ib_qp_state)state; in pvrdma_qp_state_to_ib()
H A Dpvrdma_qp.c544 enum ib_qp_state cur_state, next_state; in pvrdma_modify_qp()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/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()
558 enum ib_qp_state cur_state, in __mthca_modify_qp()
559 enum ib_qp_state new_state, in __mthca_modify_qp()
863 enum ib_qp_state cur_state, new_state; in mthca_modify_qp()
H A Dmthca_cmd.c1727 int mthca_MODIFY_QP(struct mthca_dev *dev, enum ib_qp_state cur, in mthca_MODIFY_QP()
1728 enum ib_qp_state next, u32 num, int is_ee, in mthca_MODIFY_QP()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_verbs.h147 enum ib_qp_state ibqp_state;
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/efa/
H A Defa.h97 enum ib_qp_state state;
H A Defa_verbs.c839 static bool efa_modify_srd_qp_is_ok(enum ib_qp_state cur_state, in efa_modify_srd_qp_is_ok()
840 enum ib_qp_state next_state, in efa_modify_srd_qp_is_ok()
867 enum ib_qp_state cur_state, in efa_modify_qp_validate()
868 enum ib_qp_state new_state) in efa_modify_qp_validate()
915 enum ib_qp_state cur_state; in efa_modify_qp()
916 enum ib_qp_state new_state; in efa_modify_qp()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h928 int attr_mask, enum ib_qp_state cur_state,
929 enum ib_qp_state new_state);
1254 enum hns_roce_qp_state to_hns_roce_state(enum ib_qp_state state);
H A Dhns_roce_hw_v1.c2503 int attr_mask, enum ib_qp_state cur_state, in hns_roce_v1_m_sqp()
2504 enum ib_qp_state new_state) in hns_roce_v1_m_sqp()
2639 static bool check_qp_state(enum ib_qp_state cur_state, in check_qp_state()
2640 enum ib_qp_state new_state) in check_qp_state()
2662 int attr_mask, enum ib_qp_state cur_state, in hns_roce_v1_m_qp()
2663 enum ib_qp_state new_state) in hns_roce_v1_m_qp()
3261 enum ib_qp_state cur_state, in hns_roce_v1_modify_qp()
3262 enum ib_qp_state new_state) in hns_roce_v1_modify_qp()
3273 static enum ib_qp_state to_ib_qp_state(enum hns_roce_qp_state state) in to_ib_qp_state()
3430 qp_attr->qp_state = (enum ib_qp_state)hr_qp->state; in hns_roce_v1_q_qp()
H A Dhns_roce_qp.c187 enum hns_roce_qp_state to_hns_roce_state(enum ib_qp_state state) in to_hns_roce_state()
1150 enum ib_qp_state cur_state, new_state; in hns_roce_modify_qp()
H A Dhns_roce_hw_v2.c4499 static bool check_qp_state(enum ib_qp_state cur_state, in check_qp_state()
4500 enum ib_qp_state new_state) in check_qp_state()
4526 enum ib_qp_state cur_state, in hns_roce_v2_set_abs_fields()
4527 enum ib_qp_state new_state, in hns_roce_v2_set_abs_fields()
4744 int attr_mask, enum ib_qp_state cur_state, in hns_roce_v2_modify_qp()
4745 enum ib_qp_state new_state) in hns_roce_v2_modify_qp()
4847 static const enum ib_qp_state map[] = { in to_ib_qp_st()
4924 qp_attr->qp_state = (enum ib_qp_state)hr_qp->state; in hns_roce_v2_query_qp()
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/
H A Drxe_loc.h157 static inline enum ib_qp_state qp_state(struct rxe_qp *qp) in qp_state()
H A Drxe_qp.c398 enum ib_qp_state cur_state = (mask & IB_QP_CUR_STATE) ? in rxe_qp_chk_attr()
400 enum ib_qp_state new_state = (mask & IB_QP_STATE) ? in rxe_qp_chk_attr()
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_verbs.h1239 enum ib_qp_state { enum
1261 enum ib_qp_state qp_state;
1262 enum ib_qp_state cur_qp_state;
2958 bool ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state,
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx4/
H A Dqp.c1249 static enum mlx4_qp_state to_mlx4_state(enum ib_qp_state state) in to_mlx4_state()
2073 enum ib_qp_state cur_state, in __mlx4_ib_modify_qp()
2074 enum ib_qp_state new_state, in __mlx4_ib_modify_qp()
2663 enum ib_qp_state cur_state, new_state; in _mlx4_ib_modify_qp()
3900 static inline enum ib_qp_state to_ib_qp_state(enum mlx4_qp_state mlx4_state) in to_ib_qp_state()
4169 enum ib_qp_state qp_cur_state; in _mlx4_ib_modify_wq()
4170 enum ib_qp_state qp_new_state; in _mlx4_ib_modify_wq()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dqp.c713 static enum mlx5_qp_state to_mlx5_state(enum ib_qp_state state) in to_mlx5_state()
3746 enum ib_qp_state cur_state, in __mlx5_ib_modify_qp()
3747 enum ib_qp_state new_state, in __mlx5_ib_modify_qp()
4093 static bool modify_dci_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state new_state, in modify_dci_qp_is_ok()
4138 enum ib_qp_state cur_state, new_state; in mlx5_ib_modify_dct()
4269 enum ib_qp_state cur_state, new_state; in mlx5_ib_modify_qp()
4390 static inline enum ib_qp_state to_ib_qp_state(enum mlx5_qp_state mlx5_state) in to_ib_qp_state()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h618 static inline int c4iw_convert_state(enum ib_qp_state ib_state) in c4iw_convert_state()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dverbs.c1601 bool ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state, in ib_modify_qp_is_ok()
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c737 enum ib_qp_state new_state) in check_qp_movement_and_print()

12