Home
last modified time | relevance | path

Searched refs:relativePortId (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c290 uint8_t relativePortId; in DmaErrEvent() local
301 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() argument
3215 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 …]
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h1267 uint8_t relativePortId; /**< Type relative port id */ member
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h540 uint8_t SwPortIdToHwPortId(e_FmPortType type, uint8_t relativePortId, uint8_t majorRev, uint8_t min…