Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1949 u16 beacon_duration; in mlx4_en_set_phys_id() local
1958 beacon_duration = PORT_BEACON_MAX_LIMIT; in mlx4_en_set_phys_id()
1961 beacon_duration = 0; in mlx4_en_set_phys_id()
1967 err = mlx4_SET_PORT_BEACON(mdev->dev, priv->port, beacon_duration); in mlx4_en_set_phys_id()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_cmds.h1169 u8 beacon_duration; member
Dbe_cmds.c2160 req->beacon_duration = bcn; in be_cmd_set_beacon_state()