Searched refs:tx_buf_info (Results 1 – 6 of 6) sorted by relevance
252 struct nrf_wifi_hal_buf_map_info *tx_buf_info = NULL; in nrf_wifi_sys_hal_buf_map_tx() local259 tx_buf_info = &hal_dev_ctx->tx_buf_info[desc_id]; in nrf_wifi_sys_hal_buf_map_tx()261 if (tx_buf_info->mapped) { in nrf_wifi_sys_hal_buf_map_tx()267 tx_buf_info->virt_addr = buf; in nrf_wifi_sys_hal_buf_map_tx()307 tx_buf_info->phy_addr = nrf_wifi_bal_dma_map(hal_dev_ctx->bal_dev_ctx, in nrf_wifi_sys_hal_buf_map_tx()312 if (!tx_buf_info->phy_addr) { in nrf_wifi_sys_hal_buf_map_tx()317 tx_buf_info->buf_len = buf_len; in nrf_wifi_sys_hal_buf_map_tx()320 if (tx_buf_info->phy_addr) { in nrf_wifi_sys_hal_buf_map_tx()321 tx_buf_info->mapped = true; in nrf_wifi_sys_hal_buf_map_tx()324 return tx_buf_info->phy_addr; in nrf_wifi_sys_hal_buf_map_tx()[all …]
626 struct nrf_wifi_fmac_buf_map_info *tx_buf_info = NULL; in rawtx_cmd_prep_callbk_fn() local649 tx_buf_info = &sys_dev_ctx->tx_buf_info[desc_id]; in rawtx_cmd_prep_callbk_fn()650 if (tx_buf_info->mapped) { in rawtx_cmd_prep_callbk_fn()675 tx_buf_info->nwb = nwb; in rawtx_cmd_prep_callbk_fn()676 tx_buf_info->mapped = true; in rawtx_cmd_prep_callbk_fn()692 struct nrf_wifi_fmac_buf_map_info *tx_buf_info = NULL; in tx_cmd_prep_callbk_fn() local718 tx_buf_info = &sys_dev_ctx->tx_buf_info[desc_id]; in tx_cmd_prep_callbk_fn()720 if (tx_buf_info->mapped) { in tx_cmd_prep_callbk_fn()747 tx_buf_info->nwb = nwb; in tx_cmd_prep_callbk_fn()748 tx_buf_info->mapped = true; in tx_cmd_prep_callbk_fn()[all …]
63 sys_dev_ctx->tx_buf_info = nrf_wifi_osal_mem_zalloc(size); in nrf_wifi_sys_fmac_init_tx()65 if (!sys_dev_ctx->tx_buf_info) { in nrf_wifi_sys_fmac_init_tx()89 nrf_wifi_osal_mem_free(sys_dev_ctx->tx_buf_info); in nrf_wifi_sys_fmac_deinit_tx()
236 struct nrf_wifi_hal_buf_map_info *tx_buf_info; member
474 struct nrf_wifi_fmac_buf_map_info *tx_buf_info; member
708 nrf_wifi_osal_mem_free(hal_dev_ctx->tx_buf_info); in nrf_wifi_hal_dev_rem()709 hal_dev_ctx->tx_buf_info = NULL; in nrf_wifi_hal_dev_rem()