Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1978 u16 beacon_duration; in mlx4_en_set_phys_id() local
1987 beacon_duration = PORT_BEACON_MAX_LIMIT; in mlx4_en_set_phys_id()
1990 beacon_duration = 0; in mlx4_en_set_phys_id()
1996 err = mlx4_SET_PORT_BEACON(mdev->dev, priv->port, beacon_duration); in mlx4_en_set_phys_id()
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_cmds.h1190 u8 beacon_duration; member
Dbe_cmds.c2202 req->beacon_duration = bcn; in be_cmd_set_beacon_state()