| /f-stack/dpdk/drivers/net/nfp/ |
| H A D | nfp_net_ctrl.h | 212 #define NFP_NET_CFG_RSS_MASK_of(_x) ((_x) & 0x7f) argument 237 #define NFP_NET_CFG_TXR_ADDR(_x) (NFP_NET_CFG_TXR_BASE + ((_x) * 0x8)) argument 238 #define NFP_NET_CFG_TXR_WB_ADDR(_x) (NFP_NET_CFG_TXR_BASE + 0x200 + \ argument 240 #define NFP_NET_CFG_TXR_SZ(_x) (NFP_NET_CFG_TXR_BASE + 0x400 + (_x)) argument 241 #define NFP_NET_CFG_TXR_VEC(_x) (NFP_NET_CFG_TXR_BASE + 0x440 + (_x)) argument 242 #define NFP_NET_CFG_TXR_PRIO(_x) (NFP_NET_CFG_TXR_BASE + 0x480 + (_x)) argument 243 #define NFP_NET_CFG_TXR_IRQ_MOD(_x) (NFP_NET_CFG_TXR_BASE + 0x500 + \ argument 260 #define NFP_NET_CFG_RXR_IRQ_MOD(_x) (NFP_NET_CFG_RXR_BASE + 0x300 + \ argument 274 #define NFP_NET_CFG_ICR(_x) (NFP_NET_CFG_ICR_BASE + (_x)) argument 311 #define NFP_NET_CFG_TXR_STATS(_x) (NFP_NET_CFG_TXR_STATS_BASE + \ argument [all …]
|
| /f-stack/dpdk/app/test-flow-perf/ |
| H A D | config.h | 5 #define FLOW_ITEM_MASK(_x) (UINT64_C(1) << _x) argument 6 #define FLOW_ACTION_MASK(_x) (UINT64_C(1) << _x) argument 7 #define FLOW_ATTR_MASK(_x) (UINT64_C(1) << _x) argument
|
| /f-stack/freebsd/mips/include/ |
| H A D | endian.h | 89 __bswap16_var(__uint16_t _x) in __bswap16_var() 96 __bswap32_var(__uint32_t _x) in __bswap32_var() 104 __bswap64_var(__uint64_t _x) in __bswap64_var()
|
| /f-stack/dpdk/lib/librte_eal/ppc/include/ |
| H A D | rte_byteorder.h | 23 static inline uint16_t rte_arch_bswap16(uint16_t _x) in rte_arch_bswap16() 33 static inline uint32_t rte_arch_bswap32(uint32_t _x) in rte_arch_bswap32() 45 static inline uint64_t rte_arch_bswap64(uint64_t _x) in rte_arch_bswap64()
|
| /f-stack/dpdk/lib/librte_eal/x86/include/ |
| H A D | rte_byteorder.h | 26 static inline uint16_t rte_arch_bswap16(uint16_t _x) in rte_arch_bswap16() 41 static inline uint32_t rte_arch_bswap32(uint32_t _x) in rte_arch_bswap32()
|
| H A D | rte_byteorder_64.h | 21 static inline uint64_t rte_arch_bswap64(uint64_t _x) in rte_arch_bswap64()
|
| /f-stack/tools/libxo/encoder/cbor/ |
| H A D | enc_cbor.c | 95 #define CBOR_MAJOR(_x) ((_x) & CBOR_MAJOR_MASK) argument 96 #define CBOR_MAJOR_VAL(_x) ((_x) << CBOR_MAJOR_SHIFT) argument 97 #define CBOR_MINOR_VAL(_x) ((_x) & CBOR_MINOR_MASK) argument
|
| /f-stack/dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_cpp_pcie_ops.c | 45 #define NFP_PCIE_BAR_PCIE2CPP_ACTION_BASEADDRESS(_x) (((_x) & 0x1f) << 16) argument 46 #define NFP_PCIE_BAR_PCIE2CPP_BASEADDRESS(_x) (((_x) & 0xffff) << 0) argument 47 #define NFP_PCIE_BAR_PCIE2CPP_LENGTHSELECT(_x) (((_x) & 0x3) << 27) argument 51 #define NFP_PCIE_BAR_PCIE2CPP_MAPTYPE(_x) (((_x) & 0x7) << 29) argument 52 #define NFP_PCIE_BAR_PCIE2CPP_MAPTYPE_OF(_x) (((_x) >> 29) & 0x7) argument 57 #define NFP_PCIE_BAR_PCIE2CPP_TARGET_BASEADDRESS(_x) (((_x) & 0xf) << 23) argument 58 #define NFP_PCIE_BAR_PCIE2CPP_TOKEN_BASEADDRESS(_x) (((_x) & 0x3) << 21) argument
|
| H A D | nfp_nffw.c | 63 #define NFP_IMB_TGTADDRESSMODECFG_MODE_of(_x) (((_x) >> 13) & 0x7) argument
|
| /f-stack/freebsd/sys/ |
| H A D | types.h | 324 __bitcount16(__uint16_t _x) in __bitcount16() 335 __bitcount32(__uint32_t _x) in __bitcount32() 348 __bitcount64(__uint64_t _x) in __bitcount64() 363 __bitcount64(__uint64_t _x) in __bitcount64()
|
| H A D | time.h | 61 bintime_addx(struct bintime *_bt, uint64_t _x) in bintime_addx() 96 bintime_mul(struct bintime *_bt, u_int _x) in bintime_mul()
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_types.h | 259 #define __SWAP16(_x) \ argument 263 #define __SWAP32(_x) \ argument 267 #define __SWAP64(_x) \ argument 271 #define __NOSWAP16(_x) (_x) argument 272 #define __NOSWAP32(_x) (_x) argument 273 #define __NOSWAP64(_x) (_x) argument 277 #define __CPU_TO_LE_16(_x) ((uint16_t)__SWAP16(_x)) argument 278 #define __LE_TO_CPU_16(_x) ((uint16_t)__SWAP16(_x)) argument 315 #define __NATIVE_8(_x) (uint8_t)(_x) argument 375 #define FIX_LINT(_x) (_x + fix_lint) argument [all …]
|
| H A D | efx_annote.h | 56 #define __success(_x) argument
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo_encoder.h | 122 #define XO_STRINGIFY(_x) #_x argument 123 #define XO_STRINGIFY2(_x) XO_STRINGIFY(_x) argument
|
| H A D | xo.h | 45 #define __printflike(_x, _y) __attribute__((__format__ (__printf__, _x, _y))) argument 47 #define PRINTFLIKE(_x, _y) __printflike(_x, _y) argument 49 #define PRINTFLIKE(_x, _y) argument
|
| /f-stack/tools/libxo/tests/core/ |
| H A D | test_03.c | 70 #define TO_ULL(_x) ((unsigned long long) _x) in main() argument
|
| H A D | test_05.c | 22 #define xo_wcwidth(_x) wcwidth(_x) argument
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | ar934x_nfcreg.h | 57 #define AR934X_NFC_REG_LOOKUP(_x) (0x44 + (_i) * 4) argument 141 #define AR934X_NFC_INT_DEV_RDY(_x) BIT(4 + (_x)) argument
|
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | test_dn_heap.c | 82 int doprint(void *_x, void *arg) in doprint()
|
| /f-stack/freebsd/arm/include/ |
| H A D | endian.h | 78 __bswap64(__uint64_t _x) in __bswap64()
|
| /f-stack/dpdk/drivers/common/sfc_efx/ |
| H A D | efsys.h | 754 #define EFSYS_ASSERT3(_x, _op, _y, _t) EFSYS_ASSERT((_t)(_x) _op (_t)(_y)) argument 756 #define EFSYS_ASSERT3U(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uint64_t) argument 757 #define EFSYS_ASSERT3S(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, int64_t) argument 758 #define EFSYS_ASSERT3P(_x, _op, _y) EFSYS_ASSERT3(_x, _op, _y, uintptr_t) argument
|
| /f-stack/dpdk/lib/librte_eal/arm/include/ |
| H A D | rte_byteorder.h | 23 static inline uint16_t rte_arch_bswap16(uint16_t _x) in rte_arch_bswap16()
|
| /f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300phy.h | 41 #define AR_CHAN_OFFSET(_x) (AR_CHAN_BASE + offsetof(struct chn_reg_map, _x)) argument 294 #define AR_MRC_OFFSET(_x) (AR_MRC_BASE + offsetof(struct mrc_reg_map, _x)) argument 329 #define AR_BBB_OFFSET(_x) (AR_BBB_BASE + offsetof(struct bbb_reg_map, _x)) argument 337 #define AR_AGC_OFFSET(_x) (AR_AGC_BASE + offsetof(struct agc_reg_map, _x)) argument 524 #define AR_SM_OFFSET(_x) (AR_SM_BASE + offsetof(struct sm_reg_map, _x)) argument 1209 #define AR_CHAN1_OFFSET(_x) (AR_CHAN1_BASE + offsetof(struct chn1_reg_map, _x)) argument 1237 #define AR_AGC1_OFFSET(_x) (AR_AGC1_BASE + offsetof(struct agc1_reg_map, _x)) argument 1272 #define AR_SM1_OFFSET(_x) (AR_SM1_BASE + offsetof(struct sm1_reg_map, _x)) argument 1354 #define AR_AGC2_OFFSET(_x) (AR_AGC2_BASE + offsetof(struct agc2_reg_map, _x)) argument 1375 #define AR_SM2_OFFSET(_x) (AR_SM2_BASE + offsetof(struct sm2_reg_map, _x)) argument [all …]
|
| /f-stack/freebsd/net/route/ |
| H A D | nhop_utils.h | 154 #define CHT_SLIST_FOREACH(_head, _PX, _x) \ argument
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_uio.h | 1127 #define SCTP_STAT_INCR(_x) SCTP_STAT_INCR_BY(_x,1) argument 1128 #define SCTP_STAT_DECR(_x) SCTP_STAT_DECR_BY(_x,1) argument 1130 #define SCTP_STAT_INCR_BY(_x,_d) (SCTP_BASE_STATS[PCPU_GET(cpuid)]._x += _d) argument 1131 #define SCTP_STAT_DECR_BY(_x,_d) (SCTP_BASE_STATS[PCPU_GET(cpuid)]._x -= _d) argument 1133 #define SCTP_STAT_INCR_BY(_x,_d) atomic_add_int(&SCTP_BASE_STAT(_x), _d) argument 1137 #define SCTP_STAT_INCR_COUNTER32(_x) SCTP_STAT_INCR(_x) argument 1138 #define SCTP_STAT_INCR_COUNTER64(_x) SCTP_STAT_INCR(_x) argument 1139 #define SCTP_STAT_INCR_GAUGE32(_x) SCTP_STAT_INCR(_x) argument 1140 #define SCTP_STAT_DECR_COUNTER32(_x) SCTP_STAT_DECR(_x) argument 1141 #define SCTP_STAT_DECR_COUNTER64(_x) SCTP_STAT_DECR(_x) argument [all …]
|