Searched refs:beacon_duration (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/include/linux/mlx5/ |
D | port.h | 133 int mlx5_set_port_beacon(struct mlx5_core_dev *dev, u16 beacon_duration);
|
D | mlx5_ifc.h | 7670 u8 beacon_duration[0x10]; member
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_ethtool.c | 1275 u16 beacon_duration; in mlx5e_set_phys_id() local 1282 beacon_duration = MLX5_BEACON_DURATION_INF; in mlx5e_set_phys_id() 1285 beacon_duration = MLX5_BEACON_DURATION_OFF; in mlx5e_set_phys_id() 1291 return mlx5_set_port_beacon(mdev, beacon_duration); in mlx5e_set_phys_id()
|
D | port.c | 149 int mlx5_set_port_beacon(struct mlx5_core_dev *dev, u16 beacon_duration) in mlx5_set_port_beacon() argument 155 MLX5_SET(mlcr_reg, in, beacon_duration, beacon_duration); in mlx5_set_port_beacon()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 2098 u16 beacon_duration; in mlx4_en_set_phys_id() local 2107 beacon_duration = PORT_BEACON_MAX_LIMIT; in mlx4_en_set_phys_id() 2110 beacon_duration = 0; in mlx4_en_set_phys_id() 2116 err = mlx4_SET_PORT_BEACON(mdev->dev, priv->port, beacon_duration); in mlx4_en_set_phys_id()
|
/Linux-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be_cmds.h | 1239 u8 beacon_duration; member
|
D | be_cmds.c | 2247 req->beacon_duration = bcn; in be_cmd_set_beacon_state()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 7953 MLXSW_ITEM32(reg, mlcr, beacon_duration, 0x04, 0, 16);
|