/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | uap_event.c | 125 (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 memcpy(priv->netdev->dev_addr, adapter->event_body + 2, in mwifiex_process_uap_event() 212 ctrl = get_unaligned_le16(adapter->event_body); in mwifiex_process_uap_event() 229 adapter->event_body, false); in mwifiex_process_uap_event() 234 mwifiex_11n_delete_ba_stream(priv, adapter->event_body); in mwifiex_process_uap_event() 239 ba_timeout = (void *)adapter->event_body; in mwifiex_process_uap_event() 251 mwifiex_parse_tx_status_event(priv, adapter->event_body); in mwifiex_process_uap_event() 318 mwifiex_11n_rxba_sync_event(priv, adapter->event_body, in mwifiex_process_uap_event()
|
H A D | sta_event.c | 599 (void *)adapter->event_body; in mwifiex_fw_dump_info_event() 734 get_unaligned_le16(adapter->event_body); in mwifiex_process_sta_event() 749 get_unaligned_le16(adapter->event_body); in mwifiex_process_sta_event() 759 get_unaligned_le16(adapter->event_body); in mwifiex_process_sta_event() 937 ether_addr_copy(ibss_sta_addr, adapter->event_body + 2); in mwifiex_process_sta_event() 957 ether_addr_copy(ibss_sta_addr, adapter->event_body + 2); in mwifiex_process_sta_event() 973 adapter->event_body, false); in mwifiex_process_sta_event() 977 mwifiex_11n_delete_ba_stream(priv, adapter->event_body); in mwifiex_process_sta_event() 984 adapter->event_body); in mwifiex_process_sta_event() 987 ctrl = get_unaligned_le16(adapter->event_body); in mwifiex_process_sta_event() [all...] |
H A D | txrx.c | 333 void *event_body) in mwifiex_parse_tx_status_event() 335 struct tx_status_event *tx_status = (void *)priv->adapter->event_body; in mwifiex_parse_tx_status_event() 332 mwifiex_parse_tx_status_event(struct mwifiex_private *priv, void *event_body) mwifiex_parse_tx_status_event() argument
|
H A D | init.c | 278 memset(adapter->event_body, 0, sizeof(adapter->event_body)); in mwifiex_init_adapter()
|
H A D | main.h | 991 u8 event_body[MAX_EVENT_SIZE]; member 1662 void *event_body);
|
H A D | usb.c | 124 memcpy(adapter->event_body, skb->data + in mwifiex_usb_recv()
|
H A D | pcie.c | 2091 memcpy(adapter->event_body, skb_cmd->data + in mwifiex_pcie_process_event_ready()
|
H A D | sdio.c | 1673 memcpy(adapter->event_body, in mwifiex_decode_rx_packet()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | uap_event.c | 113 (adapter->event_body + MWIFIEX_UAP_EVENT_EXTRA_HEADER); in mwifiex_process_uap_event() 163 deauth_mac = adapter->event_body + in mwifiex_process_uap_event() 188 eth_hw_addr_set(priv->netdev, adapter->event_body + 2); in mwifiex_process_uap_event() 199 ctrl = get_unaligned_le16(adapter->event_body); in mwifiex_process_uap_event() 216 adapter->event_body, false); in mwifiex_process_uap_event() 221 mwifiex_11n_delete_ba_stream(priv, adapter->event_body); in mwifiex_process_uap_event() 226 ba_timeout = (void *)adapter->event_body; in mwifiex_process_uap_event() 238 mwifiex_parse_tx_status_event(priv, adapter->event_body); in mwifiex_process_uap_event() 305 mwifiex_11n_rxba_sync_event(priv, adapter->event_body, in mwifiex_process_uap_event()
|
H A D | sta_event.c | 588 (void *)adapter->event_body; in mwifiex_fw_dump_info_event() 723 get_unaligned_le16(adapter->event_body); in mwifiex_process_sta_event() 738 get_unaligned_le16(adapter->event_body); in mwifiex_process_sta_event() 748 get_unaligned_le16(adapter->event_body); in mwifiex_process_sta_event() 926 ether_addr_copy(ibss_sta_addr, adapter->event_body + 2); in mwifiex_process_sta_event() 946 ether_addr_copy(ibss_sta_addr, adapter->event_body + 2); in mwifiex_process_sta_event() 962 adapter->event_body, false); in mwifiex_process_sta_event() 966 mwifiex_11n_delete_ba_stream(priv, adapter->event_body); in mwifiex_process_sta_event() 973 adapter->event_body); in mwifiex_process_sta_event() 976 ctrl = get_unaligned_le16(adapter->event_body); in mwifiex_process_sta_event() [all...] |
H A D | txrx.c | 329 void *event_body) in mwifiex_parse_tx_status_event() 331 struct tx_status_event *tx_status = (void *)priv->adapter->event_body; in mwifiex_parse_tx_status_event() 328 mwifiex_parse_tx_status_event(struct mwifiex_private *priv, void *event_body) mwifiex_parse_tx_status_event() argument
|
H A D | init.c | 267 memset(adapter->event_body, 0, sizeof(adapter->event_body)); in mwifiex_init_adapter()
|
H A D | main.h | 969 u8 event_body[MAX_EVENT_SIZE]; member 1642 void *event_body);
|
H A D | usb.c | 112 memcpy(adapter->event_body, skb->data + in mwifiex_usb_recv()
|
H A D | pcie.c | 2089 memcpy(adapter->event_body, skb_cmd->data + in mwifiex_pcie_process_event_ready()
|
H A D | sdio.c | 1708 memcpy(adapter->event_body, in mwifiex_decode_rx_packet()
|