Searched refs:staid_allocator (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_linux.c | 2203 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_free() 2242 id16_map_free(dhdp->staid_allocator, sta->idx); in dhd_sta_free() 2259 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_alloc() 2261 idx = id16_map_alloc(dhdp->staid_allocator); in dhd_sta_alloc() 2339 void * staid_allocator; in dhd_sta_pool_init() local 2342 ASSERT((dhdp->staid_allocator == NULL) && (dhdp->sta_pool == NULL)); in dhd_sta_pool_init() 2345 staid_allocator = id16_map_init(dhdp->osh, max_sta, 1); in dhd_sta_pool_init() 2346 if (staid_allocator == NULL) { in dhd_sta_pool_init() 2356 id16_map_fini(dhdp->osh, staid_allocator); in dhd_sta_pool_init() 2361 dhdp->staid_allocator = staid_allocator; in dhd_sta_pool_init() [all …]
|
| H A D | dhd.h | 881 void *staid_allocator; /* allocator of sta indexes */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux.c | 1098 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_free() 1143 id16_map_free(dhdp->staid_allocator, sta->idx); in dhd_sta_free() 1160 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_alloc() 1162 idx = id16_map_alloc(dhdp->staid_allocator); in dhd_sta_alloc() 1221 void * staid_allocator; in dhd_sta_pool_init() local 1224 ASSERT((dhdp->staid_allocator == NULL) && (dhdp->sta_pool == NULL)); in dhd_sta_pool_init() 1227 staid_allocator = id16_map_init(dhdp->osh, max_sta, 1); in dhd_sta_pool_init() 1228 if (staid_allocator == NULL) { in dhd_sta_pool_init() 1238 id16_map_fini(dhdp->osh, staid_allocator); in dhd_sta_pool_init() 1243 dhdp->staid_allocator = staid_allocator; in dhd_sta_pool_init() [all …]
|
| H A D | dhd.h | 1173 void *staid_allocator; /* allocator of sta indexes */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux.c | 1112 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_free() 1157 id16_map_free(dhdp->staid_allocator, sta->idx); in dhd_sta_free() 1174 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_alloc() 1176 idx = id16_map_alloc(dhdp->staid_allocator); in dhd_sta_alloc() 1235 void * staid_allocator; in dhd_sta_pool_init() local 1238 ASSERT((dhdp->staid_allocator == NULL) && (dhdp->sta_pool == NULL)); in dhd_sta_pool_init() 1241 staid_allocator = id16_map_init(dhdp->osh, max_sta, 1); in dhd_sta_pool_init() 1242 if (staid_allocator == NULL) { in dhd_sta_pool_init() 1252 id16_map_fini(dhdp->osh, staid_allocator); in dhd_sta_pool_init() 1257 dhdp->staid_allocator = staid_allocator; in dhd_sta_pool_init() [all …]
|
| H A D | dhd.h | 1175 void *staid_allocator; /* allocator of sta indexes */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux.c | 1098 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_free() 1143 id16_map_free(dhdp->staid_allocator, sta->idx); in dhd_sta_free() 1160 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_alloc() 1162 idx = id16_map_alloc(dhdp->staid_allocator); in dhd_sta_alloc() 1221 void * staid_allocator; in dhd_sta_pool_init() local 1224 ASSERT((dhdp->staid_allocator == NULL) && (dhdp->sta_pool == NULL)); in dhd_sta_pool_init() 1227 staid_allocator = id16_map_init(dhdp->osh, max_sta, 1); in dhd_sta_pool_init() 1228 if (staid_allocator == NULL) { in dhd_sta_pool_init() 1238 id16_map_fini(dhdp->osh, staid_allocator); in dhd_sta_pool_init() 1243 dhdp->staid_allocator = staid_allocator; in dhd_sta_pool_init() [all …]
|
| H A D | dhd.h | 1173 void *staid_allocator; /* allocator of sta indexes */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux.c | 1379 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_free() 1422 id16_map_free(dhdp->staid_allocator, sta->idx); in dhd_sta_free() 1439 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_alloc() 1441 idx = id16_map_alloc(dhdp->staid_allocator); in dhd_sta_alloc() 1487 void * staid_allocator; in dhd_sta_pool_init() local 1490 ASSERT((dhdp->staid_allocator == NULL) && (dhdp->sta_pool == NULL)); in dhd_sta_pool_init() 1493 staid_allocator = id16_map_init(dhdp->osh, max_sta, 1); in dhd_sta_pool_init() 1494 if (staid_allocator == NULL) { in dhd_sta_pool_init() 1504 id16_map_fini(dhdp->osh, staid_allocator); in dhd_sta_pool_init() 1509 dhdp->staid_allocator = staid_allocator; in dhd_sta_pool_init() [all …]
|
| H A D | dhd.h | 1499 void *staid_allocator; /* allocator of sta indexes */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux.c | 1388 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_free() 1431 id16_map_free(dhdp->staid_allocator, sta->idx); in dhd_sta_free() 1448 ASSERT((dhdp->staid_allocator != NULL) && (dhdp->sta_pool != NULL)); in dhd_sta_alloc() 1450 idx = id16_map_alloc(dhdp->staid_allocator); in dhd_sta_alloc() 1496 void * staid_allocator; in dhd_sta_pool_init() local 1499 ASSERT((dhdp->staid_allocator == NULL) && (dhdp->sta_pool == NULL)); in dhd_sta_pool_init() 1502 staid_allocator = id16_map_init(dhdp->osh, max_sta, 1); in dhd_sta_pool_init() 1503 if (staid_allocator == NULL) { in dhd_sta_pool_init() 1513 id16_map_fini(dhdp->osh, staid_allocator); in dhd_sta_pool_init() 1518 dhdp->staid_allocator = staid_allocator; in dhd_sta_pool_init() [all …]
|
| H A D | dhd.h | 1501 void *staid_allocator; /* allocator of sta indexes */ member
|