Home
last modified time | relevance | path

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

/freebsd/sys/dev/sk/
H A Dif_sk.c1057 SK_IF_LOCK(sc_if); in sk_ioctl()
1068 SK_IF_LOCK(sc_if); in sk_ioctl()
1085 SK_IF_LOCK(sc_if); in sk_ioctl()
1096 SK_IF_LOCK(sc_if); in sk_ioctl()
1323 SK_IF_LOCK(sc_if); in sk_attach()
1417 SK_IF_LOCK(sc_if); in sk_attach()
1761 SK_IF_LOCK(sc_if); in sk_detach()
1772 SK_IF_LOCK(sc_if); in sk_detach()
2379 SK_IF_LOCK(sc_if); in sk_start()
2682 SK_IF_LOCK(sc_if); in sk_rxeof()
[all …]
H A Dif_skreg.h1464 #define SK_IF_LOCK(_sc) SK_LOCK((_sc)->sk_softc) macro