Searched refs:prsPortId (Results 1 – 2 of 2) sorted by relevance
310 #define GET_FM_PCD_PRS_PORT_ID(prsPortId,hardwarePortId) \ argument311 prsPortId = (uint8_t)(hardwarePortId & 0x0f)313 #define GET_FM_PCD_INDEX_FLAG(bitMask, prsPortId) \ argument314 bitMask = 0x80000000>>prsPortId
208 uint8_t prsPortId; in PrsIncludePortInStatistics() local216 GET_FM_PCD_PRS_PORT_ID(prsPortId, hardwarePortId); in PrsIncludePortInStatistics()217 GET_FM_PCD_INDEX_FLAG(bitMask, prsPortId); in PrsIncludePortInStatistics()