Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/bcm/
DPHSModule.c405 PPHS_DEVICE_EXTENSION pDeviceExtension= (PPHS_DEVICE_EXTENSION)pvContext; in PhsUpdateClassifierRule() local
409 if(pDeviceExtension == NULL) in PhsUpdateClassifierRule()
423 nSFIndex = GetServiceFlowEntry(pDeviceExtension->pstServiceFlowPhsRulesTable, in PhsUpdateClassifierRule()
430 pDeviceExtension->pstServiceFlowPhsRulesTable, psPhsRule, u8AssociatedPHSI); in PhsUpdateClassifierRule()
468 PPHS_DEVICE_EXTENSION pDeviceExtension= (PPHS_DEVICE_EXTENSION)pvContext; in PhsDeletePHSRule() local
472 if(pDeviceExtension) in PhsDeletePHSRule()
476 nSFIndex = GetServiceFlowEntry(pDeviceExtension in PhsDeletePHSRule()
532 PPHS_DEVICE_EXTENSION pDeviceExtension= (PPHS_DEVICE_EXTENSION)pvContext; in PhsDeleteClassifierRule() local
534 if(pDeviceExtension) in PhsDeleteClassifierRule()
537 nSFIndex = GetServiceFlowEntry(pDeviceExtension in PhsDeleteClassifierRule()
[all …]
DPHSModule.h25 void DumpPhsRules(PPHS_DEVICE_EXTENSION pDeviceExtension);
47 void DumpPhsRules(PPHS_DEVICE_EXTENSION pDeviceExtension);
Dhostmibs.c18 PPHS_DEVICE_EXTENSION pDeviceExtension = (PPHS_DEVICE_EXTENSION) &Adapter->stBCMPhsContext; in ProcessGetHostMibs() local
22 if (pDeviceExtension == NULL) { in ProcessGetHostMibs()
53 GetServiceFlowEntry(pDeviceExtension-> in ProcessGetHostMibs()