Searched refs:pPhsdeviceExtension (Results 1 – 2 of 2) sorted by relevance
294 int phs_init(PPHS_DEVICE_EXTENSION pPhsdeviceExtension,PMINI_ADAPTER Adapter) in phs_init() argument300 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 …]
28 int phs_init(PPHS_DEVICE_EXTENSION pPhsdeviceExtension,PMINI_ADAPTER Adapter);