Searched refs:cmd_event (Results 1 – 10 of 10) sorted by relevance
47 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()
167 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()
100 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()
47 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()
68 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()
53 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()
225 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()
3682 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()
802 config->sys_head.cmd_event = NRF_WIFI_CMD_RAW_TX_PKT; in rawtx_cmd_prepare()
677 unsigned int cmd_event; member