Searched refs:sta_pool (Results 1 – 12 of 12) sorted by relevance
2203 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_free()2257 dhd_sta_pool_t * sta_pool; in dhd_sta_alloc() local2259 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() local2342 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 …]
880 void *sta_pool; /* pre-allocated pool of sta objects */ member
1098 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_free()1158 dhd_sta_pool_t * sta_pool; in dhd_sta_alloc() local1160 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() local1224 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 …]
1172 void *sta_pool; /* pre-allocated pool of sta objects */ member
1112 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_free()1172 dhd_sta_pool_t * sta_pool; in dhd_sta_alloc() local1174 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() local1238 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 …]
1174 void *sta_pool; /* pre-allocated pool of sta objects */ member
1379 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_free()1437 dhd_sta_pool_t * sta_pool; in dhd_sta_alloc() local1439 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() local1490 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 …]
1498 void *sta_pool; /* pre-allocated pool of sta objects */ member
1388 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_free()1446 dhd_sta_pool_t * sta_pool; in dhd_sta_alloc() local1448 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() local1499 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 …]
1500 void *sta_pool; /* pre-allocated pool of sta objects */ member