Searched refs:corestate (Results 1 – 3 of 3) sorted by relevance
277 wlc->corestate = (struct wlccore *)wlc_calloc(unit, in wlc_attach_malloc()279 if (wlc->corestate == NULL) { in wlc_attach_malloc()284 wlc->corestate->macstat_snapshot = in wlc_attach_malloc()286 if (wlc->corestate->macstat_snapshot == NULL) { in wlc_attach_malloc()312 kfree(wlc->corestate->macstat_snapshot); in wlc_detach_mfree()313 kfree(wlc->corestate); in wlc_detach_mfree()
513 struct wlccore *corestate; /* per-core state (one per hw core) */ member
1780 wlc->core = wlc->corestate; in wlc_attach()