| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | eth_bond_8023ad_private.h | 70 #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 D | types.h | 57 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 D | rk3288_cru.c | 542 #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 D | rk_cru.h | 122 #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 D | sysmacros.h | 299 #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 D | ar9300_spectral.c | 304 #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 D | ar9300_reset.c | 619 #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 D | ipf_rb.h | 27 #define RBI_CODE(_n, _t, _f, _cmp) \ argument
|
| H A D | ip_compat.h | 1233 # 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 D | ip_fil.h | 789 #define FR_NAME(_f, _n) (_f)->fr_names + (_f)->_n argument
|
| /f-stack/freebsd/arm64/freescale/imx/ |
| H A D | imx_ccm_clk.h | 79 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo_encoder.c | 35 #define dlopen(_n, _f) NULL /* Fail */ argument
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _libzfs_core.py | 79 def _f(*args, **kwargs): function
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_var.h | 1019 #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 D | ifieee80211.c | 143 #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 D | test_libzfs_core.py | 227 def _f(_self, *args, **kwargs): function
|