Searched refs:beacon_duration (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | port.h | 152 int mlx5_set_port_beacon(struct mlx5_core_dev *dev, u16 beacon_duration);
|
H A D | mlx5_ifc.h | 8566 u8 beacon_duration[0x10]; member
|
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | port.h | 166 int mlx5_set_port_beacon(struct mlx5_core_dev *dev, u16 beacon_duration);
|
H A D | mlx5_ifc.h | 9545 u8 beacon_duration[0x10]; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | port.c | 146 int mlx5_set_port_beacon(struct mlx5_core_dev *dev, u16 beacon_duration) in mlx5_set_port_beacon() argument 152 MLX5_SET(mlcr_reg, in, beacon_duration, beacon_duration); in mlx5_set_port_beacon()
|
H A D | en_ethtool.c | 1660 u16 beacon_duration; in mlx5e_set_phys_id() local 1667 beacon_duration = MLX5_BEACON_DURATION_INF; in mlx5e_set_phys_id() 1670 beacon_duration = MLX5_BEACON_DURATION_OFF; in mlx5e_set_phys_id() 1676 return mlx5_set_port_beacon(mdev, beacon_duration); in mlx5e_set_phys_id()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | port.c | 158 int mlx5_set_port_beacon(struct mlx5_core_dev *dev, u16 beacon_duration) in mlx5_set_port_beacon() argument 164 MLX5_SET(mlcr_reg, in, beacon_duration, beacon_duration); in mlx5_set_port_beacon()
|
H A D | en_ethtool.c | 1702 u16 beacon_duration; in mlx5e_set_phys_id() local 1709 beacon_duration = MLX5_BEACON_DURATION_INF; in mlx5e_set_phys_id() 1712 beacon_duration = MLX5_BEACON_DURATION_OFF; in mlx5e_set_phys_id() 1718 return mlx5_set_port_beacon(mdev, beacon_duration); in mlx5e_set_phys_id()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_ethtool.c | 2115 u16 beacon_duration; in mlx4_en_set_phys_id() local 2124 beacon_duration = PORT_BEACON_MAX_LIMIT; in mlx4_en_set_phys_id() 2127 beacon_duration = 0; in mlx4_en_set_phys_id() 2133 err = mlx4_SET_PORT_BEACON(mdev->dev, priv->port, beacon_duration); in mlx4_en_set_phys_id()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_ethtool.c | 2126 u16 beacon_duration; in mlx4_en_set_phys_id() local 2135 beacon_duration = PORT_BEACON_MAX_LIMIT; in mlx4_en_set_phys_id() 2138 beacon_duration = 0; in mlx4_en_set_phys_id() 2144 err = mlx4_SET_PORT_BEACON(mdev->dev, priv->port, beacon_duration); in mlx4_en_set_phys_id()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.h | 1235 u8 beacon_duration; member
|
H A D | be_cmds.c | 2243 req->beacon_duration = bcn; in be_cmd_set_beacon_state()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.h | 1235 u8 beacon_duration; member
|
H A D | be_cmds.c | 2244 req->beacon_duration = bcn; in be_cmd_set_beacon_state()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | reg.h | 9164 MLXSW_ITEM32(reg, mlcr, beacon_duration, 0x04, 0, 16);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | reg.h | 10162 MLXSW_ITEM32(reg, mlcr, beacon_duration, 0x04, 0, 16);
|
Completed in 139 milliseconds