Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Diw_cxgb4.h595 static inline int to_ib_qp_state(int c4iw_qp_state) in to_ib_qp_state() function
Dqp.c1891 attr->qp_state = to_ib_qp_state(qhp->attr.state); in c4iw_ib_query_qp()
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_qp.c357 static inline enum ib_qp_state to_ib_qp_state(int mthca_state) in to_ib_qp_state() function
458 qp->state = to_ib_qp_state(mthca_state); in mthca_query_qp()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dqp.c2955 static inline enum ib_qp_state to_ib_qp_state(enum mlx5_qp_state mlx5_state) in to_ib_qp_state() function
3055 qp->state = to_ib_qp_state(mlx5_state); in mlx5_ib_query_qp()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dqp.c3154 static inline enum ib_qp_state to_ib_qp_state(enum mlx4_qp_state mlx4_state) in to_ib_qp_state() function
3253 qp->state = to_ib_qp_state(mlx4_state); in mlx4_ib_query_qp()