Lines Matching refs:slave_state
230 !priv->mfunc.master.slave_state[slave].active) in mlx4_slave_event()
258 struct mlx4_slave_state *s_slave = &priv->mfunc.master.slave_state[slave]; in mlx4_gen_pkey_eqe()
314 struct mlx4_slave_state *s_state = priv->mfunc.master.slave_state; in mlx4_get_slave_port_state()
331 struct mlx4_slave_state *s_state = priv->mfunc.master.slave_state; in mlx4_set_slave_port_state()
387 ctx = &priv->mfunc.master.slave_state[slave]; in set_and_calc_slave_port_state()
459 struct mlx4_slave_state *slave_state = priv->mfunc.master.slave_state; in mlx4_master_handle_slave_flr() local
468 if (MLX4_COMM_CMD_FLR == slave_state[i].last_cmd) { in mlx4_master_handle_slave_flr()
481 slave_state[i].last_cmd = MLX4_COMM_CMD_RESET; in mlx4_master_handle_slave_flr()
482 slave_state[i].is_slave_going_down = 0; in mlx4_master_handle_slave_flr()
755 priv->mfunc.master.slave_state[flr_slave].active = false; in mlx4_eq_int()
756 priv->mfunc.master.slave_state[flr_slave].last_cmd = MLX4_COMM_CMD_FLR; in mlx4_eq_int()
757 priv->mfunc.master.slave_state[flr_slave].is_slave_going_down = 1; in mlx4_eq_int()
882 priv->mfunc.master.slave_state[slave].event_eq; in mlx4_MAP_EQ_wrapper()