162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 or Linux-OpenIB */ 262306a36Sopenharmony_ci/* Copyright (c) 2015 - 2021 Intel Corporation */ 362306a36Sopenharmony_ci#ifndef I40IW_HW_H 462306a36Sopenharmony_ci#define I40IW_HW_H 562306a36Sopenharmony_ci#define I40E_VFPE_CQPTAIL1 0x0000A000 /* Reset: VFR */ 662306a36Sopenharmony_ci#define I40E_VFPE_CQPDB1 0x0000BC00 /* Reset: VFR */ 762306a36Sopenharmony_ci#define I40E_VFPE_CCQPSTATUS1 0x0000B800 /* Reset: VFR */ 862306a36Sopenharmony_ci#define I40E_VFPE_CCQPHIGH1 0x00009800 /* Reset: VFR */ 962306a36Sopenharmony_ci#define I40E_VFPE_CCQPLOW1 0x0000AC00 /* Reset: VFR */ 1062306a36Sopenharmony_ci#define I40E_VFPE_CQARM1 0x0000B400 /* Reset: VFR */ 1162306a36Sopenharmony_ci#define I40E_VFPE_CQACK1 0x0000B000 /* Reset: VFR */ 1262306a36Sopenharmony_ci#define I40E_VFPE_AEQALLOC1 0x0000A400 /* Reset: VFR */ 1362306a36Sopenharmony_ci#define I40E_VFPE_CQPERRCODES1 0x00009C00 /* Reset: VFR */ 1462306a36Sopenharmony_ci#define I40E_VFPE_WQEALLOC1 0x0000C000 /* Reset: VFR */ 1562306a36Sopenharmony_ci#define I40E_VFINT_DYN_CTLN(_INTVF) (0x00024800 + ((_INTVF) * 4)) /* _i=0...511 */ /* Reset: VFR */ 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci#define I40E_PFPE_CQPTAIL 0x00008080 /* Reset: PFR */ 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ci#define I40E_PFPE_CQPDB 0x00008000 /* Reset: PFR */ 2062306a36Sopenharmony_ci#define I40E_PFPE_CCQPSTATUS 0x00008100 /* Reset: PFR */ 2162306a36Sopenharmony_ci#define I40E_PFPE_CCQPHIGH 0x00008200 /* Reset: PFR */ 2262306a36Sopenharmony_ci#define I40E_PFPE_CCQPLOW 0x00008180 /* Reset: PFR */ 2362306a36Sopenharmony_ci#define I40E_PFPE_CQARM 0x00131080 /* Reset: PFR */ 2462306a36Sopenharmony_ci#define I40E_PFPE_CQACK 0x00131100 /* Reset: PFR */ 2562306a36Sopenharmony_ci#define I40E_PFPE_AEQALLOC 0x00131180 /* Reset: PFR */ 2662306a36Sopenharmony_ci#define I40E_PFPE_CQPERRCODES 0x00008880 /* Reset: PFR */ 2762306a36Sopenharmony_ci#define I40E_PFPE_WQEALLOC 0x00138C00 /* Reset: PFR */ 2862306a36Sopenharmony_ci#define I40E_GLPCI_LBARCTRL 0x000BE484 /* Reset: POR */ 2962306a36Sopenharmony_ci#define I40E_GLPE_CPUSTATUS0 0x0000D040 /* Reset: PE_CORER */ 3062306a36Sopenharmony_ci#define I40E_GLPE_CPUSTATUS1 0x0000D044 /* Reset: PE_CORER */ 3162306a36Sopenharmony_ci#define I40E_GLPE_CPUSTATUS2 0x0000D048 /* Reset: PE_CORER */ 3262306a36Sopenharmony_ci#define I40E_GLPE_CRITERR 0x000B4000 /* Reset: PE_CORER */ 3362306a36Sopenharmony_ci#define I40E_PFHMC_PDINV 0x000C0300 /* Reset: PFR */ 3462306a36Sopenharmony_ci#define I40E_GLHMC_VFPDINV(_i) (0x000C8300 + ((_i) * 4)) /* _i=0...31 */ /* Reset: CORER */ 3562306a36Sopenharmony_ci#define I40E_PFINT_DYN_CTLN(_INTPF) (0x00034800 + ((_INTPF) * 4)) /* _i=0...511 */ /* Reset: PFR */ 3662306a36Sopenharmony_ci#define I40E_PFINT_AEQCTL 0x00038700 /* Reset: CORER */ 3762306a36Sopenharmony_ci 3862306a36Sopenharmony_ci#define I40E_GLPES_PFIP4RXDISCARD(_i) (0x00010600 + ((_i) * 4)) /* _i=0...15 */ /* Reset: PE_CORER */ 3962306a36Sopenharmony_ci#define I40E_GLPES_PFIP4RXTRUNC(_i) (0x00010700 + ((_i) * 4)) /* _i=0...15 */ /* Reset: PE_CORER */ 4062306a36Sopenharmony_ci#define I40E_GLPES_PFIP4TXNOROUTE(_i) (0x00012E00 + ((_i) * 4)) /* _i=0...15 */ /* Reset: PE_CORER */ 4162306a36Sopenharmony_ci#define I40E_GLPES_PFIP6RXDISCARD(_i) (0x00011200 + ((_i) * 4)) /* _i=0...15 */ /* Reset: PE_CORER */ 4262306a36Sopenharmony_ci#define I40E_GLPES_PFIP6RXTRUNC(_i) (0x00011300 + ((_i) * 4)) /* _i=0...15 */ /* Reset: PE_CORER */ 4362306a36Sopenharmony_ci 4462306a36Sopenharmony_ci#define I40E_GLPES_PFRDMAVBNDLO(_i) (0x00014800 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 4562306a36Sopenharmony_ci#define I40E_GLPES_PFIP4TXMCOCTSLO(_i) (0x00012000 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 4662306a36Sopenharmony_ci#define I40E_GLPES_PFIP6RXMCOCTSLO(_i) (0x00011600 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 4762306a36Sopenharmony_ci#define I40E_GLPES_PFIP6TXMCOCTSLO(_i) (0x00012A00 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 4862306a36Sopenharmony_ci#define I40E_GLPES_PFUDPRXPKTSLO(_i) (0x00013800 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 4962306a36Sopenharmony_ci#define I40E_GLPES_PFUDPTXPKTSLO(_i) (0x00013A00 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 5062306a36Sopenharmony_ci 5162306a36Sopenharmony_ci#define I40E_GLPES_PFIP6TXNOROUTE(_i) (0x00012F00 + ((_i) * 4)) /* _i=0...15 */ /* Reset: PE_CORER */ 5262306a36Sopenharmony_ci#define I40E_GLPES_PFTCPRTXSEG(_i) (0x00013600 + ((_i) * 4)) /* _i=0...15 */ /* Reset: PE_CORER */ 5362306a36Sopenharmony_ci#define I40E_GLPES_PFTCPRXOPTERR(_i) (0x00013200 + ((_i) * 4)) /* _i=0...15 */ /* Reset: PE_CORER */ 5462306a36Sopenharmony_ci#define I40E_GLPES_PFTCPRXPROTOERR(_i) (0x00013300 + ((_i) * 4)) /* _i=0...15 */ /* Reset: PE_CORER */ 5562306a36Sopenharmony_ci#define I40E_GLPES_PFRXVLANERR(_i) (0x00010000 + ((_i) * 4)) /* _i=0...15 */ /* Reset: PE_CORER */ 5662306a36Sopenharmony_ci#define I40E_GLPES_PFIP4RXOCTSLO(_i) (0x00010200 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 5762306a36Sopenharmony_ci#define I40E_GLPES_PFIP4RXPKTSLO(_i) (0x00010400 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 5862306a36Sopenharmony_ci#define I40E_GLPES_PFIP4RXFRAGSLO(_i) (0x00010800 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 5962306a36Sopenharmony_ci#define I40E_GLPES_PFIP4RXMCPKTSLO(_i) (0x00010C00 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 6062306a36Sopenharmony_ci#define I40E_GLPES_PFIP4TXOCTSLO(_i) (0x00011A00 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 6162306a36Sopenharmony_ci#define I40E_GLPES_PFIP4TXPKTSLO(_i) (0x00011C00 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 6262306a36Sopenharmony_ci#define I40E_GLPES_PFIP4TXFRAGSLO(_i) (0x00011E00 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 6362306a36Sopenharmony_ci#define I40E_GLPES_PFIP4TXMCPKTSLO(_i) (0x00012200 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 6462306a36Sopenharmony_ci#define I40E_GLPES_PFIP6RXOCTSLO(_i) (0x00010E00 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 6562306a36Sopenharmony_ci#define I40E_GLPES_PFIP6RXPKTSLO(_i) (0x00011000 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 6662306a36Sopenharmony_ci#define I40E_GLPES_PFIP6RXFRAGSLO(_i) (0x00011400 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 6762306a36Sopenharmony_ci#define I40E_GLPES_PFIP6TXOCTSLO(_i) (0x00012400 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 6862306a36Sopenharmony_ci#define I40E_GLPES_PFIP6TXPKTSLO(_i) (0x00012600 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 6962306a36Sopenharmony_ci#define I40E_GLPES_PFIP6TXFRAGSLO(_i) (0x00012800 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 7062306a36Sopenharmony_ci#define I40E_GLPES_PFIP6TXMCPKTSLO(_i) (0x00012C00 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 7162306a36Sopenharmony_ci#define I40E_GLPES_PFTCPTXSEGLO(_i) (0x00013400 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 7262306a36Sopenharmony_ci#define I40E_GLPES_PFRDMARXRDSLO(_i) (0x00013E00 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 7362306a36Sopenharmony_ci#define I40E_GLPES_PFRDMARXSNDSLO(_i) (0x00014000 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 7462306a36Sopenharmony_ci#define I40E_GLPES_PFRDMARXWRSLO(_i) (0x00013C00 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 7562306a36Sopenharmony_ci#define I40E_GLPES_PFRDMATXRDSLO(_i) (0x00014400 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 7662306a36Sopenharmony_ci#define I40E_GLPES_PFRDMATXSNDSLO(_i) (0x00014600 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 7762306a36Sopenharmony_ci#define I40E_GLPES_PFRDMATXWRSLO(_i) (0x00014200 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 7862306a36Sopenharmony_ci#define I40E_GLPES_PFIP4RXMCOCTSLO(_i) (0x00010A00 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 7962306a36Sopenharmony_ci#define I40E_GLPES_PFIP6RXMCPKTSLO(_i) (0x00011800 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 8062306a36Sopenharmony_ci#define I40E_GLPES_PFTCPRXSEGSLO(_i) (0x00013000 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 8162306a36Sopenharmony_ci#define I40E_GLPES_PFRDMAVINVLO(_i) (0x00014A00 + ((_i) * 8)) /* _i=0...15 */ /* Reset: PE_CORER */ 8262306a36Sopenharmony_ci 8362306a36Sopenharmony_ci#define I40IW_DB_ADDR_OFFSET (4 * 1024 * 1024 - 64 * 1024) 8462306a36Sopenharmony_ci 8562306a36Sopenharmony_ci#define I40IW_VF_DB_ADDR_OFFSET (64 * 1024) 8662306a36Sopenharmony_ci 8762306a36Sopenharmony_ci#define I40E_PFINT_LNKLSTN(_INTPF) (0x00035000 + ((_INTPF) * 4)) /* _i=0...511 */ /* Reset: PFR */ 8862306a36Sopenharmony_ci#define I40E_PFINT_LNKLSTN_MAX_INDEX 511 8962306a36Sopenharmony_ci#define I40E_PFINT_LNKLSTN_FIRSTQ_INDX GENMASK(10, 0) 9062306a36Sopenharmony_ci#define I40E_PFINT_LNKLSTN_FIRSTQ_TYPE GENMASK(12, 11) 9162306a36Sopenharmony_ci 9262306a36Sopenharmony_ci#define I40E_PFINT_CEQCTL(_INTPF) (0x00036800 + ((_INTPF) * 4)) /* _i=0...511 */ /* Reset: CORER */ 9362306a36Sopenharmony_ci#define I40E_PFINT_CEQCTL_MAX_INDEX 511 9462306a36Sopenharmony_ci 9562306a36Sopenharmony_ci/* shifts/masks for FLD_[LS/RS]_64 macros used in device table */ 9662306a36Sopenharmony_ci#define I40E_PFINT_CEQCTL_MSIX_INDX_S 0 9762306a36Sopenharmony_ci#define I40E_PFINT_CEQCTL_MSIX_INDX GENMASK(7, 0) 9862306a36Sopenharmony_ci#define I40E_PFINT_CEQCTL_ITR_INDX_S 11 9962306a36Sopenharmony_ci#define I40E_PFINT_CEQCTL_ITR_INDX GENMASK(12, 11) 10062306a36Sopenharmony_ci#define I40E_PFINT_CEQCTL_MSIX0_INDX_S 13 10162306a36Sopenharmony_ci#define I40E_PFINT_CEQCTL_MSIX0_INDX GENMASK(15, 13) 10262306a36Sopenharmony_ci#define I40E_PFINT_CEQCTL_NEXTQ_INDX_S 16 10362306a36Sopenharmony_ci#define I40E_PFINT_CEQCTL_NEXTQ_INDX GENMASK(26, 16) 10462306a36Sopenharmony_ci#define I40E_PFINT_CEQCTL_NEXTQ_TYPE_S 27 10562306a36Sopenharmony_ci#define I40E_PFINT_CEQCTL_NEXTQ_TYPE GENMASK(28, 27) 10662306a36Sopenharmony_ci#define I40E_PFINT_CEQCTL_CAUSE_ENA_S 30 10762306a36Sopenharmony_ci#define I40E_PFINT_CEQCTL_CAUSE_ENA BIT(30) 10862306a36Sopenharmony_ci#define I40E_PFINT_CEQCTL_INTEVENT_S 31 10962306a36Sopenharmony_ci#define I40E_PFINT_CEQCTL_INTEVENT BIT(31) 11062306a36Sopenharmony_ci#define I40E_CQPSQ_STAG_PDID_S 48 11162306a36Sopenharmony_ci#define I40E_CQPSQ_STAG_PDID GENMASK_ULL(62, 48) 11262306a36Sopenharmony_ci#define I40E_PFPE_CCQPSTATUS_CCQP_DONE_S 0 11362306a36Sopenharmony_ci#define I40E_PFPE_CCQPSTATUS_CCQP_DONE BIT_ULL(0) 11462306a36Sopenharmony_ci#define I40E_PFPE_CCQPSTATUS_CCQP_ERR_S 31 11562306a36Sopenharmony_ci#define I40E_PFPE_CCQPSTATUS_CCQP_ERR BIT_ULL(31) 11662306a36Sopenharmony_ci#define I40E_PFINT_DYN_CTLN_ITR_INDX_S 3 11762306a36Sopenharmony_ci#define I40E_PFINT_DYN_CTLN_ITR_INDX GENMASK(4, 3) 11862306a36Sopenharmony_ci#define I40E_PFINT_DYN_CTLN_INTENA_S 0 11962306a36Sopenharmony_ci#define I40E_PFINT_DYN_CTLN_INTENA BIT(0) 12062306a36Sopenharmony_ci#define I40E_CQPSQ_CQ_CEQID_S 24 12162306a36Sopenharmony_ci#define I40E_CQPSQ_CQ_CEQID GENMASK(30, 24) 12262306a36Sopenharmony_ci#define I40E_CQPSQ_CQ_CQID_S 0 12362306a36Sopenharmony_ci#define I40E_CQPSQ_CQ_CQID GENMASK_ULL(15, 0) 12462306a36Sopenharmony_ci#define I40E_COMMIT_FPM_CQCNT_S 0 12562306a36Sopenharmony_ci#define I40E_COMMIT_FPM_CQCNT GENMASK_ULL(17, 0) 12662306a36Sopenharmony_ci 12762306a36Sopenharmony_ci#define I40E_VSIQF_CTL(_VSI) (0x0020D800 + ((_VSI) * 4)) 12862306a36Sopenharmony_ci 12962306a36Sopenharmony_cienum i40iw_device_caps_const { 13062306a36Sopenharmony_ci I40IW_MAX_WQ_FRAGMENT_COUNT = 3, 13162306a36Sopenharmony_ci I40IW_MAX_SGE_RD = 1, 13262306a36Sopenharmony_ci I40IW_MAX_PUSH_PAGE_COUNT = 0, 13362306a36Sopenharmony_ci I40IW_MAX_INLINE_DATA_SIZE = 48, 13462306a36Sopenharmony_ci I40IW_MAX_IRD_SIZE = 63, 13562306a36Sopenharmony_ci I40IW_MAX_ORD_SIZE = 127, 13662306a36Sopenharmony_ci I40IW_MAX_WQ_ENTRIES = 2048, 13762306a36Sopenharmony_ci I40IW_MAX_WQE_SIZE_RQ = 128, 13862306a36Sopenharmony_ci I40IW_MAX_PDS = 32768, 13962306a36Sopenharmony_ci I40IW_MAX_STATS_COUNT = 16, 14062306a36Sopenharmony_ci I40IW_MAX_CQ_SIZE = 1048575, 14162306a36Sopenharmony_ci I40IW_MAX_OUTBOUND_MSG_SIZE = 2147483647, 14262306a36Sopenharmony_ci I40IW_MAX_INBOUND_MSG_SIZE = 2147483647, 14362306a36Sopenharmony_ci I40IW_MIN_WQ_SIZE = 4 /* WQEs */, 14462306a36Sopenharmony_ci}; 14562306a36Sopenharmony_ci 14662306a36Sopenharmony_ci#define I40IW_QP_WQE_MIN_SIZE 32 14762306a36Sopenharmony_ci#define I40IW_QP_WQE_MAX_SIZE 128 14862306a36Sopenharmony_ci#define I40IW_MAX_RQ_WQE_SHIFT 2 14962306a36Sopenharmony_ci#define I40IW_MAX_QUANTA_PER_WR 2 15062306a36Sopenharmony_ci 15162306a36Sopenharmony_ci#define I40IW_QP_SW_MAX_SQ_QUANTA 2048 15262306a36Sopenharmony_ci#define I40IW_QP_SW_MAX_RQ_QUANTA 16384 15362306a36Sopenharmony_ci#define I40IW_QP_SW_MAX_WQ_QUANTA 2048 15462306a36Sopenharmony_ci#define I40IW_MAX_QP_WRS ((I40IW_QP_SW_MAX_SQ_QUANTA - IRDMA_SQ_RSVD) / I40IW_MAX_QUANTA_PER_WR) 15562306a36Sopenharmony_ci#define I40IW_FIRST_VF_FPM_ID 16 15662306a36Sopenharmony_ci#define QUEUE_TYPE_CEQ 2 15762306a36Sopenharmony_ci#define NULL_QUEUE_INDEX 0x7FF 15862306a36Sopenharmony_ci 15962306a36Sopenharmony_civoid i40iw_init_hw(struct irdma_sc_dev *dev); 16062306a36Sopenharmony_ci#endif /* I40IW_HW_H */ 161