Searched refs:sys_head (Results 1 – 10 of 10) sorted by relevance
890 struct nrf_wifi_sys_head sys_head; member953 struct nrf_wifi_sys_head sys_head; member975 struct nrf_wifi_sys_head sys_head; member1114 struct nrf_wifi_sys_head sys_head; member1144 struct nrf_wifi_sys_head sys_head; member1157 struct nrf_wifi_sys_head sys_head; member1168 struct nrf_wifi_sys_head sys_head; member1181 struct nrf_wifi_sys_head sys_head; member1229 struct nrf_wifi_sys_head sys_head; member1242 struct nrf_wifi_sys_head sys_head; member[all …]
47 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_INIT; in umac_cmd_rt_init()48 umac_cmd_data->sys_head.len = len; 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()169 umac_cmd_data->sys_head.len = len; 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()205 umac_cmd_data->sys_head.len = len; in umac_cmd_rt_prog_init()241 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_TX; in umac_cmd_rt_prog_tx()242 umac_cmd_data->sys_head.len = len; in umac_cmd_rt_prog_tx()279 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_RX; in umac_cmd_rt_prog_rx()280 umac_cmd_data->sys_head.len = len; in umac_cmd_rt_prog_rx()[all …]
154 unsigned char *sys_head = NULL; in umac_event_rt_proc_events() local165 sys_head = (unsigned char *)rpu_msg->msg; in umac_event_rt_proc_events()167 switch (((struct nrf_wifi_sys_head *)sys_head)->cmd_event) { in umac_event_rt_proc_events()170 sys_head); in umac_event_rt_proc_events()182 sys_head); in umac_event_rt_proc_events()185 umac_status = ((struct nrf_wifi_umac_event_err_status *)sys_head); 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()101 umac_cmd_data->sys_head.len = len; in umac_cmd_deinit()132 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_SRCOEX; in umac_cmd_srcoex()133 umac_cmd_data->sys_head.len = len; in umac_cmd_srcoex()170 umac_cmd_data->sys_head.cmd_event = NRF_WIFI_CMD_RESET_STATISTICS; in umac_cmd_prog_stats_reset()171 umac_cmd_data->sys_head.len = len; 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()48 umac_cmd_data->sys_head.len = len; 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()168 umac_cmd_data->sys_head.len = len; 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()218 umac_cmd_data->sys_head.len = len; 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()262 umac_cmd_data->sys_head.len = len; in umac_cmd_off_raw_tx_ctrl()
57 unsigned char *sys_head = NULL; in umac_event_off_raw_tx_proc_events() local66 sys_head = (unsigned char *)rpu_msg->msg; in umac_event_off_raw_tx_proc_events()68 switch (((struct nrf_wifi_sys_head *)sys_head)->cmd_event) { in umac_event_off_raw_tx_proc_events()71 sys_head); in umac_event_off_raw_tx_proc_events()82 umac_status = ((struct nrf_wifi_umac_event_err_status *)sys_head); 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()54 umac_cmd_data->sys_head.len = len; 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()191 umac_cmd_data->sys_head.len = len; 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()228 umac_cmd_data->sys_head.len = len; in umac_cmd_sys_he_ltf_gi()
213 unsigned char *sys_head = NULL; in umac_event_sys_proc_events() local223 sys_head = (unsigned char *)rpu_msg->msg; in umac_event_sys_proc_events()225 switch (((struct nrf_wifi_sys_head *)sys_head)->cmd_event) { in umac_event_sys_proc_events()228 sys_head); in umac_event_sys_proc_events()241 (struct nrf_wifi_event_raw_tx_done *)sys_head); in umac_event_sys_proc_events()247 (struct nrf_wifi_event_raw_config_mode *)sys_head); in umac_event_sys_proc_events()254 channel_event = (struct nrf_wifi_event_set_channel *)sys_head; in umac_event_sys_proc_events()266 filter_event = (struct nrf_wifi_event_raw_config_filter *)sys_head; 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()3683 umac_cmd_data->sys_head.len = len; 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()3731 umac_cmd_data->sys_head.len = len; 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()3778 umac_cmd_data->sys_head.len = len; 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()3823 umac_cmd_data->sys_head.len = len; in nrf_wifi_sys_fmac_set_tx_rate()
802 config->sys_head.cmd_event = NRF_WIFI_CMD_RAW_TX_PKT; in rawtx_cmd_prepare()803 config->sys_head.len = sizeof(*config); in rawtx_cmd_prepare()