Home
last modified time | relevance | path

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

/net/dsa/
Dslave.c1298 u32 phy_flags = 0; in dsa_slave_phy_setup() local
1324 phy_flags = ds->ops->get_phy_flags(ds, dp->index); in dsa_slave_phy_setup()
1326 ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags); in dsa_slave_phy_setup()
/net/bluetooth/
Dmgmt.c6544 u32 supported_flags, phy_flags; in add_advertising() local
6577 phy_flags = flags & MGMT_ADV_FLAG_SEC_MASK; in add_advertising()
6579 ((phy_flags && (phy_flags ^ (phy_flags & -phy_flags))))) in add_advertising()