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

/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h574 static inline int to_ib_qp_state(int c4iw_qp_state) function
H A Dqp.c1752 attr->qp_state = to_ib_qp_state(qhp->attr.state);
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c360 static inline enum ib_qp_state to_ib_qp_state(int mthca_state) function
465 qp->state = to_ib_qp_state(mthca_state);
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dqp.c3406 static inline enum ib_qp_state to_ib_qp_state(enum mlx4_qp_state mlx4_state) function
3505 qp->state = to_ib_qp_state(mlx4_state);
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2779 static inline enum ib_qp_state to_ib_qp_state(enum mlx5_qp_state mlx5_state) function
2879 qp->state = to_ib_qp_state(mlx5_state);

Completed in 194 milliseconds