Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dhif_usb.c99 static int hif_usb_send_regout(struct hif_device_usb *hif_dev, in hif_usb_send_regout()
138 struct hif_device_usb *hif_dev; in hif_usb_mgmt_cb() local
181 static int hif_usb_send_mgmt(struct hif_device_usb *hif_dev, in hif_usb_send_mgmt()
222 static inline void ath9k_skb_queue_purge(struct hif_device_usb *hif_dev, in ath9k_skb_queue_purge()
232 static inline void ath9k_skb_queue_complete(struct hif_device_usb *hif_dev, in ath9k_skb_queue_complete()
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()
376 static int hif_usb_send_tx(struct hif_device_usb *hif_dev, struct sk_buff *skb) in hif_usb_send_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
[all …]
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
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
Dhtc_drv_init.c934 struct hif_device_usb *hif_dev; in ath9k_htc_probe_device() local
Dhtc_hst.h117 void *hif_dev; member