Home
last modified time | relevance | path

Searched refs:event_body (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/net/wireless/marvell/mwifiex/
Duap_event.c125 (adapter->event_body + MWIFIEX_UAP_EVENT_EXTRA_HEADER); in mwifiex_process_uap_event()
175 deauth_mac = adapter->event_body + in mwifiex_process_uap_event()
200 eth_hw_addr_set(priv->netdev, adapter->event_body + 2); in mwifiex_process_uap_event()
211 ctrl = get_unaligned_le16(adapter->event_body); in mwifiex_process_uap_event()
228 adapter->event_body, false); in mwifiex_process_uap_event()
233 mwifiex_11n_delete_ba_stream(priv, adapter->event_body); in mwifiex_process_uap_event()
238 ba_timeout = (void *)adapter->event_body; in mwifiex_process_uap_event()
250 mwifiex_parse_tx_status_event(priv, adapter->event_body); in mwifiex_process_uap_event()
317 mwifiex_11n_rxba_sync_event(priv, adapter->event_body, in mwifiex_process_uap_event()
Dsta_event.c600 (void *)adapter->event_body; in mwifiex_fw_dump_info_event()
735 get_unaligned_le16(adapter->event_body); in mwifiex_process_sta_event()
750 get_unaligned_le16(adapter->event_body); in mwifiex_process_sta_event()
760 get_unaligned_le16(adapter->event_body); in mwifiex_process_sta_event()
938 ether_addr_copy(ibss_sta_addr, adapter->event_body + 2); in mwifiex_process_sta_event()
958 ether_addr_copy(ibss_sta_addr, adapter->event_body + 2); in mwifiex_process_sta_event()
974 adapter->event_body, false); in mwifiex_process_sta_event()
978 mwifiex_11n_delete_ba_stream(priv, adapter->event_body); in mwifiex_process_sta_event()
985 adapter->event_body); in mwifiex_process_sta_event()
988 ctrl = get_unaligned_le16(adapter->event_body); in mwifiex_process_sta_event()
[all …]
Dtxrx.c333 void *event_body) in mwifiex_parse_tx_status_event() argument
335 struct tx_status_event *tx_status = (void *)priv->adapter->event_body; in mwifiex_parse_tx_status_event()
Dinit.c278 memset(adapter->event_body, 0, sizeof(adapter->event_body)); in mwifiex_init_adapter()
Dmain.h993 u8 event_body[MAX_EVENT_SIZE]; member
1664 void *event_body);
Dusb.c124 memcpy(adapter->event_body, skb->data + in mwifiex_usb_recv()
Dsdio.c1680 memcpy(adapter->event_body, in mwifiex_decode_rx_packet()
Dpcie.c2092 memcpy(adapter->event_body, skb_cmd->data + in mwifiex_pcie_process_event_ready()