Home
last modified time | relevance | path

Searched refs:sta_pool (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c2203 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_free()
2257 dhd_sta_pool_t * sta_pool; in dhd_sta_alloc() local
2259 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_alloc()
2267 sta_pool = (dhd_sta_pool_t *)(dhdp->sta_pool); in dhd_sta_alloc()
2268 sta = &sta_pool[idx]; in dhd_sta_alloc()
2338 dhd_sta_pool_t * sta_pool; in dhd_sta_pool_init() local
2342 ASSERT((dhdp->staid_allocator == NULL) && (dhdp->sta_pool == NULL)); in dhd_sta_pool_init()
2353 sta_pool = (dhd_sta_pool_t *)MALLOC(dhdp->osh, sta_pool_memsz); in dhd_sta_pool_init()
2354 if (sta_pool == NULL) { in dhd_sta_pool_init()
2360 dhdp->sta_pool = sta_pool; in dhd_sta_pool_init()
[all …]
H A Ddhd.h880 void *sta_pool; /* pre-allocated pool of sta objects */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux.c1098 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_free()
1158 dhd_sta_pool_t * sta_pool; in dhd_sta_alloc() local
1160 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_alloc()
1168 sta_pool = (dhd_sta_pool_t *)(dhdp->sta_pool); in dhd_sta_alloc()
1169 sta = &sta_pool[idx]; in dhd_sta_alloc()
1220 dhd_sta_pool_t * sta_pool; in dhd_sta_pool_init() local
1224 ASSERT((dhdp->staid_allocator == NULL) && (dhdp->sta_pool == NULL)); in dhd_sta_pool_init()
1235 sta_pool = (dhd_sta_pool_t *)MALLOC(dhdp->osh, sta_pool_memsz); in dhd_sta_pool_init()
1236 if (sta_pool == NULL) { in dhd_sta_pool_init()
1242 dhdp->sta_pool = sta_pool; in dhd_sta_pool_init()
[all …]
H A Ddhd.h1172 void *sta_pool; /* pre-allocated pool of sta objects */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux.c1112 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_free()
1172 dhd_sta_pool_t * sta_pool; in dhd_sta_alloc() local
1174 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_alloc()
1182 sta_pool = (dhd_sta_pool_t *)(dhdp->sta_pool); in dhd_sta_alloc()
1183 sta = &sta_pool[idx]; in dhd_sta_alloc()
1234 dhd_sta_pool_t * sta_pool; in dhd_sta_pool_init() local
1238 ASSERT((dhdp->staid_allocator == NULL) && (dhdp->sta_pool == NULL)); in dhd_sta_pool_init()
1249 sta_pool = (dhd_sta_pool_t *)MALLOC(dhdp->osh, sta_pool_memsz); in dhd_sta_pool_init()
1250 if (sta_pool == NULL) { in dhd_sta_pool_init()
1256 dhdp->sta_pool = sta_pool; in dhd_sta_pool_init()
[all …]
H A Ddhd.h1174 void *sta_pool; /* pre-allocated pool of sta objects */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux.c1098 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_free()
1158 dhd_sta_pool_t * sta_pool; in dhd_sta_alloc() local
1160 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_alloc()
1168 sta_pool = (dhd_sta_pool_t *)(dhdp->sta_pool); in dhd_sta_alloc()
1169 sta = &sta_pool[idx]; in dhd_sta_alloc()
1220 dhd_sta_pool_t * sta_pool; in dhd_sta_pool_init() local
1224 ASSERT((dhdp->staid_allocator == NULL) && (dhdp->sta_pool == NULL)); in dhd_sta_pool_init()
1235 sta_pool = (dhd_sta_pool_t *)MALLOC(dhdp->osh, sta_pool_memsz); in dhd_sta_pool_init()
1236 if (sta_pool == NULL) { in dhd_sta_pool_init()
1242 dhdp->sta_pool = sta_pool; in dhd_sta_pool_init()
[all …]
H A Ddhd.h1172 void *sta_pool; /* pre-allocated pool of sta objects */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux.c1379 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_free()
1437 dhd_sta_pool_t * sta_pool; in dhd_sta_alloc() local
1439 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_alloc()
1447 sta_pool = (dhd_sta_pool_t *)(dhdp->sta_pool); in dhd_sta_alloc()
1448 sta = &sta_pool[idx]; in dhd_sta_alloc()
1486 dhd_sta_pool_t * sta_pool; in dhd_sta_pool_init() local
1490 ASSERT((dhdp->staid_allocator == NULL) && (dhdp->sta_pool == NULL)); in dhd_sta_pool_init()
1501 sta_pool = (dhd_sta_pool_t *)MALLOC(dhdp->osh, sta_pool_memsz); in dhd_sta_pool_init()
1502 if (sta_pool == NULL) { in dhd_sta_pool_init()
1508 dhdp->sta_pool = sta_pool; in dhd_sta_pool_init()
[all …]
H A Ddhd.h1498 void *sta_pool; /* pre-allocated pool of sta objects */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.c1388 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_free()
1446 dhd_sta_pool_t * sta_pool; in dhd_sta_alloc() local
1448 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_alloc()
1456 sta_pool = (dhd_sta_pool_t *)(dhdp->sta_pool); in dhd_sta_alloc()
1457 sta = &sta_pool[idx]; in dhd_sta_alloc()
1495 dhd_sta_pool_t * sta_pool; in dhd_sta_pool_init() local
1499 ASSERT((dhdp->staid_allocator == NULL) && (dhdp->sta_pool == NULL)); in dhd_sta_pool_init()
1510 sta_pool = (dhd_sta_pool_t *)MALLOC(dhdp->osh, sta_pool_memsz); in dhd_sta_pool_init()
1511 if (sta_pool == NULL) { in dhd_sta_pool_init()
1517 dhdp->sta_pool = sta_pool; in dhd_sta_pool_init()
[all …]
H A Ddhd.h1500 void *sta_pool; /* pre-allocated pool of sta objects */ member