/src/sys/arch/sbmips/include/ |
disklabel.h | 158 int _i; \ 161 for (_i = 0; \ 162 _i < (BOOT_BLOCK_SIZE / sizeof (uint32_t)); \ 163 _i++) \ 164 _cksum += _ptr[_i]; \ 173 int _i; \ 176 for (_i = 0; \ 177 _i < ((len) / sizeof (uint32_t)); \ 178 _i++) \ 179 _cksum += _ptr[_i]; \ [all...] |
/src/sys/dev/pci/ |
if_ixlreg.h | 148 #define I40E_VF_ARQBAH(_VF) (0x00081400 + ((_VF) * 4)) /* _i=0...127 */ /* Reset: EMPR */ 152 #define I40E_VF_ARQBAL(_VF) (0x00080C00 + ((_VF) * 4)) /* _i=0...127 */ /* Reset: EMPR */ 156 #define I40E_VF_ARQH(_VF) (0x00082400 + ((_VF) * 4)) /* _i=0...127 */ /* Reset: EMPR */ 160 #define I40E_VF_ARQLEN(_VF) (0x00081C00 + ((_VF) * 4)) /* _i=0...127 */ /* Reset: EMPR */ 172 #define I40E_VF_ARQT(_VF) (0x00082C00 + ((_VF) * 4)) /* _i=0...127 */ /* Reset: EMPR */ 176 #define I40E_VF_ATQBAH(_VF) (0x00081000 + ((_VF) * 4)) /* _i=0...127 */ /* Reset: EMPR */ 180 #define I40E_VF_ATQBAL(_VF) (0x00080800 + ((_VF) * 4)) /* _i=0...127 */ /* Reset: EMPR */ 184 #define I40E_VF_ATQH(_VF) (0x00082000 + ((_VF) * 4)) /* _i=0...127 */ /* Reset: EMPR */ 188 #define I40E_VF_ATQLEN(_VF) (0x00081800 + ((_VF) * 4)) /* _i=0...127 */ /* Reset: EMPR */ 200 #define I40E_VF_ATQT(_VF) (0x00082800 + ((_VF) * 4)) /* _i=0...127 */ /* Reset: EMPR * [all...] |
/src/sys/arch/evbmips/include/ |
disklabel.h | 163 int _i; \ 166 for (_i = 0; \ 167 _i < (BOOT_BLOCK_SIZE / sizeof (uint32_t)); \ 168 _i++) \ 169 _cksum += _ptr[_i]; \ 178 int _i; \ 181 for (_i = 0; \ 182 _i < ((len) / sizeof (uint32_t)); \ 183 _i++) \ 184 _cksum += _ptr[_i]; \ [all...] |
/src/sys/dev/pci/ixgbe/ |
ixgbe_type.h | 349 #define IXGBE_EICS_EX(_i) (0x00A90 + (_i) * 4) 350 #define IXGBE_EIMS_EX(_i) (0x00AA0 + (_i) * 4) 351 #define IXGBE_EIMC_EX(_i) (0x00AB0 + (_i) * 4) 352 #define IXGBE_EIAM_EX(_i) (0x00AD0 + (_i) * 4) 367 #define IXGBE_EITR(_i) (((_i) <= 23) ? (0x00820 + ((_i) * 4)) : [all...] |
ixgbe_osdep.h | 135 #define IXGBE_NTOHL(_i) ntohl(_i) 136 #define IXGBE_NTOHS(_i) ntohs(_i)
|
ixv.c | 2889 int _i; \ 2892 for (_i = 0; _i < (sc)->num_queues; _i++) { \ 2893 printf((_i == 0) ? "\t" : " "); \ 2895 IXGBE_##regname(_i))); \
|
ixgbe.c | 6123 int _i; \ 6126 for (_i = 0; _i < (sc)->num_queues; _i++) { \ 6127 printf((_i == 0) ? "\t" : " "); \ 6129 IXGBE_##regname(_i))); \
|
/src/sys/dev/pci/igc/ |
igc_regs.h | 147 #define IGC_PSRTYPE(_i) (0x05480 + ((_i) * 4)) 148 #define IGC_RAL(_i) (((_i) <= 15) ? (0x05400 + ((_i) * 8)) : \ 149 (0x054E0 + ((_i - 16) * 8))) 150 #define IGC_RAH(_i) (((_i) <= 15) ? (0x05404 + ((_i) * 8)) : \ 151 (0x054E4 + ((_i - 16) * 8)) [all...] |
/src/sys/dev/mii/ |
inbmphyreg.h | 224 #define BM_RAR_L(_i) (BME1000_REG(BM_WUC_PAGE, 16 + ((_i) << 2))) 225 #define BM_RAR_M(_i) (BME1000_REG(BM_WUC_PAGE, 17 + ((_i) << 2))) 226 #define BM_RAR_H(_i) (BME1000_REG(BM_WUC_PAGE, 18 + ((_i) << 2))) 227 #define BM_RAR_CTRL(_i) (BME1000_REG(BM_WUC_PAGE, 19 + ((_i) << 2))) 228 #define BM_MTA(_i) (BME1000_REG(BM_WUC_PAGE, 128 + ((_i) << 1)) [all...] |
/src/sys/external/isc/atheros_hal/dist/ar5416/ |
ar5416phy.h | 57 #define AR_PHY_TIMING_CTRL4_CHAIN(_i) \ 58 (AR_PHY_TIMING_CTRL4 + ((_i) << 12)) 128 #define AR_PHY_CAL_MEAS_0(_i) (0x9c10 + ((_i) << 12)) 129 #define AR_PHY_CAL_MEAS_1(_i) (0x9c14 + ((_i) << 12)) 130 #define AR_PHY_CAL_MEAS_2(_i) (0x9c18 + ((_i) << 12)) 131 #define AR_PHY_CAL_MEAS_3(_i) (0x9c1c + ((_i) << 12) [all...] |
/src/dist/pf/sbin/pfctl/ |
pfctl_osfp.c | 557 int _dot = -1, _start = -1, _end = -1, _i = 0; \ 559 if (isdigit((unsigned char)fp->field[_i]) && fp->field[_i+1] == '.') { \ 560 _dot = fp->field[_i] - '0'; \ 561 _i += 2; \ 563 if (isdigit((unsigned char)fp->field[_i])) \ 564 _start = fp->field[_i++] - '0'; \ 567 if (isdigit((unsigned char)fp->field[_i])) \ 568 _start = (_start * 10) + fp->field[_i++] - '0'; \ 569 if (fp->field[_i++] != '-') [all...] |
/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212reg.h | 94 #define AR_QTXDP(_i) (AR_Q0_TXDP + ((_i)<<2)) 109 #define AR_QCBRCFG(_i) (AR_Q0_CBRCFG + ((_i)<<2)) 121 #define AR_QRDYTIMECFG(_i) (AR_Q0_RDYTIMECFG + ((_i)<<2)) 136 #define AR_QMISC(_i) (AR_Q0_MISC + ((_i)<<2)) 148 #define AR_QSTS(_i) (AR_Q0_STS + ((_i)<<2) [all...] |
/src/usr.sbin/mrouted/ |
rsrr.c | 52 int _i; \ 54 for (_i = 0; _i < numvifs; _i++) \ 55 if (scoped_addr(_i, (gt)->gt_mcastgrp)) \ 56 VIFM_SET(_i, (gt)->gt_scope); \
|
prune.c | 82 vifi_t _i; \ 84 for (_i = 0; _i < numvifs; _i++) \ 85 if (scoped_addr(_i, (gt)->gt_mcastgrp)) \ 86 VIFM_SET(_i, (gt)->gt_scope); \
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/ |
nouveau_nvkm_engine_device_user.c | 76 #define ENGINE__(A,B,C) NV_DEVICE_INFO_ENGINE_##A: { int _i; \ 77 for (_i = (B), args->data = 0ULL; _i <= (C); _i++) { \ 78 if (nvkm_device_engine(device, _i)) \ 79 args->data |= BIT_ULL(_i); \
|
/src/sys/external/bsd/ipf/netinet/ |
ip_nat.h | 615 #define LONG_SUM(_i) (((_i) & 0xffff) + ((_i) >> 16)) 616 #define LONG_SUM6(_i) (LONG_SUM(ntohl(((u_32_t *)(_i))[0])) + \ 617 LONG_SUM(ntohl(((u_32_t *)(_i))[1])) + \ 618 LONG_SUM(ntohl(((u_32_t *)(_i))[2])) + \ 619 LONG_SUM(ntohl(((u_32_t *)(_i))[3])))
|
/src/sys/dev/nor/ |
cfi.c | 205 u_int _i = 0x2d; \ 208 for (u_int _r = 0; _r < _n; _r++, _i+=4) { \ 210 cfi_unpack_2(data[_i+0], data[_i+1]); \ 212 cfi_unpack_2(data[_i+2], data[_i+3]); \
|
/src/sys/sys/ |
bootblock.h | 795 size_t _i; \ 798 for (_i = 0; \ 799 _i < (sizeof _bb->bb_data / sizeof _bb->bb_data[0]); \ 800 _i++) \ 801 _cksum += le64toh(_bb->bb_data[_i]); \
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_cmdbuf.c | 203 #define for_each_cmdbuf_ctx(_man, _i, _ctx) \ 204 for (_i = 0, _ctx = &(_man)->ctx[0]; (_i) < (_man)->num_contexts; \ 205 ++(_i), ++(_ctx))
|
/src/sys/arch/arm/at91/ |
at91pdcvar.h | 24 unsigned _i = (_pq)->q_ndx % 2; \
|
/src/sys/external/bsd/drm/dist/shared-core/ |
radeon_drv.h | 2141 int _i = (mask+1) - write; \ 2142 _size -= _i; \ 2143 while (_i > 0) { \ 2146 _i--; \ 2149 _tab += _i; \
|
/src/sys/arch/x68k/dev/ |
fd.c | 595 int _i; local in function:fdprobe 597 for (_i = 0; _i < n; _i++) 598 DPRINTF((" %x", fdc->sc_status[_i]));
|
/src/sys/net80211/ |
ieee80211.c | 522 #define IEEERATE(_ic,_m,_i) \ 523 ((_ic)->ic_sup_rates[_m].rs_rates[_i] & IEEE80211_RATE_VAL)
|
/src/sys/netipsec/ |
key.c | 461 for (int _i = 0; \ 462 _i < __arraycount(saorder_state_alive) ? \ 463 (s) = saorder_state_alive[_i], true : false; \ 464 _i++) 466 for (int _i = 0; \ 467 _i < __arraycount(saorder_state_any) ? \ 468 (s) = saorder_state_any[_i], true : false; \ 469 _i++) 471 for (int _i = 0; \ 472 _i < __arraycount(saorder_state_valid_prefer_new) ? [all...] |
/src/sys/dev/ic/ |
mvsata.c | 3822 int _i; \ 3826 for (_i = 0; _i < (size); _i++, _p++) { \ 3827 if (_i % 16 == 0) \
|