Home
last modified time | relevance | path

Searched refs:os_dev_ctx (Results 1 – 7 of 7) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/inc/offload_raw_tx/
Dfmac_api.h51 void *os_dev_ctx);
/nrf_wifi-latest/fw_if/umac_if/inc/common/
Dfmac_structs_common.h158 void *os_dev_ctx; member
/nrf_wifi-latest/fw_if/umac_if/inc/radio_test/
Dfmac_api.h220 void *os_dev_ctx);
/nrf_wifi-latest/fw_if/umac_if/src/offload_raw_tx/
Dfmac_api.c123 void *os_dev_ctx) in nrf_wifi_off_raw_tx_fmac_dev_add() argument
128 if (!fpriv || !os_dev_ctx) { in nrf_wifi_off_raw_tx_fmac_dev_add()
147 fmac_dev_ctx->os_dev_ctx = os_dev_ctx; in nrf_wifi_off_raw_tx_fmac_dev_add()
/nrf_wifi-latest/fw_if/umac_if/src/radio_test/
Dfmac_api.c91 void *os_dev_ctx) in nrf_wifi_rt_fmac_dev_add() argument
97 if (!fpriv || !os_dev_ctx) { in nrf_wifi_rt_fmac_dev_add()
116 fmac_dev_ctx->os_dev_ctx = os_dev_ctx; in nrf_wifi_rt_fmac_dev_add()
/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_api.h887 void *os_dev_ctx);
/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_api.c323 void *os_dev_ctx) in nrf_wifi_sys_fmac_dev_add() argument
331 if (!fpriv || !os_dev_ctx) { in nrf_wifi_sys_fmac_dev_add()
350 fmac_dev_ctx->os_dev_ctx = os_dev_ctx; in nrf_wifi_sys_fmac_dev_add()