Searched refs:portType (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/ |
H A D | fm_port.c | 65 if (p_FmPort->portType == e_FM_PORT_TYPE_RX_10G) in CheckInitParameters() 81 if ((p_FmPort->portType == e_FM_PORT_TYPE_RX) in CheckInitParameters() 82 || (p_FmPort->portType == e_FM_PORT_TYPE_RX_10G)) in CheckInitParameters() 138 if ((p_FmPort->portType == e_FM_PORT_TYPE_TX) in CheckInitParameters() 139 || (p_FmPort->portType == e_FM_PORT_TYPE_TX_10G) in CheckInitParameters() 158 if ((p_FmPort->portType == e_FM_PORT_TYPE_RX) in CheckInitParameters() 159 || (p_FmPort->portType == e_FM_PORT_TYPE_RX_10G) in CheckInitParameters() 160 || (p_FmPort->portType == e_FM_PORT_TYPE_OH_OFFLINE_PARSING)) in CheckInitParameters() 187 if ((p_FmPort->portType == e_FM_PORT_TYPE_RX) in CheckInitParameters() 188 || (p_FmPort->portType == e_FM_PORT_TYPE_RX_10G)) in CheckInitParameters() [all …]
|
H A D | fm_port_im.c | 241 if ((p_FmPort->portType == e_FM_PORT_TYPE_RX) || in FmPortConfigIM() 242 (p_FmPort->portType == e_FM_PORT_TYPE_RX_10G)) in FmPortConfigIM() 283 if ((p_FmPort->portType != e_FM_PORT_TYPE_RX) && in FmPortImCheckInitParameters() 284 (p_FmPort->portType != e_FM_PORT_TYPE_RX_10G) && in FmPortImCheckInitParameters() 285 (p_FmPort->portType != e_FM_PORT_TYPE_TX) && in FmPortImCheckInitParameters() 286 (p_FmPort->portType != e_FM_PORT_TYPE_TX_10G)) in FmPortImCheckInitParameters() 289 if ((p_FmPort->portType == e_FM_PORT_TYPE_RX) || in FmPortImCheckInitParameters() 290 (p_FmPort->portType == e_FM_PORT_TYPE_RX_10G)) in FmPortImCheckInitParameters() 323 if ((p_FmPort->portType == e_FM_PORT_TYPE_RX) || in FmPortImInit() 324 (p_FmPort->portType == e_FM_PORT_TYPE_RX_10G)) in FmPortImInit() [all …]
|
H A D | fm_port.h | 885 e_FmPortType portType; member
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
H A D | memac.c | 174 e_FmMacType portType; in CheckInitParameters() local 176 …portType = ((ENET_SPEED_FROM_MODE(p_Memac->enetMode) < e_ENET_SPEED_10000) ? e_FM_MAC_1G : e_FM_MA… in CheckInitParameters() 179 if ((portType == e_FM_MAC_10G) && (p_Memac->macId >= FM_MAX_NUM_OF_10G_MACS)) in CheckInitParameters() 183 if ((portType == e_FM_MAC_1G) && (p_Memac->macId >= FM_MAX_NUM_OF_1G_MACS)) in CheckInitParameters() 249 e_FmMacType portType; in FreeInitResources() local 251 portType = in FreeInitResources() 254 if (portType == e_FM_MAC_10G) in FreeInitResources() 860 e_FmMacType portType; in MemacInit() local 879 portType = in MemacInit() 924 portType, in MemacInit() [all …]
|
/freebsd/sys/dev/dpaa/ |
H A D | if_dtsec_im.c | 129 params.portType = dtsec_fm_port_rx_type(sc->sc_eth_dev_type); in dtsec_im_fm_port_rx_init() 180 params.portType = dtsec_fm_port_tx_type(sc->sc_eth_dev_type); in dtsec_im_fm_port_tx_init()
|
H A D | if_dtsec_rm.c | 157 params.portType = dtsec_fm_port_rx_type(sc->sc_eth_dev_type); in dtsec_rm_fm_port_rx_init() 205 params.portType = dtsec_fm_port_tx_type(sc->sc_eth_dev_type); in dtsec_rm_fm_port_tx_init()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/ |
H A D | fm_ncsw.c | 855 initParams.portType = (e_FmPortType)ipcInitParams.enumPortType; in FmHandleIpcMsgCB() 1016 portParams.portType = (e_FmPortType)(ipcPortParams.enumPortType); in FmHandleIpcMsgCB() 1461 e_FmPortType portType, in FmVSPAllocForPort() argument 1527 hardwarePortId = SwPortIdToHwPortId(portType, in FmVSPAllocForPort() 1546 e_FmPortType portType, in FmVSPFreeForPort() argument 1555 hardwarePortId = SwPortIdToHwPortId(portType, in FmVSPFreeForPort() 1968 portInParams.enumPortType = (uint32_t)p_PortParams->portType; in FmGetSetPortParams() 2021 if (p_PortParams->portType == e_FM_PORT_TYPE_OH_HOST_COMMAND) in FmGetSetPortParams() 2031 p_Fm->p_FmStateStruct->portsTypes[hardwarePortId] = p_PortParams->portType; in FmGetSetPortParams() 2043 if ((p_PortParams->portType != e_FM_PORT_TYPE_RX) && in FmGetSetPortParams() [all …]
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/SP/ |
H A D | fm_sp.h | 76 e_FmPortType portType; /**< Port type */ member
|
H A D | fm_sp.c | 83 p_FmVspEntry->portType, in CheckParams() 446 …p_FmVspEntry->portType = p_FmVspParams->portPara… in FM_VSP_Config() 544 p_FmVspEntry->portType, in FM_VSP_Init()
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/ |
H A D | fm_common.h | 889 e_FmPortType portType; /**< IN. Port type */ member 911 e_FmPortType portType; /**< IN. Port type */ member 1192 e_FmPortType portType, 1197 e_FmPortType portType, 1201 e_FmPortType portType, 1206 e_FmPortType portType,
|
/freebsd/sys/contrib/ncsw/inc/Peripherals/ |
H A D | fm_vsp_ext.h | 85 e_FmPortType portType; /**< Port type */ member
|
H A D | fm_ext.h | 374 e_FmPortType portType,
|
H A D | fm_port_ext.h | 276 e_FmPortType portType; /**< Port type */ member
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/HC/ |
H A D | hc.c | 269 fmPortParam.portType = e_FM_PORT_TYPE_OH_HOST_COMMAND; in FmHcConfigAndInit()
|