Home
last modified time | relevance | path

Searched refs:hdr (Results 1 – 6 of 6) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/src/system/
Drx.c110 struct nrf_wifi_fmac_ieee80211_hdr *hdr, in nrf_wifi_convert_to_eth() argument
123 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 …]
Dfmac_event.c421 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()
/nrf_wifi-latest/fw_if/umac_if/src/offload_raw_tx/
Dfmac_event.c178 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()
/nrf_wifi-latest/fw_if/umac_if/inc/fw/
Dhost_rpu_common_if.h65 struct host_rpu_msg_hdr hdr; member
/nrf_wifi-latest/fw_if/umac_if/src/radio_test/
Dfmac_event.c295 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()
/nrf_wifi-latest/fw_if/umac_if/src/common/
Dfmac_cmd_common.c32 umac_cmd->hdr.len = sizeof(*umac_cmd) + len; in umac_cmd_alloc()