Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/sk/
Dif_sk.c1113 SK_IF_LOCK(sc_if);
1124 SK_IF_LOCK(sc_if);
1141 SK_IF_LOCK(sc_if);
1152 SK_IF_LOCK(sc_if);
1390 SK_IF_LOCK(sc_if);
1484 SK_IF_LOCK(sc_if);
1827 SK_IF_LOCK(sc_if);
1838 SK_IF_LOCK(sc_if);
2482 SK_IF_LOCK(sc_if);
2797 SK_IF_LOCK(sc_if);
[all …]
Dif_skreg.h1465 #define SK_IF_LOCK(_sc) SK_LOCK((_sc)->sk_softc) macro