| /linux/drivers/infiniband/hw/usnic/ |
| H A D | usnic_ib_qp_grp.h | 50 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 D | usnic_ib_qp_grp.c | 48 const char *usnic_ib_qp_grp_state_to_string(enum ib_qp_state state) in usnic_ib_qp_grp_state_to_string() 390 enum ib_qp_state new_state, in usnic_ib_qp_grp_modify() 395 enum ib_qp_state old_state; in usnic_ib_qp_grp_modify()
|
| H A D | usnic_ib_main.c | 108 enum ib_qp_state cur_state; in usnic_ib_qp_grp_modify_active_to_err()
|
| /linux/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_hw.h | 104 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 D | ocrdma_hw.c | 151 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() 2130 int ocrdma_qp_state_change(struct ocrdma_qp *qp, enum ib_qp_state new_ib_state, in ocrdma_qp_state_change() 2131 enum ib_qp_state *old_ib_state) in ocrdma_qp_state_change()
|
| /linux/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma.h | 408 static inline enum pvrdma_qp_state ib_qp_state_to_pvrdma(enum ib_qp_state state) in ib_qp_state_to_pvrdma() 413 static inline enum ib_qp_state pvrdma_qp_state_to_ib(enum pvrdma_qp_state state) in pvrdma_qp_state_to_ib() 415 return (enum ib_qp_state)state; in pvrdma_qp_state_to_ib()
|
| H A D | pvrdma_qp.c | 533 enum ib_qp_state cur_state, next_state; in pvrdma_modify_qp()
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_cmd.h | 308 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 D | mthca_qp.c | 271 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 D | mthca_cmd.c | 1727 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()
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | verbs.h | 204 enum ib_qp_state ibqp_state;
|
| /linux/drivers/infiniband/hw/efa/ |
| H A D | efa_verbs.c | 922 static bool efa_modify_srd_qp_is_ok(enum ib_qp_state cur_state, in efa_modify_srd_qp_is_ok() 923 enum ib_qp_state next_state, in efa_modify_srd_qp_is_ok() 950 enum ib_qp_state cur_state, in efa_modify_qp_validate() 951 enum ib_qp_state new_state) in efa_modify_qp_validate() 998 enum ib_qp_state cur_state; in efa_modify_qp() 999 enum ib_qp_state new_state; in efa_modify_qp()
|
| /linux/drivers/infiniband/sw/rxe/ |
| H A D | rxe_qp.c | 630 enum ib_qp_state cur_state; in __qp_chk_state() 631 enum ib_qp_state new_state; in __qp_chk_state()
|
| /linux/include/rdma/ |
| H A D | ib_verbs.h | 1285 enum ib_qp_state { enum 1307 enum ib_qp_state qp_state; 1308 enum ib_qp_state cur_qp_state; 3119 bool ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state,
|
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_device.h | 941 int attr_mask, enum ib_qp_state cur_state, 942 enum ib_qp_state new_state, struct ib_udata *udata);
|
| H A D | hns_roce_hw_v2.c | 5179 static bool check_qp_state(enum ib_qp_state cur_state, in check_qp_state() 5180 enum ib_qp_state new_state) in check_qp_state() 5207 enum ib_qp_state cur_state, in hns_roce_v2_set_abs_fields() 5208 enum ib_qp_state new_state, in hns_roce_v2_set_abs_fields() 5430 int attr_mask, enum ib_qp_state cur_state, in hns_roce_v2_modify_qp() 5431 enum ib_qp_state new_state, struct ib_udata *udata) in hns_roce_v2_modify_qp() 5502 static const enum ib_qp_state map[] = { in to_ib_qp_st() 5638 qp_attr->qp_state = (enum ib_qp_state)hr_qp->state; in hns_roce_v2_query_qp()
|
| H A D | hns_roce_qp.c | 1422 enum ib_qp_state cur_state, new_state; in hns_roce_modify_qp()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | qp.c | 796 static enum mlx5_qp_state to_mlx5_state(enum ib_qp_state state) in to_mlx5_state() 4123 enum ib_qp_state cur_state, in __mlx5_ib_modify_qp() 4124 enum ib_qp_state new_state, in __mlx5_ib_modify_qp() 4481 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() 4526 enum ib_qp_state cur_state, new_state; in mlx5_ib_modify_dct() 4693 enum ib_qp_state cur_state, new_state; in mlx5_ib_modify_qp() 4799 static inline enum ib_qp_state to_ib_qp_state(enum mlx5_qp_state mlx5_state) in to_ib_qp_state()
|
| /linux/drivers/infiniband/core/ |
| H A D | verbs.c | 1703 bool ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state, in ib_modify_qp_is_ok()
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | ib_verbs.c | 1743 static u8 __from_ib_qp_state(enum ib_qp_state state) in __from_ib_qp_state() 1764 static enum ib_qp_state __to_ib_qp_state(u8 state) in __to_ib_qp_state() 2087 enum ib_qp_state curr_qp_state, new_qp_state; in bnxt_re_modify_qp()
|