Home
last modified time | relevance | path

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

/nrf_wifi-latest/hw_if/hal/inc/common/
Dhal_structs_common.h129 struct nrf_wifi_hal_buf_map_info { struct
234 struct nrf_wifi_hal_buf_map_info *rx_buf_info[MAX_NUM_OF_RX_QUEUES];
236 struct nrf_wifi_hal_buf_map_info *tx_buf_info;
/nrf_wifi-latest/hw_if/hal/src/system/
Dhal_api.c134 struct nrf_wifi_hal_buf_map_info *rx_buf_info = NULL; in nrf_wifi_sys_hal_buf_map_rx()
201 struct nrf_wifi_hal_buf_map_info *rx_buf_info = NULL; in nrf_wifi_sys_hal_buf_unmap_rx()
252 struct nrf_wifi_hal_buf_map_info *tx_buf_info = NULL; in nrf_wifi_sys_hal_buf_map_tx()
331 struct nrf_wifi_hal_buf_map_info *tx_buf_info = NULL; in nrf_wifi_sys_hal_buf_unmap_tx()
551 size = (num_rx_bufs * sizeof(struct nrf_wifi_hal_buf_map_info)); in nrf_wifi_sys_hal_dev_add()
564 sizeof(struct nrf_wifi_hal_buf_map_info)); in nrf_wifi_sys_hal_dev_add()