/titanic_44/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_register.h | 206 #define I40E_PFCM_LANCTXDATA(_i) (0x0010C100 + ((_i) * 128)) /* _i=0...3 */ /* Reset: CORER … argument 247 #define I40E_PRTDCB_FCTTVN(_i) (0x001E4580 + ((_i) * 32)) /* _i=0...3 */ /* Reset: GLOB… argument 287 #define I40E_PRTDCB_RETSTCC(_i) (0x00122180 + ((_i) * 32)) /* _i=0...7 */ /* Reset: C… argument 322 #define I40E_PRTDCB_RUPTQ(_i) (0x00122400 + ((_i) * 32)) /* _i=0...7 */ /* Reset: CORER */ argument 329 #define I40E_PRTDCB_TCMSTC(_i) (0x000A0040 + ((_i) * 32)) /* _i=0...7 */ /* Reset: CORER */ argument 340 #define I40E_PRTDCB_TCWSTC(_i) (0x000A2040 + ((_i) * 32)) /* _i=0...7 */ /* Reset: CORER */ argument 378 #define I40E_PRTDCB_TPFCTS(_i) (0x001E4660 + ((_i) * 32)) /* _i=0...7 */ /* Reset: GLOBR… argument 411 #define I40E_GLGEN_GPIO_CTL(_i) (0x00088100 + ((_i) * 4)) /* _i=0...29 */ /* Reset: … argument 452 #define I40E_GLGEN_I2CCMD(_i) (0x000881E0 + ((_i) * 4)) /* _i=0...3 */ /* Reset: POR */ argument 468 #define I40E_GLGEN_I2CPARAMS(_i) (0x000881AC + ((_i) * 4)) /* _i=0...3 */ /* Rese… argument [all …]
|
/titanic_44/usr/src/uts/common/io/i40e/ |
H A D | i40e_xregs.h | 33 #define I40E_GLPRT_MSPDC(_i) (0x00300060 + ((_i) * 8)) /* _i=0...3 */ argument 45 #define I40E_X_GL_RXERR1_L(_i) (0x00318000 + ((_i) * 8)) argument 47 #define I40E_X_GL_RXERR2_L(_i) (0x0031c000 + ((_i) * 8)) argument
|
/titanic_44/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_type.h | 269 #define IXGBE_EICS_EX(_i) (0x00A90 + (_i) * 4) argument 270 #define IXGBE_EIMS_EX(_i) (0x00AA0 + (_i) * 4) argument 271 #define IXGBE_EIMC_EX(_i) (0x00AB0 + (_i) * 4) argument 272 #define IXGBE_EIAM_EX(_i) (0x00AD0 + (_i) * 4) argument 282 #define IXGBE_EITR(_i) (((_i) <= 23) ? (0x00820 + ((_i) * 4)) : \ argument 287 #define IXGBE_IVAR(_i) (0x00900 + ((_i) * 4)) /* 24 at 0x900-0x960 */ argument 292 #define IXGBE_PBACL(_i) (((_i) == 0) ? (0x11068) : (0x110C0 + ((_i) * 4))) argument 300 #define IXGBE_FCRTH_82599(_i) (0x03260 + ((_i) * 4)) /* 8 of these (0-7) */ argument 301 #define IXGBE_FCRTL_82599(_i) (0x03220 + ((_i) * 4)) /* 8 of these (0-7) */ argument 303 #define IXGBE_FCTTV(_i) (0x03200 + ((_i) * 4)) /* 4 of these (0-3) */ argument [all …]
|
/titanic_44/usr/src/uts/common/io/e1000api/ |
H A D | e1000_ich8lan.h | 76 #define E1000_SHRAL_PCH_LPT(_i) (0x05408 + ((_i) * 8)) argument 77 #define E1000_SHRAH_PCH_LPT(_i) (0x0540C + ((_i) * 8)) argument 149 #define BM_RAR_L(_i) (BM_PHY_REG(BM_WUC_PAGE, 16 + ((_i) << 2))) argument 150 #define BM_RAR_M(_i) (BM_PHY_REG(BM_WUC_PAGE, 17 + ((_i) << 2))) argument 151 #define BM_RAR_H(_i) (BM_PHY_REG(BM_WUC_PAGE, 18 + ((_i) << 2))) argument 152 #define BM_RAR_CTRL(_i) (BM_PHY_REG(BM_WUC_PAGE, 19 + ((_i) << 2))) argument 153 #define BM_MTA(_i) (BM_PHY_REG(BM_WUC_PAGE, 128 + ((_i) << 1))) argument
|
H A D | e1000_regs.h | 278 #define E1000_PSRTYPE(_i) (0x05480 + ((_i) * 4)) argument 279 #define E1000_RAL(_i) (((_i) <= 15) ? (0x05400 + ((_i) * 8)) : \ argument 281 #define E1000_RAH(_i) (((_i) <= 15) ? (0x05404 + ((_i) * 8)) : \ argument 283 #define E1000_SHRAL(_i) (0x05438 + ((_i) * 8)) argument 284 #define E1000_SHRAH(_i) (0x0543C + ((_i) * 8)) argument 285 #define E1000_IP4AT_REG(_i) (0x05840 + ((_i) * 8)) argument 286 #define E1000_IP6AT_REG(_i) (0x05880 + ((_i) * 4)) argument 287 #define E1000_WUPM_REG(_i) (0x05A00 + ((_i) * 4)) argument 288 #define E1000_FFMT_REG(_i) (0x09000 + ((_i) * 8)) argument 289 #define E1000_FFVT_REG(_i) (0x09800 + ((_i) * 8)) argument [all …]
|
H A D | e1000_defines.h | 1047 #define E1000_I210_FIFO_SEL_TX_QAV(_i) (0x02 + (_i)) argument
|
/titanic_44/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3.c | 69 #define CPQARY3_INST2x(_i, _x) (((_i) << INST_MINOR_SHIFT) | (_x)) argument 70 #define CPQARY3_INST2CPQARY3(_i) CPQARY3_INST2x(_i, CPQARY3_MINOR) argument
|
/titanic_44/usr/src/uts/common/io/arn/ |
H A D | arn_phy.h | 196 #define AR_PHY_TIMING_CTRL4(_i) (0x9920 + ((_i) << 12)) argument 313 #define AR_PHY_NEW_ADC_DC_GAIN_CORR(_i) (0x99b4 + ((_i) << 12)) argument 365 #define AR_PHY_CAL_MEAS_0(_i) (0x9c10 + ((_i) << 12)) argument 366 #define AR_PHY_CAL_MEAS_1(_i) (0x9c14 + ((_i) << 12)) argument 367 #define AR_PHY_CAL_MEAS_2(_i) (0x9c18 + ((_i) << 12)) argument 368 #define AR_PHY_CAL_MEAS_3(_i) (0x9c1c + ((_i) << 12)) argument
|
H A D | arn_reg.h | 376 #define AR_QTXDP(_i) (AR_Q0_TXDP + ((_i)<<2)) argument 394 #define AR_QCBRCFG(_i) (AR_Q0_CBRCFG + ((_i)<<2)) argument 410 #define AR_QRDYTIMECFG(_i) (AR_Q0_RDYTIMECFG + ((_i)<<2)) argument 433 #define AR_QMISC(_i) (AR_Q0_MISC + ((_i)<<2)) argument 461 #define AR_QSTS(_i) (AR_Q0_STS + ((_i)<<2)) argument 493 #define AR_DQCUMASK(_i) (AR_D0_QCUMASK + ((_i)<<2)) argument 510 #define AR_DLCL_IFS(_i) (AR_D0_LCL_IFS + ((_i)<<2)) argument 530 #define AR_DRETRY_LIMIT(_i) (AR_D0_RETRY_LIMIT + ((_i)<<2)) argument 549 #define AR_DCHNTIME(_i) (AR_D0_CHNTIME + ((_i)<<2)) argument 565 #define AR_DMISC(_i) (AR_D0_MISC + ((_i)<<2)) argument
|
/titanic_44/usr/src/lib/libilb/common/ |
H A D | libilb_impl.h | 78 #define IP_COPY_CLI_2_IMPL(_e, _i) \ argument 85 #define IP_COPY_IMPL_2_CLI(_i, _e) \ argument
|
/titanic_44/usr/src/head/iso/ |
H A D | math_iso.h | 48 unsigned long _i[sizeof (double) / sizeof (unsigned long)]; member
|
/titanic_44/usr/src/uts/common/xen/io/ |
H A D | evtchn_dev.c | 90 #define EVTCHN_RING_MASK(_i) ((_i) & (EVTCHN_RING_SIZE - 1)) argument
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_rules.c | 46 #define IPPROTO_2_AF(_i) (_i == IPPROTO_IP)?AF_INET:AF_INET6 argument
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_stats.c | 191 #define LM_STATS_ERROR_DISCARD_SUM( _pdev, _i ) _pdev->vars.stats.stats_mirror.stats_fw.eth_tstorm… in lm_get_stats() argument
|
/titanic_44/usr/src/lib/libzpool/common/sys/ |
H A D | zfs_context.h | 324 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \ argument
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 2591 size_t _i; in doprf() local
|
/titanic_44/usr/src/uts/common/sys/scsi/generic/ |
H A D | smp_frames.h | 866 #define SMP_ROUTE_PHY(_d, _s, _i) \ argument
|