Home
last modified time | relevance | path

Searched refs:corestate (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_alloc.c277 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()
Dwlc_main.h513 struct wlccore *corestate; /* per-core state (one per hw core) */ member
Dwlc_main.c1780 wlc->core = wlc->corestate; in wlc_attach()