Home
last modified time | relevance | path

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

/nrf_wifi-latest/hw_if/hal/inc/system/
Dhal_api.h74 unsigned int buf_id);
91 unsigned int buf_id);
/nrf_wifi-latest/hw_if/hal/src/system/
Dhal_api.c132 unsigned int buf_id) in nrf_wifi_sys_hal_buf_map_rx() argument
145 rx_buf_info = &hal_dev_ctx->rx_buf_info[pool_id][buf_id]; in nrf_wifi_sys_hal_buf_map_rx()
165 (buf_id * buf_len); in nrf_wifi_sys_hal_buf_map_rx()
199 unsigned int buf_id) in nrf_wifi_sys_hal_buf_unmap_rx() argument
206 rx_buf_info = &hal_dev_ctx->rx_buf_info[pool_id][buf_id]; in nrf_wifi_sys_hal_buf_unmap_rx()
/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_rx.h28 unsigned int buf_id; member
/nrf_wifi-latest/fw_if/umac_if/src/system/
Drx.c35 pool_info->buf_id = (desc_id - sys_fpriv->rx_desc[pool_id]); in nrf_wifi_fmac_map_desc_to_pool()
226 pool_info.buf_id); in nrf_wifi_fmac_rx_cmd_send()
265 pool_info.buf_id); in nrf_wifi_fmac_rx_cmd_send()
394 pool_info.buf_id); in nrf_wifi_fmac_rx_event_process()