Searched refs:event_body (Results 1 – 8 of 8) sorted by relevance
/drivers/net/wireless/mwifiex/ |
D | uap_event.c | 122 (adapter->event_body + MWIFIEX_UAP_EVENT_EXTRA_HEADER); in mwifiex_process_uap_event() 168 deauth_mac = adapter->event_body + in mwifiex_process_uap_event() 193 memcpy(priv->netdev->dev_addr, adapter->event_body + 2, in mwifiex_process_uap_event() 205 ctrl = le16_to_cpu(*(__le16 *)adapter->event_body); in mwifiex_process_uap_event() 222 adapter->event_body, false); in mwifiex_process_uap_event() 227 mwifiex_11n_delete_ba_stream(priv, adapter->event_body); in mwifiex_process_uap_event() 232 ba_timeout = (void *)adapter->event_body; in mwifiex_process_uap_event() 244 mwifiex_parse_tx_status_event(priv, adapter->event_body); in mwifiex_process_uap_event()
|
D | sta_event.c | 570 le16_to_cpu(*(__le16 *)adapter->event_body); in mwifiex_process_sta_event() 585 le16_to_cpu(*(__le16 *)adapter->event_body); in mwifiex_process_sta_event() 595 le16_to_cpu(*(__le16 *)adapter->event_body); in mwifiex_process_sta_event() 765 adapter->event_body, false); in mwifiex_process_sta_event() 769 mwifiex_11n_delete_ba_stream(priv, adapter->event_body); in mwifiex_process_sta_event() 776 adapter->event_body); in mwifiex_process_sta_event() 779 ctrl = le16_to_cpu(*(__le16 *)adapter->event_body); in mwifiex_process_sta_event() 841 mwifiex_parse_tx_status_event(priv, adapter->event_body); in mwifiex_process_sta_event()
|
D | txrx.c | 337 void *event_body) in mwifiex_parse_tx_status_event() argument 339 struct tx_status_event *tx_status = (void *)priv->adapter->event_body; in mwifiex_parse_tx_status_event()
|
D | init.c | 264 memset(adapter->event_body, 0, sizeof(adapter->event_body)); in mwifiex_init_adapter()
|
D | main.h | 948 u8 event_body[MAX_EVENT_SIZE]; member 1539 void *event_body);
|
D | usb.c | 126 memcpy(adapter->event_body, skb->data + in mwifiex_usb_recv()
|
D | sdio.c | 1213 memcpy(adapter->event_body, in mwifiex_decode_rx_packet()
|
D | pcie.c | 1782 memcpy(adapter->event_body, skb_cmd->data + in mwifiex_pcie_process_event_ready()
|