Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch_phy.c83 ARSWITCH_UNLOCK(sc); in arswitch_readphy_external()
101 ARSWITCH_UNLOCK(sc); in arswitch_writephy_external()
153 ARSWITCH_UNLOCK(sc); in arswitch_readphy_internal()
162 ARSWITCH_UNLOCK(sc); in arswitch_readphy_internal()
214 ARSWITCH_UNLOCK(sc); in arswitch_writephy_internal()
H A Darswitch_vlans.c192 ARSWITCH_UNLOCK(sc); in ar8xxx_reset_vlans()
198 ARSWITCH_UNLOCK(sc); in ar8xxx_reset_vlans()
260 ARSWITCH_UNLOCK(sc); in ar8xxx_reset_vlans()
284 ARSWITCH_UNLOCK(sc); in ar8xxx_getvgroup()
305 ARSWITCH_UNLOCK(sc); in ar8xxx_getvgroup()
333 ARSWITCH_UNLOCK(sc); in ar8xxx_setvgroup()
343 ARSWITCH_UNLOCK(sc); in ar8xxx_setvgroup()
362 ARSWITCH_UNLOCK(sc); in ar8xxx_setvgroup()
H A Darswitch.c660 ARSWITCH_UNLOCK(sc); in arswitch_attach()
853 ARSWITCH_UNLOCK(sc); in arswitch_unlock()
883 ARSWITCH_UNLOCK(sc); in ar8xxx_port_vlan_get()
983 ARSWITCH_UNLOCK(sc); in ar8xxx_port_vlan_setup()
1002 ARSWITCH_UNLOCK(sc); in ar8xxx_port_vlan_setup()
1069 ARSWITCH_UNLOCK(sc); in arswitch_setled()
1162 ARSWITCH_UNLOCK(sc); in arswitch_atu_flush_all()
1177 ARSWITCH_UNLOCK(sc); in arswitch_atu_flush_port()
1204 ARSWITCH_UNLOCK(sc); in arswitch_atu_fetch_table()
1222 ARSWITCH_UNLOCK(sc); in arswitch_atu_fetch_table_entry()
[all …]
H A Darswitch_8316.c156 ARSWITCH_UNLOCK(sc); in ar8316_hw_global_setup()
H A Darswitch_8327.c754 ARSWITCH_UNLOCK(sc); in ar8327_hw_global_setup()
823 ARSWITCH_UNLOCK(sc); in ar8327_port_vlan_setup()
846 ARSWITCH_UNLOCK(sc); in ar8327_port_vlan_get()
960 ARSWITCH_UNLOCK(sc); in ar8327_reset_vlans()
H A Darswitchvar.h153 #define ARSWITCH_UNLOCK(_sc) \ macro