Searched defs:hif_dev (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/net/wireless/ath/ath9k/ |
D | hif_usb.c | 101 static int hif_usb_send_regout(struct hif_device_usb *hif_dev, in hif_usb_send_regout() 140 struct hif_device_usb *hif_dev; in hif_usb_mgmt_cb() local 183 static int hif_usb_send_mgmt(struct hif_device_usb *hif_dev, in hif_usb_send_mgmt() 224 static inline void ath9k_skb_queue_purge(struct hif_device_usb *hif_dev, in ath9k_skb_queue_purge() 234 static inline void ath9k_skb_queue_complete(struct hif_device_usb *hif_dev, in ath9k_skb_queue_complete() 258 struct hif_device_usb *hif_dev; in hif_usb_tx_cb() local 310 static int __hif_usb_tx(struct hif_device_usb *hif_dev) in __hif_usb_tx() 378 static int hif_usb_send_tx(struct hif_device_usb *hif_dev, struct sk_buff *skb) in hif_usb_send_tx() 428 struct hif_device_usb *hif_dev = hif_handle; in hif_usb_start() local 440 struct hif_device_usb *hif_dev = hif_handle; in hif_usb_stop() local [all …]
|
D | hif_usb.h | 85 struct hif_device_usb *hif_dev; member 91 struct hif_device_usb *hif_dev; member 109 struct hif_device_usb *hif_dev; member
|
D | htc.h | 330 #define __STAT_SAFE(hif_dev, expr) ((hif_dev)->htc_handle->drv_priv ? (expr) : 0) argument 334 #define TX_STAT_INC(hif_dev, c) \ argument 336 #define TX_STAT_ADD(hif_dev, c, a) \ argument 338 #define RX_STAT_INC(hif_dev, c) \ argument 340 #define RX_STAT_ADD(hif_dev, c, a) \ argument 381 #define TX_STAT_INC(hif_dev, c) argument 382 #define TX_STAT_ADD(hif_dev, c, a) argument 383 #define RX_STAT_INC(hif_dev, c) argument 384 #define RX_STAT_ADD(hif_dev, c, a) argument
|
D | htc_drv_init.c | 934 struct hif_device_usb *hif_dev; in ath9k_htc_probe_device() local
|
D | htc_hst.h | 117 void *hif_dev; member
|