Home
last modified time | relevance | path

Searched refs:sta_pool_memsz (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c2336 int idx, prio, sta_pool_memsz; in dhd_sta_pool_init() local
2352 sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); /* skip idx 0 */ in dhd_sta_pool_init()
2353 sta_pool = (dhd_sta_pool_t *)MALLOC(dhdp->osh, sta_pool_memsz); in dhd_sta_pool_init()
2364 bzero((uchar *)sta_pool, sta_pool_memsz); in dhd_sta_pool_init()
2392 int sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); in dhd_sta_pool_fini() local
2397 MFREE(dhdp->osh, dhdp->sta_pool, sta_pool_memsz); in dhd_sta_pool_fini()
2409 int idx, prio, sta_pool_memsz; in dhd_sta_pool_clear() local
2433 sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); in dhd_sta_pool_clear()
2434 bzero((uchar *)sta_pool, sta_pool_memsz); in dhd_sta_pool_clear()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux.c1215 int idx, sta_pool_memsz; in dhd_sta_pool_init() local
1234 sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); /* skip idx 0 */ in dhd_sta_pool_init()
1235 sta_pool = (dhd_sta_pool_t *)MALLOC(dhdp->osh, sta_pool_memsz); in dhd_sta_pool_init()
1246 bzero((uchar *)sta_pool, sta_pool_memsz); in dhd_sta_pool_init()
1277 int sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); in dhd_sta_pool_fini() local
1282 MFREE(dhdp->osh, dhdp->sta_pool, sta_pool_memsz); in dhd_sta_pool_fini()
1294 int idx, sta_pool_memsz; in dhd_sta_pool_clear() local
1321 sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); in dhd_sta_pool_clear()
1322 bzero((uchar *)sta_pool, sta_pool_memsz); in dhd_sta_pool_clear()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux.c1229 int idx, sta_pool_memsz; in dhd_sta_pool_init() local
1248 sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); /* skip idx 0 */ in dhd_sta_pool_init()
1249 sta_pool = (dhd_sta_pool_t *)MALLOC(dhdp->osh, sta_pool_memsz); in dhd_sta_pool_init()
1260 bzero((uchar *)sta_pool, sta_pool_memsz); in dhd_sta_pool_init()
1291 int sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); in dhd_sta_pool_fini() local
1296 MFREE(dhdp->osh, dhdp->sta_pool, sta_pool_memsz); in dhd_sta_pool_fini()
1308 int idx, sta_pool_memsz; in dhd_sta_pool_clear() local
1335 sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); in dhd_sta_pool_clear()
1336 bzero((uchar *)sta_pool, sta_pool_memsz); in dhd_sta_pool_clear()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux.c1215 int idx, sta_pool_memsz; in dhd_sta_pool_init() local
1234 sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); /* skip idx 0 */ in dhd_sta_pool_init()
1235 sta_pool = (dhd_sta_pool_t *)MALLOC(dhdp->osh, sta_pool_memsz); in dhd_sta_pool_init()
1246 bzero((uchar *)sta_pool, sta_pool_memsz); in dhd_sta_pool_init()
1277 int sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); in dhd_sta_pool_fini() local
1282 MFREE(dhdp->osh, dhdp->sta_pool, sta_pool_memsz); in dhd_sta_pool_fini()
1294 int idx, sta_pool_memsz; in dhd_sta_pool_clear() local
1321 sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); in dhd_sta_pool_clear()
1322 bzero((uchar *)sta_pool, sta_pool_memsz); in dhd_sta_pool_clear()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux.c1484 int idx, prio, sta_pool_memsz; in dhd_sta_pool_init() local
1500 sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); /* skip idx 0 */ in dhd_sta_pool_init()
1501 sta_pool = (dhd_sta_pool_t *)MALLOC(dhdp->osh, sta_pool_memsz); in dhd_sta_pool_init()
1512 bzero((uchar *)sta_pool, sta_pool_memsz); in dhd_sta_pool_init()
1541 int sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); in dhd_sta_pool_fini() local
1546 MFREE(dhdp->osh, dhdp->sta_pool, sta_pool_memsz); in dhd_sta_pool_fini()
1557 int idx, prio, sta_pool_memsz; in dhd_sta_pool_clear() local
1581 sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); in dhd_sta_pool_clear()
1582 bzero((uchar *)sta_pool, sta_pool_memsz); in dhd_sta_pool_clear()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.c1493 int idx, prio, sta_pool_memsz; in dhd_sta_pool_init() local
1509 sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); /* skip idx 0 */ in dhd_sta_pool_init()
1510 sta_pool = (dhd_sta_pool_t *)MALLOC(dhdp->osh, sta_pool_memsz); in dhd_sta_pool_init()
1521 bzero((uchar *)sta_pool, sta_pool_memsz); in dhd_sta_pool_init()
1550 int sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); in dhd_sta_pool_fini() local
1555 MFREE(dhdp->osh, dhdp->sta_pool, sta_pool_memsz); in dhd_sta_pool_fini()
1566 int idx, prio, sta_pool_memsz; in dhd_sta_pool_clear() local
1590 sta_pool_memsz = ((max_sta + 1) * sizeof(dhd_sta_t)); in dhd_sta_pool_clear()
1591 bzero((uchar *)sta_pool, sta_pool_memsz); in dhd_sta_pool_clear()