Lines Matching refs:slave_state
218 !priv->mfunc.master.slave_state[slave].active) in mlx4_slave_event()
245 struct mlx4_slave_state *s_slave = &priv->mfunc.master.slave_state[slave]; in mlx4_gen_pkey_eqe()
301 struct mlx4_slave_state *s_state = priv->mfunc.master.slave_state; in mlx4_get_slave_port_state()
318 struct mlx4_slave_state *s_state = priv->mfunc.master.slave_state; in mlx4_set_slave_port_state()
374 ctx = &priv->mfunc.master.slave_state[slave]; in set_and_calc_slave_port_state()
446 struct mlx4_slave_state *slave_state = priv->mfunc.master.slave_state; in mlx4_master_handle_slave_flr() local
455 if (MLX4_COMM_CMD_FLR == slave_state[i].last_cmd) { in mlx4_master_handle_slave_flr()
468 slave_state[i].last_cmd = MLX4_COMM_CMD_RESET; in mlx4_master_handle_slave_flr()
469 slave_state[i].is_slave_going_down = 0; in mlx4_master_handle_slave_flr()
732 priv->mfunc.master.slave_state[flr_slave].active = false; in mlx4_eq_int()
733 priv->mfunc.master.slave_state[flr_slave].last_cmd = MLX4_COMM_CMD_FLR; in mlx4_eq_int()
734 priv->mfunc.master.slave_state[flr_slave].is_slave_going_down = 1; in mlx4_eq_int()
866 priv->mfunc.master.slave_state[slave].event_eq; in mlx4_MAP_EQ_wrapper()