Home
last modified time | relevance | path

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

/trueos/sys/dev/etherswitch/arswitch/
HDarswitch_vlans.c184 ARSWITCH_UNLOCK(sc); in arswitch_reset_vlans()
190 ARSWITCH_UNLOCK(sc); in arswitch_reset_vlans()
251 ARSWITCH_UNLOCK(sc); in arswitch_reset_vlans()
277 ARSWITCH_UNLOCK(sc); in arswitch_getvgroup()
295 ARSWITCH_UNLOCK(sc); in arswitch_getvgroup()
325 ARSWITCH_UNLOCK(sc); in arswitch_setvgroup()
335 ARSWITCH_UNLOCK(sc); in arswitch_setvgroup()
353 ARSWITCH_UNLOCK(sc); in arswitch_setvgroup()
HDarswitch_phy.c108 ARSWITCH_UNLOCK(sc); in arswitch_readphy()
112 ARSWITCH_UNLOCK(sc); in arswitch_readphy()
148 ARSWITCH_UNLOCK(sc); in arswitch_writephy()
HDarswitch.c320 ARSWITCH_UNLOCK(sc); in arswitch_attach()
478 ARSWITCH_UNLOCK(sc); in arswitch_unlock()
516 ARSWITCH_UNLOCK(sc); in arswitch_getport()
564 ARSWITCH_UNLOCK(sc); in arswitch_setport()
583 ARSWITCH_UNLOCK(sc); in arswitch_setport()
HDarswitchvar.h72 #define ARSWITCH_UNLOCK(_sc) \ macro