Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dhif_usb.c71 static int __hif_usb_tx(struct hif_device_usb *hif_dev);
90 ath9k_htc_txcompletion_cb(cmd->hif_dev->htc_handle, in hif_usb_regout_cb()
101 static int hif_usb_send_regout(struct hif_device_usb *hif_dev, in hif_usb_send_regout() argument
119 cmd->hif_dev = hif_dev; in hif_usb_send_regout()
121 usb_fill_int_urb(urb, hif_dev->udev, in hif_usb_send_regout()
122 usb_sndintpipe(hif_dev->udev, USB_REG_OUT_PIPE), in hif_usb_send_regout()
126 usb_anchor_urb(urb, &hif_dev->regout_submitted); in hif_usb_send_regout()
140 struct hif_device_usb *hif_dev; in hif_usb_mgmt_cb() local
144 if (!cmd || !cmd->skb || !cmd->hif_dev) in hif_usb_mgmt_cb()
147 hif_dev = cmd->hif_dev; in hif_usb_mgmt_cb()
[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
141 void ath9k_hif_usb_dealloc_urbs(struct hif_device_usb *hif_dev);
Dhtc_hst.c35 status = target->hif->send(target->hif_dev, endpoint->ul_pipeid, skb); in htc_issue_send()
314 target->hif->stop(target->hif_dev); in htc_stop()
319 target->hif->start(target->hif_dev); in htc_start()
324 target->hif->sta_drain(target->hif_dev, idx); in htc_sta_drain()
499 target->hif_dev = hif_handle; in ath9k_htc_hw_alloc()
Dhtc.h330 #define __STAT_SAFE(expr) (hif_dev->htc_handle->drv_priv ? (expr) : 0)
331 #define TX_STAT_INC(c) __STAT_SAFE(hif_dev->htc_handle->drv_priv->debug.tx_stats.c++)
332 #define TX_STAT_ADD(c, a) __STAT_SAFE(hif_dev->htc_handle->drv_priv->debug.tx_stats.c += a)
333 #define RX_STAT_INC(c) __STAT_SAFE(hif_dev->htc_handle->drv_priv->debug.skbrx_stats.c++)
334 #define RX_STAT_ADD(c, a) __STAT_SAFE(hif_dev->htc_handle->drv_priv->debug.skbrx_stats.c += a)
Dhtc_drv_init.c934 struct hif_device_usb *hif_dev; in ath9k_htc_probe_device() local
973 hif_dev = (struct hif_device_usb *)htc_handle->hif_dev; in ath9k_htc_probe_device()
974 ath9k_hif_usb_dealloc_urbs(hif_dev); in ath9k_htc_probe_device()
Dhtc_hst.h117 void *hif_dev; member