/freebsd/sys/dev/etherswitch/ip17x/ |
H A D | ip17x_var.h | 84 #define IP17X_LOCK_ASSERT(_sc, _what) \ argument
|
/freebsd/sys/dev/etherswitch/felix/ |
H A D | felix_var.h | 46 #define FELIX_LOCK_ASSERT(_sc, _what) mtx_assert(&(_sc)->mtx, (_what)) argument
|
/freebsd/sys/dev/le/ |
H A D | lancevar.h | 123 #define LE_LOCK_ASSERT(_sc, _what) mtx_assert(&(_sc)->sc_mtx, (_what)) argument
|
/freebsd/sys/compat/linux/ |
H A D | linux_util.h | 130 LINUX_RATELIMIT_MSG_NOTTESTED(_what) global() argument
|
/freebsd/sys/dev/etherswitch/ukswitch/ |
H A D | ukswitch.c | 85 #define UKSWITCH_LOCK_ASSERT(_sc, _what) \ argument
|
/freebsd/sys/dev/etherswitch/mtkswitch/ |
H A D | mtkswitchvar.h | 123 #define MTKSWITCH_LOCK_ASSERT(_sc, _what) \ argument
|
/freebsd/sys/dev/etherswitch/arswitch/ |
H A D | arswitchvar.h | 155 #define ARSWITCH_LOCK_ASSERT(_sc, _what) \ argument
|
/freebsd/sys/dev/etherswitch/infineon/ |
H A D | adm6996fc.c | 110 #define ADM6996FC_LOCK_ASSERT(_sc, _what) \ argument
|
/freebsd/sys/dev/gem/ |
H A D | if_gemvar.h | 244 #define GEM_LOCK_ASSERT(_sc, _what) mtx_assert(&(_sc)->sc_mtx, (_what)) argument
|
/freebsd/sys/dev/cas/ |
H A D | if_casvar.h | 244 #define CAS_LOCK_ASSERT(_sc, _what) mtx_assert(&(_sc)->sc_mtx, (_what)) argument
|
/freebsd/sys/dev/fxp/ |
H A D | if_fxpvar.h | 112 #define FXP_LOCK_ASSERT(_sc, _what) mtx_assert(&(_sc)->sc_mtx, (_what)) argument
|
/freebsd/sys/dev/etherswitch/micrel/ |
H A D | ksz8995ma.c | 161 #define KSZ8995MA_LOCK_ASSERT(_sc, _what) \ argument
|
/freebsd/sys/dev/etherswitch/e6000sw/ |
H A D | e6060sw.c | 138 #define E6060SW_LOCK_ASSERT(_sc, _what) \ argument
|
H A D | e6000sw.c | 67 #define E6000SW_LOCK_ASSERT(_sc, _what) sx_assert(&(_sc)->sx, (_what)) argument
|
/freebsd/sys/dev/etherswitch/rtl8366/ |
H A D | rtl8366rb.c | 86 #define RTL_LOCK_ASSERT(_sc, _what) mtx_assert(&(_s)c->sc_mtx, (_what)) argument
|
/freebsd/sys/net80211/ |
H A D | ieee80211_scan_sta.c | 871 #define PREFER(_a,_b,_what) do { \ in sta_compare() argument
|
/freebsd/sys/dev/sym/ |
H A D | sym_hipd.c | 1004 #define SYM_LOCK_ASSERT(_what) mtx_assert(&np->mtx, (_what)) argument
|