Lines Matching refs:slave_state
207 !priv->mfunc.master.slave_state[slave].active) in mlx4_slave_event()
218 struct mlx4_slave_state *s_slave = &priv->mfunc.master.slave_state[slave]; in mlx4_gen_pkey_eqe()
273 struct mlx4_slave_state *s_state = priv->mfunc.master.slave_state; in mlx4_get_slave_port_state()
290 struct mlx4_slave_state *s_state = priv->mfunc.master.slave_state; in mlx4_set_slave_port_state()
346 ctx = &priv->mfunc.master.slave_state[slave]; in set_and_calc_slave_port_state()
418 struct mlx4_slave_state *slave_state = priv->mfunc.master.slave_state; in mlx4_master_handle_slave_flr() local
427 if (MLX4_COMM_CMD_FLR == slave_state[i].last_cmd) { in mlx4_master_handle_slave_flr()
440 slave_state[i].last_cmd = MLX4_COMM_CMD_RESET; in mlx4_master_handle_slave_flr()
441 slave_state[i].is_slave_going_down = 0; in mlx4_master_handle_slave_flr()
700 priv->mfunc.master.slave_state[flr_slave].active = false; in mlx4_eq_int()
701 priv->mfunc.master.slave_state[flr_slave].last_cmd = MLX4_COMM_CMD_FLR; in mlx4_eq_int()
702 priv->mfunc.master.slave_state[flr_slave].is_slave_going_down = 1; in mlx4_eq_int()
834 priv->mfunc.master.slave_state[slave].event_eq; in mlx4_MAP_EQ_wrapper()