Home
last modified time | relevance | path

Searched refs:phy_flags (Results 1 – 2 of 2) sorted by relevance

/net/dsa/
Dslave.c1296 u32 phy_flags = 0; in dsa_slave_phy_setup() local
1322 phy_flags = ds->ops->get_phy_flags(ds, dp->index); in dsa_slave_phy_setup()
1324 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags); in dsa_slave_phy_setup()
/net/bluetooth/
Dmgmt.c6555 u32 supported_flags, phy_flags; in add_advertising() local
6588 phy_flags = flags & MGMT_ADV_FLAG_SEC_MASK; in add_advertising()
6590 ((phy_flags && (phy_flags ^ (phy_flags & -phy_flags))))) in add_advertising()