Home
last modified time | relevance | path

Searched refs:cmd_event (Results 1 – 10 of 10) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/src/radio_test/
Dfmac_cmd.c47 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_INIT; in umac_cmd_rt_init()
168 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_GET_STATS; in umac_cmd_rt_prog_stats_get()
204 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_RADIO_TEST_INIT; in umac_cmd_rt_prog_init()
241 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_TX; in umac_cmd_rt_prog_tx()
279 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_RX; in umac_cmd_rt_prog_rx()
318 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_RF_TEST; in umac_cmd_rt_prog_rf_test()
Dfmac_event.c167 switch (((struct nrf_wifi_sys_head *)sys_head)->cmd_event) { in umac_event_rt_proc_events()
193 ((struct nrf_wifi_sys_head *)sys_head)->cmd_event); in umac_event_rt_proc_events()
/nrf_wifi-latest/fw_if/umac_if/src/common/
Dfmac_cmd_common.c100 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_DEINIT; in umac_cmd_deinit()
132 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_SRCOEX; in umac_cmd_srcoex()
170 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_RESET_STATISTICS; in umac_cmd_prog_stats_reset()
/nrf_wifi-latest/fw_if/umac_if/src/offload_raw_tx/
Dfmac_cmd.c47 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_INIT; in umac_cmd_off_raw_tx_init()
167 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_GET_STATS; in umac_cmd_off_raw_tx_prog_stats_get()
217 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_OFFLOAD_RAW_TX_PARAMS; in umac_cmd_off_raw_tx_conf()
261 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_OFFLOAD_RAW_TX_CTRL; in umac_cmd_off_raw_tx_ctrl()
Dfmac_event.c68 switch (((struct nrf_wifi_sys_head *)sys_head)->cmd_event) { in umac_event_off_raw_tx_proc_events()
90 ((struct nrf_wifi_sys_head *)sys_head)->cmd_event); in umac_event_off_raw_tx_proc_events()
/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_cmd.c53 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_INIT; in umac_cmd_sys_init()
190 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_GET_STATS; in umac_cmd_sys_prog_stats_get()
227 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_HE_GI_LTF_CONFIG; in umac_cmd_sys_he_ltf_gi()
Dfmac_event.c225 switch (((struct nrf_wifi_sys_head *)sys_head)->cmd_event) { in umac_event_sys_proc_events()
277 ((struct nrf_wifi_sys_head *)sys_head)->cmd_event); in umac_event_sys_proc_events()
Dfmac_api.c3682 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_RAW_CONFIG_MODE; in nrf_wifi_sys_fmac_set_mode()
3730 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_CHANNEL; in nrf_wifi_sys_fmac_set_channel()
3777 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_RAW_CONFIG_FILTER; in nrf_wifi_sys_fmac_set_packet_filter()
3822 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_TX_FIX_DATA_RATE; in nrf_wifi_sys_fmac_set_tx_rate()
Dtx.c802 config->sys_head.cmd_event = NRF_WIFI_CMD_RAW_TX_PKT; in rawtx_cmd_prepare()
/nrf_wifi-latest/fw_if/umac_if/inc/fw/
Dhost_rpu_sys_if.h677 unsigned int cmd_event; member