Home
last modified time | relevance | path

Searched refs:funcId (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/bxe/
H A Decore_fw_defs.h44 (IRO[163].base + ((funcId) * IRO[163].m1))
45 #define CSTORM_FUNC_EN_OFFSET(funcId) \ argument
46 (IRO[153].base + ((funcId) * IRO[153].m1))
105 #define CSTORM_VF_TO_PF_OFFSET(funcId) \ argument
115 #define TSTORM_FUNC_EN_OFFSET(funcId) \ argument
143 #define TSTORM_VF_TO_PF_OFFSET(funcId) \ argument
154 #define USTORM_FUNC_EN_OFFSET(funcId) \ argument
187 #define USTORM_VF_TO_PF_OFFSET(funcId) \ argument
198 #define XSTORM_FUNC_EN_OFFSET(funcId) \ argument
238 #define XSTORM_SPQ_DATA_OFFSET(funcId) \ argument
[all …]
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp668 TypeIndex funcId = curIndex; in mergeTypeRecord() local
670 success &= remapTypeIndex(funcId, TiRefKind::IndexRef); in mergeTypeRecord()
674 funcIdToType.push_back({funcId, funcType}); in mergeTypeRecord()