Home
last modified time | relevance | path

Searched defs:_f (Results 1 – 16 of 16) sorted by relevance

/f-stack/dpdk/drivers/net/bonding/
H A Deth_bond_8023ad_private.h70 #define CHECK_FLAGS(_variable, _f) ((_variable) & (_f)) argument
71 #define SET_FLAGS(_variable, _f) ((_variable) |= (_f)) argument
72 #define CLEAR_FLAGS(_variable, _f) ((_variable) &= ~(_f)) argument
74 #define SM_FLAG(_p, _f) (!!CHECK_FLAGS((_p)->sm_flags, SM_FLAGS_ ## _f)) argument
75 #define SM_FLAG_SET(_p, _f) SET_FLAGS((_p)->sm_flags, SM_FLAGS_ ## _f) argument
76 #define SM_FLAG_CLR(_p, _f) CLEAR_FLAGS((_p)->sm_flags, SM_FLAGS_ ## _f) argument
78 #define ACTOR_STATE(_p, _f) (!!CHECK_FLAGS((_p)->actor_state, STATE_ ## _f)) argument
79 #define ACTOR_STATE_SET(_p, _f) SET_FLAGS((_p)->actor_state, STATE_ ## _f) argument
80 #define ACTOR_STATE_CLR(_p, _f) CLEAR_FLAGS((_p)->actor_state, STATE_ ## _f) argument
82 #define PARTNER_STATE(_p, _f) (!!CHECK_FLAGS((_p)->partner_state, STATE_ ## _f)) argument
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dtypes.h57 offset_t _f; /* Full 64 bit offset value */ member
67 offset_t _f; /* Full 64 bit offset value */ member
/f-stack/freebsd/arm64/rockchip/clk/
H A Drk3288_cru.c542 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument
580 #define FRACT(_id, _name, _pname, _f, _o) \ argument
595 #define COMP(_id, _name, _pnames, _f, _o, _ds, _dw, _ms, _mw) \ argument
614 #define CDIV(_id, _name, _pname, _f, _o, _ds, _dw) \ argument
H A Drk_cru.h122 #define FRACT(_id, _name, _pname, _f, _o) \ argument
137 #define COMP(_id, _name, _pnames, _f, _o, _ds, _dw, _ms, _mw) \ argument
156 #define CDIV(_id, _name, _pname, _f, _o, _ds, _dw) \ argument
173 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h299 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
301 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
303 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
314 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
316 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
318 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c304 #define ar9300_noise_floor_get(_ah,_f,_ich) ar9300_noise_floor_cal_or_power_get((_ah), (_f… argument
305 #define ar9300_noise_floor_power_get(_ah,_f,_ich) ar9300_noise_floor_cal_or_power_get((_ah), (_f… argument
H A Dar9300_reset.c619 #define IS(_c, _f) (((_c)->channel_flags & _f) || 0) argument
825 #define IS(_c, _f) (IEEE80211_IS_ ## _f(_c)) argument
4406 #define IS(_c, _f) (((_c)->channel_flags & _f) || 0) in First_NFCal() argument
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dipf_rb.h27 #define RBI_CODE(_n, _t, _f, _cmp) \ argument
H A Dip_compat.h1233 # define DT3(_n,_a,_b,_c,_d,_e,_f) \ argument
1235 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
1241 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
1242 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
1248 # define DT3(_n,_a,_b,_c,_d,_e,_f) argument
1249 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
H A Dip_fil.h789 #define FR_NAME(_f, _n) (_f)->fr_names + (_f)->_n argument
/f-stack/freebsd/arm64/freescale/imx/
H A Dimx_ccm_clk.h79 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument
/f-stack/tools/libxo/libxo/
H A Dxo_encoder.c35 #define dlopen(_n, _f) NULL /* Fail */ argument
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py79 def _f(*args, **kwargs): function
/f-stack/freebsd/net80211/
H A Dieee80211_var.h1019 #define _IEEE80211_MASKSHIFT(_v, _f) (((_v) & _f) >> _f##_S) argument
1020 #define _IEEE80211_SHIFTMASK(_v, _f) (((_v) << _f##_S) & _f) argument
/f-stack/tools/ifconfig/
H A Difieee80211.c143 #define _IEEE80211_MASKSHIFT(_v, _f) (((_v) & _f) >> _f##_S) argument
146 #define _IEEE80211_SHIFTMASK(_v, _f) (((_v) << _f##_S) & _f) argument
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py227 def _f(_self, *args, **kwargs): function