Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_api.c63 sys_dev_ctx->tx_buf_info = nrf_wifi_osal_mem_zalloc(size); in nrf_wifi_sys_fmac_init_tx()
109 sys_dev_ctx->rx_buf_info = nrf_wifi_osal_mem_zalloc(size); in nrf_wifi_sys_fmac_init_rx()
341 fmac_dev_ctx = nrf_wifi_osal_mem_zalloc(sizeof(*fmac_dev_ctx) + sizeof(*sys_fmac_dev_ctx)); in nrf_wifi_sys_fmac_dev_add()
532 fpriv = nrf_wifi_osal_mem_zalloc(sizeof(*fpriv) + sizeof(*sys_fpriv)); in nrf_wifi_sys_fmac_init()
635 scan_cmd = nrf_wifi_osal_mem_zalloc((sizeof(*scan_cmd) + channel_info_len)); in nrf_wifi_sys_fmac_scan()
680 scan_abort_cmd = nrf_wifi_osal_mem_zalloc(sizeof(*scan_abort_cmd)); in nrf_wifi_sys_fmac_abort_scan()
723 scan_res_cmd = nrf_wifi_osal_mem_zalloc(sizeof(*scan_res_cmd)); in nrf_wifi_sys_fmac_scan_res_get()
769 auth_cmd = nrf_wifi_osal_mem_zalloc(sizeof(*auth_cmd)); in nrf_wifi_sys_fmac_auth()
833 deauth_cmd = nrf_wifi_osal_mem_zalloc(sizeof(*deauth_cmd)); in nrf_wifi_sys_fmac_deauth()
893 assoc_cmd = nrf_wifi_osal_mem_zalloc(sizeof(*assoc_cmd)); in nrf_wifi_sys_fmac_assoc()
[all …]
Dfmac_event.c319 struct nrf_wifi_rx_buff *config = nrf_wifi_osal_mem_zalloc( in nrf_wifi_fmac_data_event_process()
347 struct nrf_wifi_tx_buff_done *config = nrf_wifi_osal_mem_zalloc( in nrf_wifi_fmac_data_event_process()
Dtx.c1609 nrf_wifi_osal_mem_zalloc((sizeof(unsigned int) * in tx_init()
1636 sys_dev_ctx->tx_config.pkt_info_p = nrf_wifi_osal_mem_zalloc((sizeof(struct tx_pkt_info) * in tx_init()
1660 nrf_wifi_osal_mem_zalloc((sizeof(unsigned long) * in tx_init()
/nrf_wifi-latest/bus_if/bus/spi/src/
Dspi.c42 spi_dev_ctx = nrf_wifi_osal_mem_zalloc(sizeof(*spi_dev_ctx)); in nrf_wifi_bus_spi_dev_add()
138 spi_priv = nrf_wifi_osal_mem_zalloc(sizeof(*spi_priv)); in nrf_wifi_bus_spi_init()
/nrf_wifi-latest/bus_if/bus/qspi/src/
Dqspi.c41 qspi_dev_ctx = nrf_wifi_osal_mem_zalloc(sizeof(*qspi_dev_ctx)); in nrf_wifi_bus_qspi_dev_add()
139 qspi_priv = nrf_wifi_osal_mem_zalloc(sizeof(*qspi_priv)); in nrf_wifi_bus_qspi_init()
/nrf_wifi-latest/bus_if/bal/src/
Dbal.c56 bal_dev_ctx = nrf_wifi_osal_mem_zalloc(sizeof(*bal_dev_ctx)); in nrf_wifi_bal_dev_add()
139 bpriv = nrf_wifi_osal_mem_zalloc(sizeof(*bpriv)); in nrf_wifi_bal_init()
/nrf_wifi-latest/
Dnrf_wifi_osal_module.c45 EXPORT_SYMBOL_GPL(nrf_wifi_osal_mem_zalloc);
/nrf_wifi-latest/hw_if/hal/src/system/
Dhal_api.c441 hal_dev_ctx = nrf_wifi_osal_mem_zalloc(sizeof(*hal_dev_ctx)); in nrf_wifi_sys_hal_dev_add()
553 hal_dev_ctx->rx_buf_info[i] = nrf_wifi_osal_mem_zalloc(size); in nrf_wifi_sys_hal_dev_add()
566 hal_dev_ctx->tx_buf_info = nrf_wifi_osal_mem_zalloc(size); in nrf_wifi_sys_hal_dev_add()
/nrf_wifi-latest/bus_if/bus/pcie/src/
Dpcie.c40 pcie_dev_ctx = nrf_wifi_osal_mem_zalloc( in nrf_wifi_bus_pcie_dev_add()
173 pcie_priv = nrf_wifi_osal_mem_zalloc( in nrf_wifi_bus_pcie_init()
/nrf_wifi-latest/fw_if/umac_if/src/common/
Dfmac_cmd_common.c23 umac_cmd = nrf_wifi_osal_mem_zalloc(sizeof(*umac_cmd) + len); in umac_cmd_alloc()
Dfmac_api_common.c463 get_reg_cmd = nrf_wifi_osal_mem_zalloc(sizeof(*get_reg_cmd)); in nrf_wifi_fmac_get_reg()
589 set_reg_cmd = nrf_wifi_osal_mem_zalloc(sizeof(*set_reg_cmd)); in nrf_wifi_fmac_set_reg()
/nrf_wifi-latest/hw_if/hal/src/common/
Dhal_interrupt.c261 hal_dev_ctx->event_data = nrf_wifi_osal_mem_zalloc(rpu_msg_len); in hal_rpu_event_get()
394 event = nrf_wifi_osal_mem_zalloc(sizeof(*event) + hal_dev_ctx->event_data_len); in hal_rpu_event_get()
Dhal_api_common.c514 hal_msg = nrf_wifi_osal_mem_zalloc(sizeof(*hal_msg) + size); in hal_rpu_cmd_queue()
542 hal_msg = nrf_wifi_osal_mem_zalloc(sizeof(*hal_msg) + len); in hal_rpu_cmd_queue()
1014 hpriv = nrf_wifi_osal_mem_zalloc(sizeof(*hpriv)); in nrf_wifi_hal_init()
/nrf_wifi-latest/hw_if/hal/src/offload_raw_tx/
Dhal_api.c99 hal_dev_ctx = nrf_wifi_osal_mem_zalloc(sizeof(*hal_dev_ctx)); in nrf_wifi_off_raw_tx_hal_dev_add()
/nrf_wifi-latest/hw_if/hal/src/radio_test/
Dhal_api.c98 hal_dev_ctx = nrf_wifi_osal_mem_zalloc(sizeof(*hal_dev_ctx)); in nrf_wifi_rt_hal_dev_add()
/nrf_wifi-latest/os_if/inc/
Dosal_api.h63 void *nrf_wifi_osal_mem_zalloc(size_t size);
/nrf_wifi-latest/fw_if/umac_if/src/radio_test/
Dfmac_event.c251 fmac_dev_ctx->reg_change = nrf_wifi_osal_mem_zalloc(sizeof(*reg_change_event)); in umac_event_ctrl_process()
Dfmac_api.c107 fmac_dev_ctx = nrf_wifi_osal_mem_zalloc(sizeof(*fmac_dev_ctx) + sizeof(*rt_fmac_dev_ctx)); in nrf_wifi_rt_fmac_dev_add()
240 fpriv = nrf_wifi_osal_mem_zalloc(sizeof(*fpriv)); in nrf_wifi_rt_fmac_init()
/nrf_wifi-latest/fw_if/umac_if/src/offload_raw_tx/
Dfmac_api.c91 fpriv = nrf_wifi_osal_mem_zalloc(sizeof(*fpriv)); in nrf_wifi_off_raw_tx_fmac_init()
138 fmac_dev_ctx = nrf_wifi_osal_mem_zalloc(sizeof(*fmac_dev_ctx) + sizeof(*off_raw_tx_fmac_dev_ctx)); in nrf_wifi_off_raw_tx_fmac_dev_add()
/nrf_wifi-latest/os_if/src/
Dosal.c34 void *nrf_wifi_osal_mem_zalloc(size_t size) in nrf_wifi_osal_mem_zalloc() function