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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/mlx4/
H A Dqp.c1830 static inline enum ib_qp_state to_ib_qp_state(enum mlx4_qp_state mlx4_state) argument
1832 switch (mlx4_state) {
1901 int mlx4_state; local
1917 mlx4_state = be32_to_cpu(context.flags) >> 28;
1919 qp->state = to_ib_qp_state(mlx4_state);
1945 qp_attr->sq_draining = mlx4_state == MLX4_QP_STATE_SQ_DRAINING;

Completed in 47 milliseconds