Home
last modified time | relevance | path

Searched refs:ARSWITCH_LOCK (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch_phy.c78 ARSWITCH_LOCK(sc); in arswitch_readphy_external()
95 ARSWITCH_LOCK(sc); in arswitch_writephy_external()
131 ARSWITCH_LOCK(sc); in arswitch_readphy_internal()
190 ARSWITCH_LOCK(sc); in arswitch_writephy_internal()
H A Darswitch.c663 ARSWITCH_LOCK(sc); in arswitch_attach()
849 ARSWITCH_LOCK(sc); in arswitch_lock()
874 ARSWITCH_LOCK(sc); in ar8xxx_port_vlan_get()
979 ARSWITCH_LOCK(sc); in ar8xxx_port_vlan_setup()
1068 ARSWITCH_LOCK(sc); in arswitch_setled()
1163 ARSWITCH_LOCK(sc); in arswitch_atu_flush_all()
1178 ARSWITCH_LOCK(sc); in arswitch_atu_flush_port()
1194 ARSWITCH_LOCK(sc); in arswitch_atu_fetch_table()
1225 ARSWITCH_LOCK(sc); in arswitch_atu_fetch_table_entry()
H A Darswitch_vlans.c182 ARSWITCH_LOCK(sc); in ar8xxx_reset_vlans()
281 ARSWITCH_LOCK(sc); in ar8xxx_getvgroup()
325 ARSWITCH_LOCK(sc); in ar8xxx_setvgroup()
H A Darswitch_8316.c130 ARSWITCH_LOCK(sc); in ar8316_hw_global_setup()
H A Darswitch_8327.c719 ARSWITCH_LOCK(sc); in ar8327_hw_global_setup()
812 ARSWITCH_LOCK(sc); in ar8327_port_vlan_setup()
834 ARSWITCH_LOCK(sc); in ar8327_port_vlan_get()
872 ARSWITCH_LOCK(sc); in ar8327_reset_vlans()
H A Darswitchvar.h151 #define ARSWITCH_LOCK(_sc) \ macro