Searched refs:portType (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/ |
| H A D | fm_port.c | 676 switch (p_FmPort->portType) in InitLowLevelDriver() 856 switch (p_FmPort->portType) in BmiPortCheckAndGetCounterType() 1233 switch (p_FmPort->portType) in SetPcd() 1693 switch (p_FmPort->portType) in DeletePcd() 2238 p_FmPort->portType = p_FmPortParams->portType; in FM_PORT_Config() 2366 switch (p_FmPort->portType) in FM_PORT_Config() 2662 fmParams.portType = (e_FmPortType)p_FmPort->portType; in FM_PORT_Init() 2789 fmParams.portType = (e_FmPortType)p_FmPort->portType; in FM_PORT_Free() 3598 switch (p_FmPort->portType) in FM_PORT_SetRateLimit() 3794 switch (p_FmPort->portType) in FM_PORT_SetPerformanceCountersParams() [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() 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() 449 if ((p_FmPort->portType == e_FM_PORT_TYPE_RX) || in FmPortImFree() [all …]
|
| H A D | fm_port.h | 885 e_FmPortType portType; member
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/ |
| H A D | memac.c | 174 e_FmMacType portType; in CheckInitParameters() local 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() 945 (portType == e_FM_MAC_10G) ? e_FM_MOD_10G_MAC : e_FM_MOD_1G_MAC, in MemacInit() [all …]
|
| /f-stack/freebsd/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()
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/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,
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/ |
| H A D | fm_ncsw.c | 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() 2043 if ((p_PortParams->portType != e_FM_PORT_TYPE_RX) && in FmGetSetPortParams() 2130 if ((p_PortParams->portType == e_FM_PORT_TYPE_TX) || in FmGetSetPortParams() 2131 (p_PortParams->portType == e_FM_PORT_TYPE_RX)) in FmGetSetPortParams() 2221 if ((p_PortParams->portType != e_FM_PORT_TYPE_RX) && in FmFreePortParams() 2255 (p_PortParams->portType == e_FM_PORT_TYPE_RX)) in FmFreePortParams() 2928 hardwarePortId = SwPortIdToHwPortId(portType, in FmVSPCheckRelativeProfile() [all …]
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/HC/ |
| H A D | hc.c | 269 fmPortParam.portType = e_FM_PORT_TYPE_OH_HOST_COMMAND; in FmHcConfigAndInit()
|