Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/usb/net/
Dif_smsc.c419 SMSC_UNLOCK(sc); in smsc_eeprom_read()
467 SMSC_UNLOCK(sc); in smsc_miibus_readreg()
517 SMSC_UNLOCK(sc); in smsc_miibus_writereg()
615 SMSC_UNLOCK(sc); in smsc_miibus_statchg()
668 SMSC_UNLOCK(sc); in smsc_ifmedia_sts()
1499 SMSC_UNLOCK(sc); in smsc_chip_init()
1505 SMSC_UNLOCK(sc); in smsc_chip_init()
1557 SMSC_UNLOCK(sc); in smsc_ioctl()
Dif_smscreg.h276 #define SMSC_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) macro