Home
last modified time | relevance | path

Searched refs:to_ib_qp_state (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/cxgb4/
Diw_cxgb4.h637 static inline int to_ib_qp_state(int c4iw_qp_state) in to_ib_qp_state() function
Dqp.c2470 attr->qp_state = to_ib_qp_state(qhp->attr.state); in c4iw_ib_query_qp()
/Linux-v5.4/drivers/infiniband/hw/mthca/
Dmthca_qp.c358 static inline enum ib_qp_state to_ib_qp_state(int mthca_state) in to_ib_qp_state() function
464 qp->state = to_ib_qp_state(mthca_state); in mthca_query_qp()
/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c3340 static enum ib_qp_state to_ib_qp_state(enum hns_roce_qp_state state) in to_ib_qp_state() function
3490 tmp_qp_state = (int)to_ib_qp_state((enum hns_roce_qp_state)state); in hns_roce_v1_q_qp()
/Linux-v5.4/drivers/infiniband/hw/mlx4/
Dqp.c3941 static inline enum ib_qp_state to_ib_qp_state(enum mlx4_qp_state mlx4_state) in to_ib_qp_state() function
4041 qp->state = to_ib_qp_state(mlx4_state); in mlx4_ib_query_qp()
/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dqp.c5443 static inline enum ib_qp_state to_ib_qp_state(enum mlx5_qp_state mlx5_state) in to_ib_qp_state() function
5650 qp->state = to_ib_qp_state(mlx5_state); in query_qp_attr()