Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dtx.c290 if (!(sys_dev_ctx->tx_config.buf_pool_bmp_p[pool_id] & (1 << bit))) { in tx_desc_free()
294 sys_dev_ctx->tx_config.buf_pool_bmp_p[pool_id] &= (~(1 << bit)); in tx_desc_free()
329 if ((((sys_dev_ctx->tx_config.buf_pool_bmp_p[pool_id] >> in tx_desc_get()
333 sys_dev_ctx->tx_config.buf_pool_bmp_p[pool_id] |= in tx_desc_get()
351 if ((sys_dev_ctx->tx_config.buf_pool_bmp_p[pool_id] >> curr_bit) & 1) { in tx_desc_get()
354 sys_dev_ctx->tx_config.buf_pool_bmp_p[pool_id] |= in tx_desc_get()
1659 sys_dev_ctx->tx_config.buf_pool_bmp_p = in tx_init()
1663 if (!sys_dev_ctx->tx_config.buf_pool_bmp_p) { in tx_init()
1669 nrf_wifi_osal_mem_set(sys_dev_ctx->tx_config.buf_pool_bmp_p, in tx_init()
1725 nrf_wifi_osal_mem_free(sys_dev_ctx->tx_config.buf_pool_bmp_p); in tx_init()
[all …]
/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_structs.h337 unsigned long *buf_pool_bmp_p; member