Searched refs:pC (Results 1 – 3 of 3) sorted by relevance
185 static unsigned int control_cache_alloc_check(struct hpi_control_cache *pC) in control_cache_alloc_check() argument189 if (!pC) in control_cache_alloc_check()192 if (pC->init) in control_cache_alloc_check()193 return pC->init; in control_cache_alloc_check()195 if (!pC->p_cache) in control_cache_alloc_check()198 if (pC->control_count && pC->cache_size_in_bytes) { in control_cache_alloc_check()202 p_master_cache = (char *)pC->p_cache; in control_cache_alloc_check()204 pC->control_count); in control_cache_alloc_check()205 for (i = 0; i < pC->control_count; i++) { in control_cache_alloc_check()214 pC->adap_idx); in control_cache_alloc_check()[all …]
53 short hpi_check_control_cache(struct hpi_control_cache *pC,59 void hpi_cmn_control_cache_sync_to_msg(struct hpi_control_cache *pC,
55 static void diva_change_management_debug_mask (diva_maint_client_t* pC, dword old_mask);1132 diva_maint_client_t* pC = (diva_maint_client_t*)AdapterHandle; in SuperTraceReadRequest() local1134 if (pC && pC->pIdiLib && pC->request) { in SuperTraceReadRequest()1135 ENTITY* e = (ENTITY*)(*(pC->pIdiLib->DivaSTraceGetHandle))(pC->pIdiLib->hLib); in SuperTraceReadRequest()1136 byte* xdata = (byte*)&pC->xbuffer[0]; in SuperTraceReadRequest()1151 pC->request_pending = 1; in SuperTraceReadRequest()1161 diva_maint_client_t* pC = (diva_maint_client_t*)AdapterHandle; in SuperTraceGetNumberOfChannels() local1163 return (pC->channels); in SuperTraceGetNumberOfChannels()1170 diva_maint_client_t* pC = (diva_maint_client_t*)AdapterHandle; in SuperTraceASSIGN() local1172 if (pC && pC->pIdiLib && pC->request) { in SuperTraceASSIGN()[all …]