Searched refs:relativePortId (Results 1 – 3 of 3) sorted by relevance
290 uint8_t relativePortId; in DmaErrEvent() local301 HW_PORT_ID_TO_SW_PORT_ID(relativePortId, hardwarePortId); in DmaErrEvent()307 relativePortId, in DmaErrEvent()3209 uint8_t SwPortIdToHwPortId(e_FmPortType type, uint8_t relativePortId, uint8_t majorRev, uint8_t min… in SwPortIdToHwPortId() argument3215 CHECK_PORT_ID_OH_PORTS(relativePortId); in SwPortIdToHwPortId()3216 return (uint8_t)(BASE_OH_PORTID + (relativePortId)); in SwPortIdToHwPortId()3218 CHECK_PORT_ID_1G_RX_PORTS(relativePortId); in SwPortIdToHwPortId()3219 return (uint8_t)(BASE_1G_RX_PORTID + (relativePortId)); in SwPortIdToHwPortId()3226 CHECK_PORT_ID_1G_RX_PORTS(relativePortId); in SwPortIdToHwPortId()3227 return (uint8_t)(BASE_1G_RX_PORTID + (relativePortId)); in SwPortIdToHwPortId()[all …]
1267 uint8_t relativePortId; /**< Type relative port id */ member
540 uint8_t SwPortIdToHwPortId(e_FmPortType type, uint8_t relativePortId, uint8_t majorRev, uint8_t min…