Home
last modified time | relevance | path

Searched refs:_what (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/dev/etherswitch/ip17x/
H A Dip17x_var.h84 #define IP17X_LOCK_ASSERT(_sc, _what) \ argument
85 mtx_assert(&(_sc)->sc_mtx, (_what))
/freebsd/sys/dev/etherswitch/felix/
H A Dfelix_var.h46 #define FELIX_LOCK_ASSERT(_sc, _what) mtx_assert(&(_sc)->mtx, (_what)) argument
/freebsd/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitchvar.h123 #define MTKSWITCH_LOCK_ASSERT(_sc, _what) \ argument
124 mtx_assert(&(_sc)->sc_mtx, (_what))
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitchvar.h155 #define ARSWITCH_LOCK_ASSERT(_sc, _what) \ argument
156 mtx_assert(&(_sc)->sc_mtx, (_what))
/freebsd/sys/dev/le/
H A Dlancevar.h123 #define LE_LOCK_ASSERT(_sc, _what) mtx_assert(&(_sc)->sc_mtx, (_what)) argument
/freebsd/sys/dev/fxp/
H A Dif_fxpvar.h112 #define FXP_LOCK_ASSERT(_sc, _what) mtx_assert(&(_sc)->sc_mtx, (_what)) argument
/freebsd/sys/compat/linux/
H A Dlinux_util.h131 #define LINUX_RATELIMIT_MSG_NOTTESTED(_what) \ argument
136 …x_msg(curthread, "%s is not tested, please report on emulation@FreeBSD.org how it works", _what); \
/freebsd/sys/dev/cas/
H A Dif_casvar.h244 #define CAS_LOCK_ASSERT(_sc, _what) mtx_assert(&(_sc)->sc_mtx, (_what)) argument
/freebsd/sys/dev/gem/
H A Dif_gemvar.h244 #define GEM_LOCK_ASSERT(_sc, _what) mtx_assert(&(_sc)->sc_mtx, (_what)) argument
/freebsd/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c85 #define UKSWITCH_LOCK_ASSERT(_sc, _what) \ argument
86 mtx_assert(&(_sc)->sc_mtx, (_what))
/freebsd/sys/dev/etherswitch/infineon/
H A Dadm6996fc.c110 #define ADM6996FC_LOCK_ASSERT(_sc, _what) \ argument
111 mtx_assert(&(_sc)->sc_mtx, (_what))
/freebsd/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c161 #define KSZ8995MA_LOCK_ASSERT(_sc, _what) \ argument
162 mtx_assert(&(_sc)->sc_mtx, (_what))
/freebsd/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c86 #define RTL_LOCK_ASSERT(_sc, _what) mtx_assert(&(_s)c->sc_mtx, (_what)) argument
/freebsd/sys/dev/etherswitch/e6000sw/
H A De6060sw.c138 #define E6060SW_LOCK_ASSERT(_sc, _what) \ argument
139 mtx_assert(&(_sc)->sc_mtx, (_what))
H A De6000sw.c67 #define E6000SW_LOCK_ASSERT(_sc, _what) sx_assert(&(_sc)->sx, (_what)) argument
/freebsd/sys/net80211/
H A Dieee80211_scan_sta.c871 #define PREFER(_a,_b,_what) do { \ in sta_compare() argument
872 if (((_a) ^ (_b)) & (_what)) \ in sta_compare()
873 return ((_a) & (_what)) ? 1 : -1; \ in sta_compare()
/freebsd/sys/dev/sym/
H A Dsym_hipd.c1004 #define SYM_LOCK_ASSERT(_what) mtx_assert(&np->mtx, (_what)) argument