Home
last modified time | relevance | path

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

/drivers/staging/bcm/
DPHSModule.c270 int phs_init(struct bcm_phs_extension *pPhsdeviceExtension, struct bcm_mini_adapter *Adapter) in phs_init() argument
277 if (pPhsdeviceExtension->pstServiceFlowPhsRulesTable) in phs_init()
280pPhsdeviceExtension->pstServiceFlowPhsRulesTable = kzalloc(sizeof(struct bcm_phs_table), GFP_KERNE… in phs_init()
282 if (!pPhsdeviceExtension->pstServiceFlowPhsRulesTable) { in phs_init()
287 pstServiceFlowTable = pPhsdeviceExtension->pstServiceFlowPhsRulesTable; in phs_init()
293 free_phs_serviceflow_rules(pPhsdeviceExtension->pstServiceFlowPhsRulesTable); in phs_init()
294 pPhsdeviceExtension->pstServiceFlowPhsRulesTable = NULL; in phs_init()
299 pPhsdeviceExtension->CompressedTxBuffer = kmalloc(PHS_BUFFER_SIZE, GFP_KERNEL); in phs_init()
300 if (pPhsdeviceExtension->CompressedTxBuffer == NULL) { in phs_init()
302 free_phs_serviceflow_rules(pPhsdeviceExtension->pstServiceFlowPhsRulesTable); in phs_init()
[all …]
DPHSModule.h28 int phs_init(struct bcm_phs_extension *pPhsdeviceExtension,struct bcm_mini_adapter *Adapter);