Searched refs:pcie_dev_ctx (Results 1 – 1 of 1) sorted by relevance
35 struct nrf_wifi_bus_pcie_dev_ctx *pcie_dev_ctx = NULL; in nrf_wifi_bus_pcie_dev_add() local40 pcie_dev_ctx = nrf_wifi_osal_mem_zalloc( in nrf_wifi_bus_pcie_dev_add()41 sizeof(*pcie_dev_ctx)); in nrf_wifi_bus_pcie_dev_add()43 if (!pcie_dev_ctx) in nrf_wifi_bus_pcie_dev_add()50 pcie_dev_ctx->pcie_priv = pcie_priv; in nrf_wifi_bus_pcie_dev_add()51 pcie_dev_ctx->bal_dev_ctx = bal_dev_ctx; in nrf_wifi_bus_pcie_dev_add()53 pcie_dev_ctx->os_pcie_dev_ctx = nrf_wifi_osal_bus_pcie_dev_add( in nrf_wifi_bus_pcie_dev_add()55 pcie_dev_ctx); in nrf_wifi_bus_pcie_dev_add()57 if (!pcie_dev_ctx->os_pcie_dev_ctx) in nrf_wifi_bus_pcie_dev_add()63 pcie_dev_ctx); in nrf_wifi_bus_pcie_dev_add()[all …]