Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bxe/
H A Decore_fw_defs.h46 (IRO[163].base + ((funcId) * IRO[163].m1))
47 #define CSTORM_FUNC_EN_OFFSET(funcId) \ argument
48 (IRO[153].base + ((funcId) * IRO[153].m1))
107 #define CSTORM_VF_TO_PF_OFFSET(funcId) \ argument
117 #define TSTORM_FUNC_EN_OFFSET(funcId) \ argument
145 #define TSTORM_VF_TO_PF_OFFSET(funcId) \ argument
156 #define USTORM_FUNC_EN_OFFSET(funcId) \ argument
189 #define USTORM_VF_TO_PF_OFFSET(funcId) \ argument
200 #define XSTORM_FUNC_EN_OFFSET(funcId) \ argument
240 #define XSTORM_SPQ_DATA_OFFSET(funcId) \ argument
[all …]
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp661 TypeIndex funcId = curIndex; in mergeTypeRecord() local
663 success &= remapTypeIndex(funcId, TiRefKind::IndexRef); in mergeTypeRecord()
667 funcIdToType.push_back({funcId, funcType}); in mergeTypeRecord()