Home
last modified time | relevance | path

Searched refs:wmi_event (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/net/wireless/ath/ath9k/
Dwmi.c138 void *wmi_event; in ath9k_wmi_event_tasklet() local
155 wmi_event = skb_pull(skb, sizeof(struct wmi_cmd_hdr)); in ath9k_wmi_event_tasklet()
159 swba = (struct wmi_event_swba *) wmi_event; in ath9k_wmi_event_tasklet()
174 ath9k_htc_txstatus(priv, wmi_event); in ath9k_wmi_event_tasklet()
Dhtc.h542 void ath9k_htc_txstatus(struct ath9k_htc_priv *priv, void *wmi_event);
Dhtc_drv_txrx.c629 void ath9k_htc_txstatus(struct ath9k_htc_priv *priv, void *wmi_event) in ath9k_htc_txstatus() argument
631 struct wmi_event_txstatus *txs = (struct wmi_event_txstatus *)wmi_event; in ath9k_htc_txstatus()