Searched refs:cdc (Results 1 – 1 of 1) sorted by relevance
455 dhd_prot_t *cdc; in dhd_prot_attach() local458 if (!(cdc = (dhd_prot_t *)MALLOC(dhd->osh, sizeof(dhd_prot_t)))) { in dhd_prot_attach()463 if (!(cdc = (dhd_prot_t *)dhd_os_prealloc(DHD_PREALLOC_PROT, sizeof(dhd_prot_t)))) { in dhd_prot_attach()468 memset(cdc, 0, sizeof(dhd_prot_t)); in dhd_prot_attach()471 if ((uintptr)(&cdc->msg + 1) != (uintptr)cdc->buf) { in dhd_prot_attach()476 dhd->prot = cdc; in dhd_prot_attach()485 if (cdc != NULL) in dhd_prot_attach()486 MFREE(dhd->osh, cdc, sizeof(dhd_prot_t)); in dhd_prot_attach()