Home
last modified time | relevance | path

Searched refs:pPhsdeviceExtension (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DPHSModule.c294 int phs_init(PPHS_DEVICE_EXTENSION pPhsdeviceExtension,PMINI_ADAPTER Adapter) in phs_init() argument
300 if(pPhsdeviceExtension->pstServiceFlowPhsRulesTable) in phs_init()
303 pPhsdeviceExtension->pstServiceFlowPhsRulesTable = in phs_init()
306 if(!pPhsdeviceExtension->pstServiceFlowPhsRulesTable) in phs_init()
312 pstServiceFlowTable = pPhsdeviceExtension->pstServiceFlowPhsRulesTable; in phs_init()
320 free_phs_serviceflow_rules(pPhsdeviceExtension-> in phs_init()
322 pPhsdeviceExtension->pstServiceFlowPhsRulesTable = NULL; in phs_init()
327 pPhsdeviceExtension->CompressedTxBuffer = kmalloc(PHS_BUFFER_SIZE, GFP_KERNEL); in phs_init()
329 if(pPhsdeviceExtension->CompressedTxBuffer == NULL) in phs_init()
332 free_phs_serviceflow_rules(pPhsdeviceExtension->pstServiceFlowPhsRulesTable); in phs_init()
[all …]
DPHSModule.h28 int phs_init(PPHS_DEVICE_EXTENSION pPhsdeviceExtension,PMINI_ADAPTER Adapter);