Home
last modified time | relevance | path

Searched refs:hif_dev (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc.h329 #define __STAT_SAFE(hif_dev, expr) do { ((hif_dev)->htc_handle->drv_priv ? (expr) : 0); } while (0) argument
333 #define TX_STAT_INC(hif_dev, c) \ argument
334 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.tx_stats.c++)
335 #define TX_STAT_ADD(hif_dev, c, a) \ argument
336 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.tx_stats.c += a)
337 #define RX_STAT_INC(hif_dev, c) \ argument
338 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.skbrx_stats.c++)
339 #define RX_STAT_ADD(hif_dev, c, a) \ argument
340 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.skbrx_stats.c += a)
380 #define TX_STAT_INC(hif_dev, c) do { } while (0) argument
[all …]
H A Dhif_usb.h85 struct hif_device_usb *hif_dev; member
91 struct hif_device_usb *hif_dev; member
109 struct hif_device_usb *hif_dev; member
141 void ath9k_hif_usb_dealloc_urbs(struct hif_device_usb *hif_dev);
H A Dhtc_drv_init.c934 struct hif_device_usb *hif_dev; in ath9k_htc_probe_device() local
977 hif_dev = htc_handle->hif_dev; in ath9k_htc_probe_device()
978 ath9k_hif_usb_dealloc_urbs(hif_dev); in ath9k_htc_probe_device()
995 ath9k_hif_usb_dealloc_urbs(htc_handle->hif_dev); in ath9k_htc_disconnect_device()
H A Dhtc_hst.h117 void *hif_dev; member