Searched defs:to_ib_qp_state (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/hw/mlx4/
H A Dqp.c2004 static inline enum ib_qp_state to_ib_qp_state(enum mlx4_qp_state mlx4_state) function
2103 qp->state = to_ib_qp_state(mlx4_state);
/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c356 static inline enum ib_qp_state to_ib_qp_state(int mthca_state) function
457 qp->state = to_ib_qp_state(mthca_state);

Completed in 18 milliseconds