Home
last modified time | relevance | path

Searched defs:hif_dev (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/ath/ath9k/
A Dhif_usb.c138 struct hif_device_usb *hif_dev; in hif_usb_mgmt_cb() local
256 struct hif_device_usb *hif_dev; in hif_usb_tx_cb() local
308 static int __hif_usb_tx(struct hif_device_usb *hif_dev) in __hif_usb_tx()
426 struct hif_device_usb *hif_dev = hif_handle; in hif_usb_start() local
438 struct hif_device_usb *hif_dev = hif_handle; in hif_usb_stop() local
468 struct hif_device_usb *hif_dev = hif_handle; in hif_usb_send() local
503 struct hif_device_usb *hif_dev = hif_handle; in hif_usb_sta_drain() local
691 struct hif_device_usb *hif_dev = rx_buf->hif_dev; in ath9k_hif_usb_rx_cb() local
737 struct hif_device_usb *hif_dev = rx_buf->hif_dev; in ath9k_hif_usb_reg_in_cb() local
1243 struct hif_device_usb *hif_dev = context; in ath9k_hif_usb_firmware_cb() local
[all …]
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
335 #define TX_STAT_ADD(hif_dev, c, a) \ argument
337 #define RX_STAT_INC(hif_dev, c) \ argument
339 #define RX_STAT_ADD(hif_dev, c, a) \ argument
380 #define TX_STAT_INC(hif_dev, c) do { } while (0) argument
381 #define TX_STAT_ADD(hif_dev, c, a) do { } while (0) argument
382 #define RX_STAT_INC(hif_dev, c) do { } while (0) argument
383 #define RX_STAT_ADD(hif_dev, c, a) do { } while (0) argument
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
A Dhtc_drv_init.c934 struct hif_device_usb *hif_dev; in ath9k_htc_probe_device() local
A Dhtc_hst.h117 void *hif_dev; member

Completed in 46 milliseconds