Home
last modified time | relevance | path

Searched refs:hns_roce_qp_state (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_device.h120 enum hns_roce_qp_state { enum
995 enum hns_roce_qp_state to_hns_roce_state(enum ib_qp_state state);
Dhns_roce_qp.c124 enum hns_roce_qp_state to_hns_roce_state(enum ib_qp_state state) in to_hns_roce_state()
Dhns_roce_hw_v1.c2527 enum hns_roce_qp_state cur_state, in hns_roce_v1_qp_modify()
2528 enum hns_roce_qp_state new_state, in hns_roce_v1_qp_modify()
3376 static enum ib_qp_state to_ib_qp_state(enum hns_roce_qp_state state) in to_ib_qp_state()
3526 tmp_qp_state = (int)to_ib_qp_state((enum hns_roce_qp_state)state); in hns_roce_v1_q_qp()