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

/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h619 static inline int to_ib_qp_state(int c4iw_qp_state) function
H A Dqp.c1958 attr->qp_state = to_ib_qp_state(qhp->attr.state);
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_qp.c357 static inline enum ib_qp_state to_ib_qp_state(int mthca_state) function
458 qp->state = to_ib_qp_state(mthca_state);
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c3353 static inline enum ib_qp_state to_ib_qp_state(enum mlx4_qp_state mlx4_state) function
3452 qp->state = to_ib_qp_state(mlx4_state);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c4221 static inline enum ib_qp_state to_ib_qp_state(enum mlx5_qp_state mlx5_state) function
4439 qp->state = to_ib_qp_state(mlx5_state);

Completed in 89 milliseconds