Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_utils.c70 static uint32_t g_allocatedIfMap = 0; variable
114 CLEAR_BIT(g_allocatedIfMap, data->netInterfaceId); in RenewNetDevice()
159 if (((g_allocatedIfMap >> i) & 0x1) != 0x1) { in AllocPlatformNetDevice()
165 HDF_LOGE("%s: not enough if!map=%u", __func__, g_allocatedIfMap); in AllocPlatformNetDevice()
188 SET_BIT(g_allocatedIfMap, id); in AllocPlatformNetDevice()
222 CLEAR_BIT(g_allocatedIfMap, id); in ReleasePlatformNetDevice()