Home
last modified time | relevance | path

Searched refs:portInfo (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxEthDBFeatures.c65 PortInfo *portInfo; in ixEthDBFeatureCapabilityScan() local
80 portInfo = &ixEthDBPortInfo[portIndex]; in ixEthDBFeatureCapabilityScan()
285 PortInfo *portInfo; in ixEthDBFeatureEnable() local
293 portInfo = &ixEthDBPortInfo[portID]; in ixEthDBFeatureEnable()
294 portEnabled = portInfo->enabled; in ixEthDBFeatureEnable()
336 portInfo->enabled = TRUE; in ixEthDBFeatureEnable()
341 portInfo->featureStatus |= feature; in ixEthDBFeatureEnable()
358 portInfo->ixEthDBTrafficClassCount = portInfo->ixEthDBTrafficClassAvailable; in ixEthDBFeatureEnable()
531 portInfo->enabled = portEnabled; in ixEthDBFeatureEnable()
554 PortInfo *portInfo; in ixEthDBFeatureStatusGet() local
[all …]
H A DIxEthDBAPISupport.c104 PortInfo *portInfo; in ixEthDBPortInit() local
120 if (portInfo->initialized) in ixEthDBPortInit()
127 portInfo->portID = portID; in ixEthDBPortInit()
145 memset(portInfo->bbsid, 0, sizeof (portInfo->bbsid)); in ixEthDBPortInit()
158 portInfo->initialized = TRUE; in ixEthDBPortInit()
176 PortInfo *portInfo; in ixEthDBPortEnable() local
184 if (portInfo->enabled) in ixEthDBPortEnable()
193 portInfo->enabled = TRUE; in ixEthDBPortEnable()
291 PortInfo *portInfo; in ixEthDBPortDisable() local
303 if (!portInfo->enabled) in ixEthDBPortDisable()
[all …]
H A DIxEthDBReports.c115 PortInfo *portInfo; in ixEthDBFilteringDatabaseShow() local
122 portInfo = &ixEthDBPortInfo[portID]; in ixEthDBFilteringDatabaseShow()
480 + portInfo->bbsid[0] in ixEthDBPortInfoShow()
481 + portInfo->bbsid[1] in ixEthDBPortInfoShow()
482 + portInfo->bbsid[2] in ixEthDBPortInfoShow()
483 + portInfo->bbsid[3] in ixEthDBPortInfoShow()
484 + portInfo->bbsid[4] in ixEthDBPortInfoShow()
492 portInfo->bbsid[0], in ixEthDBPortInfoShow()
493 portInfo->bbsid[1], in ixEthDBPortInfoShow()
494 portInfo->bbsid[2], in ixEthDBPortInfoShow()
[all …]
H A DIxEthDBVlan.c112 portInfo->vlanMembership[setOffset], in ixEthDBVlanTableEntryUpdate()
795 FILL_SETRXTAGMODE_MSG(message, portID, portInfo->npeFrameFilter, portInfo->npeTaggingAction); in ixEthDBIngressVlanModeUpdate()
816 PortInfo *portInfo; in ixEthDBIngressVlanTaggingEnabledSet() local
824 portInfo = &ixEthDBPortInfo[portID]; in ixEthDBIngressVlanTaggingEnabledSet()
828 portInfo->npeTaggingAction = 0x00; in ixEthDBIngressVlanTaggingEnabledSet()
832 portInfo->npeTaggingAction = 0x02; in ixEthDBIngressVlanTaggingEnabledSet()
836 portInfo->npeTaggingAction = 0x01; in ixEthDBIngressVlanTaggingEnabledSet()
891 PortInfo *portInfo; in ixEthDBAcceptableFrameTypeSet() local
908 portInfo = &ixEthDBPortInfo[portID]; in ixEthDBAcceptableFrameTypeSet()
932 portInfo->npeFrameFilter = 0x01; in ixEthDBAcceptableFrameTypeSet()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxEthDBFeatures.c65 PortInfo *portInfo; in ixEthDBFeatureCapabilityScan() local
80 portInfo = &ixEthDBPortInfo[portIndex]; in ixEthDBFeatureCapabilityScan()
285 PortInfo *portInfo; in ixEthDBFeatureEnable() local
293 portInfo = &ixEthDBPortInfo[portID]; in ixEthDBFeatureEnable()
294 portEnabled = portInfo->enabled; in ixEthDBFeatureEnable()
336 portInfo->enabled = TRUE; in ixEthDBFeatureEnable()
341 portInfo->featureStatus |= feature; in ixEthDBFeatureEnable()
358 portInfo->ixEthDBTrafficClassCount = portInfo->ixEthDBTrafficClassAvailable; in ixEthDBFeatureEnable()
531 portInfo->enabled = portEnabled; in ixEthDBFeatureEnable()
554 PortInfo *portInfo; in ixEthDBFeatureStatusGet() local
[all …]
H A DIxEthDBAPISupport.c104 PortInfo *portInfo; in ixEthDBPortInit() local
120 if (portInfo->initialized) in ixEthDBPortInit()
127 portInfo->portID = portID; in ixEthDBPortInit()
145 memset(portInfo->bbsid, 0, sizeof (portInfo->bbsid)); in ixEthDBPortInit()
158 portInfo->initialized = TRUE; in ixEthDBPortInit()
176 PortInfo *portInfo; in ixEthDBPortEnable() local
184 if (portInfo->enabled) in ixEthDBPortEnable()
193 portInfo->enabled = TRUE; in ixEthDBPortEnable()
291 PortInfo *portInfo; in ixEthDBPortDisable() local
303 if (!portInfo->enabled) in ixEthDBPortDisable()
[all …]
H A DIxEthDBReports.c115 PortInfo *portInfo; in ixEthDBFilteringDatabaseShow() local
122 portInfo = &ixEthDBPortInfo[portID]; in ixEthDBFilteringDatabaseShow()
480 + portInfo->bbsid[0] in ixEthDBPortInfoShow()
481 + portInfo->bbsid[1] in ixEthDBPortInfoShow()
482 + portInfo->bbsid[2] in ixEthDBPortInfoShow()
483 + portInfo->bbsid[3] in ixEthDBPortInfoShow()
484 + portInfo->bbsid[4] in ixEthDBPortInfoShow()
492 portInfo->bbsid[0], in ixEthDBPortInfoShow()
493 portInfo->bbsid[1], in ixEthDBPortInfoShow()
494 portInfo->bbsid[2], in ixEthDBPortInfoShow()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxEthDBFeatures.c65 PortInfo *portInfo; in ixEthDBFeatureCapabilityScan() local
80 portInfo = &ixEthDBPortInfo[portIndex]; in ixEthDBFeatureCapabilityScan()
285 PortInfo *portInfo; in ixEthDBFeatureEnable() local
293 portInfo = &ixEthDBPortInfo[portID]; in ixEthDBFeatureEnable()
294 portEnabled = portInfo->enabled; in ixEthDBFeatureEnable()
336 portInfo->enabled = TRUE; in ixEthDBFeatureEnable()
341 portInfo->featureStatus |= feature; in ixEthDBFeatureEnable()
358 portInfo->ixEthDBTrafficClassCount = portInfo->ixEthDBTrafficClassAvailable; in ixEthDBFeatureEnable()
531 portInfo->enabled = portEnabled; in ixEthDBFeatureEnable()
554 PortInfo *portInfo; in ixEthDBFeatureStatusGet() local
[all …]
H A DIxEthDBAPISupport.c104 PortInfo *portInfo; in ixEthDBPortInit() local
120 if (portInfo->initialized) in ixEthDBPortInit()
127 portInfo->portID = portID; in ixEthDBPortInit()
145 memset(portInfo->bbsid, 0, sizeof (portInfo->bbsid)); in ixEthDBPortInit()
158 portInfo->initialized = TRUE; in ixEthDBPortInit()
176 PortInfo *portInfo; in ixEthDBPortEnable() local
184 if (portInfo->enabled) in ixEthDBPortEnable()
193 portInfo->enabled = TRUE; in ixEthDBPortEnable()
291 PortInfo *portInfo; in ixEthDBPortDisable() local
303 if (!portInfo->enabled) in ixEthDBPortDisable()
[all …]
H A DIxEthDBReports.c115 PortInfo *portInfo; in ixEthDBFilteringDatabaseShow() local
122 portInfo = &ixEthDBPortInfo[portID]; in ixEthDBFilteringDatabaseShow()
480 + portInfo->bbsid[0] in ixEthDBPortInfoShow()
481 + portInfo->bbsid[1] in ixEthDBPortInfoShow()
482 + portInfo->bbsid[2] in ixEthDBPortInfoShow()
483 + portInfo->bbsid[3] in ixEthDBPortInfoShow()
484 + portInfo->bbsid[4] in ixEthDBPortInfoShow()
492 portInfo->bbsid[0], in ixEthDBPortInfoShow()
493 portInfo->bbsid[1], in ixEthDBPortInfoShow()
494 portInfo->bbsid[2], in ixEthDBPortInfoShow()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxEthDBFeatures.c65 PortInfo *portInfo; in ixEthDBFeatureCapabilityScan() local
80 portInfo = &ixEthDBPortInfo[portIndex]; in ixEthDBFeatureCapabilityScan()
285 PortInfo *portInfo; in ixEthDBFeatureEnable() local
293 portInfo = &ixEthDBPortInfo[portID]; in ixEthDBFeatureEnable()
294 portEnabled = portInfo->enabled; in ixEthDBFeatureEnable()
336 portInfo->enabled = TRUE; in ixEthDBFeatureEnable()
341 portInfo->featureStatus |= feature; in ixEthDBFeatureEnable()
358 portInfo->ixEthDBTrafficClassCount = portInfo->ixEthDBTrafficClassAvailable; in ixEthDBFeatureEnable()
531 portInfo->enabled = portEnabled; in ixEthDBFeatureEnable()
554 PortInfo *portInfo; in ixEthDBFeatureStatusGet() local
[all …]
H A DIxEthDBAPISupport.c104 PortInfo *portInfo; in ixEthDBPortInit() local
120 if (portInfo->initialized) in ixEthDBPortInit()
127 portInfo->portID = portID; in ixEthDBPortInit()
145 memset(portInfo->bbsid, 0, sizeof (portInfo->bbsid)); in ixEthDBPortInit()
158 portInfo->initialized = TRUE; in ixEthDBPortInit()
176 PortInfo *portInfo; in ixEthDBPortEnable() local
184 if (portInfo->enabled) in ixEthDBPortEnable()
193 portInfo->enabled = TRUE; in ixEthDBPortEnable()
291 PortInfo *portInfo; in ixEthDBPortDisable() local
303 if (!portInfo->enabled) in ixEthDBPortDisable()
[all …]
H A DIxEthDBReports.c115 PortInfo *portInfo; in ixEthDBFilteringDatabaseShow() local
122 portInfo = &ixEthDBPortInfo[portID]; in ixEthDBFilteringDatabaseShow()
480 + portInfo->bbsid[0] in ixEthDBPortInfoShow()
481 + portInfo->bbsid[1] in ixEthDBPortInfoShow()
482 + portInfo->bbsid[2] in ixEthDBPortInfoShow()
483 + portInfo->bbsid[3] in ixEthDBPortInfoShow()
484 + portInfo->bbsid[4] in ixEthDBPortInfoShow()
492 portInfo->bbsid[0], in ixEthDBPortInfoShow()
493 portInfo->bbsid[1], in ixEthDBPortInfoShow()
494 portInfo->bbsid[2], in ixEthDBPortInfoShow()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxEthDBFeatures.c65 PortInfo *portInfo; in ixEthDBFeatureCapabilityScan() local
80 portInfo = &ixEthDBPortInfo[portIndex]; in ixEthDBFeatureCapabilityScan()
285 PortInfo *portInfo; in ixEthDBFeatureEnable() local
293 portInfo = &ixEthDBPortInfo[portID]; in ixEthDBFeatureEnable()
294 portEnabled = portInfo->enabled; in ixEthDBFeatureEnable()
336 portInfo->enabled = TRUE; in ixEthDBFeatureEnable()
341 portInfo->featureStatus |= feature; in ixEthDBFeatureEnable()
358 portInfo->ixEthDBTrafficClassCount = portInfo->ixEthDBTrafficClassAvailable; in ixEthDBFeatureEnable()
531 portInfo->enabled = portEnabled; in ixEthDBFeatureEnable()
554 PortInfo *portInfo; in ixEthDBFeatureStatusGet() local
[all …]
H A DIxEthDBAPISupport.c104 PortInfo *portInfo; in ixEthDBPortInit() local
120 if (portInfo->initialized) in ixEthDBPortInit()
127 portInfo->portID = portID; in ixEthDBPortInit()
145 memset(portInfo->bbsid, 0, sizeof (portInfo->bbsid)); in ixEthDBPortInit()
158 portInfo->initialized = TRUE; in ixEthDBPortInit()
176 PortInfo *portInfo; in ixEthDBPortEnable() local
184 if (portInfo->enabled) in ixEthDBPortEnable()
193 portInfo->enabled = TRUE; in ixEthDBPortEnable()
291 PortInfo *portInfo; in ixEthDBPortDisable() local
303 if (!portInfo->enabled) in ixEthDBPortDisable()
[all …]
H A DIxEthDBReports.c115 PortInfo *portInfo; in ixEthDBFilteringDatabaseShow() local
122 portInfo = &ixEthDBPortInfo[portID]; in ixEthDBFilteringDatabaseShow()
480 + portInfo->bbsid[0] in ixEthDBPortInfoShow()
481 + portInfo->bbsid[1] in ixEthDBPortInfoShow()
482 + portInfo->bbsid[2] in ixEthDBPortInfoShow()
483 + portInfo->bbsid[3] in ixEthDBPortInfoShow()
484 + portInfo->bbsid[4] in ixEthDBPortInfoShow()
492 portInfo->bbsid[0], in ixEthDBPortInfoShow()
493 portInfo->bbsid[1], in ixEthDBPortInfoShow()
494 portInfo->bbsid[2], in ixEthDBPortInfoShow()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxEthDBFeatures.c65 PortInfo *portInfo; in ixEthDBFeatureCapabilityScan() local
80 portInfo = &ixEthDBPortInfo[portIndex]; in ixEthDBFeatureCapabilityScan()
285 PortInfo *portInfo; in ixEthDBFeatureEnable() local
293 portInfo = &ixEthDBPortInfo[portID]; in ixEthDBFeatureEnable()
294 portEnabled = portInfo->enabled; in ixEthDBFeatureEnable()
336 portInfo->enabled = TRUE; in ixEthDBFeatureEnable()
341 portInfo->featureStatus |= feature; in ixEthDBFeatureEnable()
358 portInfo->ixEthDBTrafficClassCount = portInfo->ixEthDBTrafficClassAvailable; in ixEthDBFeatureEnable()
531 portInfo->enabled = portEnabled; in ixEthDBFeatureEnable()
554 PortInfo *portInfo; in ixEthDBFeatureStatusGet() local
[all …]
H A DIxEthDBAPISupport.c104 PortInfo *portInfo; in ixEthDBPortInit() local
120 if (portInfo->initialized) in ixEthDBPortInit()
127 portInfo->portID = portID; in ixEthDBPortInit()
145 memset(portInfo->bbsid, 0, sizeof (portInfo->bbsid)); in ixEthDBPortInit()
158 portInfo->initialized = TRUE; in ixEthDBPortInit()
176 PortInfo *portInfo; in ixEthDBPortEnable() local
184 if (portInfo->enabled) in ixEthDBPortEnable()
193 portInfo->enabled = TRUE; in ixEthDBPortEnable()
291 PortInfo *portInfo; in ixEthDBPortDisable() local
303 if (!portInfo->enabled) in ixEthDBPortDisable()
[all …]
H A DIxEthDBReports.c115 PortInfo *portInfo; in ixEthDBFilteringDatabaseShow() local
122 portInfo = &ixEthDBPortInfo[portID]; in ixEthDBFilteringDatabaseShow()
480 + portInfo->bbsid[0] in ixEthDBPortInfoShow()
481 + portInfo->bbsid[1] in ixEthDBPortInfoShow()
482 + portInfo->bbsid[2] in ixEthDBPortInfoShow()
483 + portInfo->bbsid[3] in ixEthDBPortInfoShow()
484 + portInfo->bbsid[4] in ixEthDBPortInfoShow()
492 portInfo->bbsid[0], in ixEthDBPortInfoShow()
493 portInfo->bbsid[1], in ixEthDBPortInfoShow()
494 portInfo->bbsid[2], in ixEthDBPortInfoShow()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxEthDBFeatures.c65 PortInfo *portInfo; in ixEthDBFeatureCapabilityScan() local
80 portInfo = &ixEthDBPortInfo[portIndex]; in ixEthDBFeatureCapabilityScan()
285 PortInfo *portInfo; in ixEthDBFeatureEnable() local
293 portInfo = &ixEthDBPortInfo[portID]; in ixEthDBFeatureEnable()
294 portEnabled = portInfo->enabled; in ixEthDBFeatureEnable()
336 portInfo->enabled = TRUE; in ixEthDBFeatureEnable()
341 portInfo->featureStatus |= feature; in ixEthDBFeatureEnable()
358 portInfo->ixEthDBTrafficClassCount = portInfo->ixEthDBTrafficClassAvailable; in ixEthDBFeatureEnable()
531 portInfo->enabled = portEnabled; in ixEthDBFeatureEnable()
554 PortInfo *portInfo; in ixEthDBFeatureStatusGet() local
[all …]
H A DIxEthDBAPISupport.c104 PortInfo *portInfo; in ixEthDBPortInit() local
120 if (portInfo->initialized) in ixEthDBPortInit()
127 portInfo->portID = portID; in ixEthDBPortInit()
145 memset(portInfo->bbsid, 0, sizeof (portInfo->bbsid)); in ixEthDBPortInit()
158 portInfo->initialized = TRUE; in ixEthDBPortInit()
176 PortInfo *portInfo; in ixEthDBPortEnable() local
184 if (portInfo->enabled) in ixEthDBPortEnable()
193 portInfo->enabled = TRUE; in ixEthDBPortEnable()
291 PortInfo *portInfo; in ixEthDBPortDisable() local
303 if (!portInfo->enabled) in ixEthDBPortDisable()
[all …]
H A DIxEthDBReports.c115 PortInfo *portInfo; in ixEthDBFilteringDatabaseShow() local
122 portInfo = &ixEthDBPortInfo[portID]; in ixEthDBFilteringDatabaseShow()
480 + portInfo->bbsid[0] in ixEthDBPortInfoShow()
481 + portInfo->bbsid[1] in ixEthDBPortInfoShow()
482 + portInfo->bbsid[2] in ixEthDBPortInfoShow()
483 + portInfo->bbsid[3] in ixEthDBPortInfoShow()
484 + portInfo->bbsid[4] in ixEthDBPortInfoShow()
492 portInfo->bbsid[0], in ixEthDBPortInfoShow()
493 portInfo->bbsid[1], in ixEthDBPortInfoShow()
494 portInfo->bbsid[2], in ixEthDBPortInfoShow()
[all …]
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/
H A DUsbCdcIoChannel.cpp90 : UsbIoChannel(portInfo) in UsbCdcIoChannel()
161 portInfo.status = UsbCdcIoChannel(portInfo).getStatus();
163 portList[portInfo.name] = portInfo;
307 portInfo.status = UsbCdcIoChannel(portInfo).getStatus();
308 portList[portInfo.name] = portInfo;
364 portInfo.status = UsbCdcIoChannel(portInfo).getStatus();
366 portList[portInfo.name] = portInfo;
645 if (portInfo.useCrc)
687 if (portInfo.useCrc)
751 return portInfo.serial;
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DStubs.java161 return new DataSourceDispatch(portInfo, mode, (BindingImpl)binding, epr); in createDataSourceDispatch()
252 public static <T> Dispatch<T> createDispatch(WSPortInfo portInfo, in createDispatch() argument
258 return (Dispatch<T>) createSAAJDispatch(portInfo, binding, mode, epr); in createDispatch()
260 return (Dispatch<T>) createSourceDispatch(portInfo, binding, mode, epr); in createDispatch()
265 return (Dispatch<T>) createMessageDispatch(portInfo, binding, epr); in createDispatch()
270 return (Dispatch<T>) createPacketDispatch(portInfo, binding, epr); in createDispatch()
315 WSPortInfo portInfo, WSBinding binding, in createJAXBDispatch() argument
357 WSPortInfo portInfo, WSBinding binding, in createMessageDispatch() argument
359 return new MessageDispatch(portInfo, (BindingImpl)binding, epr); in createMessageDispatch()
394 WSPortInfo portInfo, WSBinding binding, in createPacketDispatch() argument
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DStubs.java161 return new DataSourceDispatch(portInfo, mode, (BindingImpl)binding, epr); in createDataSourceDispatch()
252 public static <T> Dispatch<T> createDispatch(WSPortInfo portInfo, in createDispatch() argument
258 return (Dispatch<T>) createSAAJDispatch(portInfo, binding, mode, epr); in createDispatch()
260 return (Dispatch<T>) createSourceDispatch(portInfo, binding, mode, epr); in createDispatch()
265 return (Dispatch<T>) createMessageDispatch(portInfo, binding, epr); in createDispatch()
270 return (Dispatch<T>) createPacketDispatch(portInfo, binding, epr); in createDispatch()
315 WSPortInfo portInfo, WSBinding binding, in createJAXBDispatch() argument
357 WSPortInfo portInfo, WSBinding binding, in createMessageDispatch() argument
359 return new MessageDispatch(portInfo, (BindingImpl)binding, epr); in createMessageDispatch()
394 WSPortInfo portInfo, WSBinding binding, in createPacketDispatch() argument
[all …]

12345678910>>...13