Searched refs:hdr (Results 1 – 6 of 6) sorted by relevance
110 struct nrf_wifi_fmac_ieee80211_hdr *hdr, in nrf_wifi_convert_to_eth() argument123 switch (hdr->fc & (NRF_WIFI_FCTL_TODS | NRF_WIFI_FCTL_FROMDS)) { in nrf_wifi_convert_to_eth()126 hdr->addr_4, in nrf_wifi_convert_to_eth()130 hdr->addr_1, in nrf_wifi_convert_to_eth()135 hdr->addr_3, in nrf_wifi_convert_to_eth()138 hdr->addr_1, in nrf_wifi_convert_to_eth()143 hdr->addr_2, in nrf_wifi_convert_to_eth()146 hdr->addr_3, in nrf_wifi_convert_to_eth()152 hdr->addr_2, in nrf_wifi_convert_to_eth()155 hdr->addr_1, in nrf_wifi_convert_to_eth()[all …]
421 host_rpu_length_left = rpu_msg->hdr.len - sizeof(struct host_rpu_msg); in nrf_wifi_fmac_data_events_process()921 umac_msg_len = rpu_msg->hdr.len; in nrf_wifi_sys_fmac_event_callback()942 rpu_msg->hdr.len); in nrf_wifi_sys_fmac_event_callback()
178 umac_msg_len = rpu_msg->hdr.len; in nrf_wifi_off_raw_tx_fmac_event_callback()195 rpu_msg->hdr.len); in nrf_wifi_off_raw_tx_fmac_event_callback()
65 struct host_rpu_msg_hdr hdr; member
295 umac_msg_len = rpu_msg->hdr.len; in nrf_wifi_rt_fmac_event_callback()312 rpu_msg->hdr.len); in nrf_wifi_rt_fmac_event_callback()
32 umac_cmd->hdr.len = sizeof(*umac_cmd) + len; in umac_cmd_alloc()