Home
last modified time | relevance | path

Searched refs:beacon_duration (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/mlx5/
H A Dport.h168 int mlx5_set_port_beacon(struct mlx5_core_dev *dev, u16 beacon_duration);
H A Dmlx5_ifc.h10020 u8 beacon_duration[0x10]; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dport.c160 int mlx5_set_port_beacon(struct mlx5_core_dev *dev, u16 beacon_duration) in mlx5_set_port_beacon() argument
166 MLX5_SET(mlcr_reg, in, beacon_duration, beacon_duration); in mlx5_set_port_beacon()
H A Den_ethtool.c1891 u16 beacon_duration; in mlx5e_set_phys_id() local
1898 beacon_duration = MLX5_BEACON_DURATION_INF; in mlx5e_set_phys_id()
1901 beacon_duration = MLX5_BEACON_DURATION_OFF; in mlx5e_set_phys_id()
1907 return mlx5_set_port_beacon(mdev, beacon_duration); in mlx5e_set_phys_id()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c2107 u16 beacon_duration; in mlx4_en_set_phys_id() local
2116 beacon_duration = PORT_BEACON_MAX_LIMIT; in mlx4_en_set_phys_id()
2119 beacon_duration = 0; in mlx4_en_set_phys_id()
2125 err = mlx4_SET_PORT_BEACON(mdev->dev, priv->port, beacon_duration); in mlx4_en_set_phys_id()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h1235 u8 beacon_duration; member
H A Dbe_cmds.c2244 req->beacon_duration = bcn; in be_cmd_set_beacon_state()