Searched refs:beacon_duration (Results 1 – 3 of 3) sorted by relevance
160 int mlx5_set_port_beacon(struct mlx5_core_dev *dev, u16 beacon_duration) in mlx5_set_port_beacon() argument166 MLX5_SET(mlcr_reg, in, beacon_duration, beacon_duration); in mlx5_set_port_beacon()
2112 u16 beacon_duration; in mlx4_en_set_phys_id() local2121 beacon_duration = PORT_BEACON_MAX_LIMIT; in mlx4_en_set_phys_id()2124 beacon_duration = 0; in mlx4_en_set_phys_id()2130 err = mlx4_SET_PORT_BEACON(mdev->dev, priv->port, beacon_duration); in mlx4_en_set_phys_id()
2244 req->beacon_duration = bcn; in be_cmd_set_beacon_state()