Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath9k/
Dhif_usb.c69 static int __hif_usb_tx(struct hif_device_usb *hif_dev);
88 ath9k_htc_txcompletion_cb(cmd->hif_dev->htc_handle, in hif_usb_regout_cb()
99 static int hif_usb_send_regout(struct hif_device_usb *hif_dev, in hif_usb_send_regout() argument
117 cmd->hif_dev = hif_dev; in hif_usb_send_regout()
119 usb_fill_int_urb(urb, hif_dev->udev, in hif_usb_send_regout()
120 usb_sndintpipe(hif_dev->udev, USB_REG_OUT_PIPE), in hif_usb_send_regout()
124 usb_anchor_urb(urb, &hif_dev->regout_submitted); in hif_usb_send_regout()
138 struct hif_device_usb *hif_dev; in hif_usb_mgmt_cb() local
142 if (!cmd || !cmd->skb || !cmd->hif_dev) in hif_usb_mgmt_cb()
145 hif_dev = cmd->hif_dev; in hif_usb_mgmt_cb()
[all …]
Dhtc.h330 #define __STAT_SAFE(hif_dev, expr) do { ((hif_dev)->htc_handle->drv_priv ? (expr) : 0); } while (0) argument
334 #define TX_STAT_INC(hif_dev, c) \ argument
335 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.tx_stats.c++)
336 #define TX_STAT_ADD(hif_dev, c, a) \ argument
337 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.tx_stats.c += a)
338 #define RX_STAT_INC(hif_dev, c) \ argument
339 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.skbrx_stats.c++)
340 #define RX_STAT_ADD(hif_dev, c, a) \ argument
341 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.skbrx_stats.c += a)
381 #define TX_STAT_INC(hif_dev, c) do { } while (0) argument
[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()
320 target->hif->stop(target->hif_dev); in htc_stop()
325 target->hif->start(target->hif_dev); in htc_start()
330 target->hif->sta_drain(target->hif_dev, idx); in htc_sta_drain()
507 target->hif_dev = hif_handle; in ath9k_htc_hw_alloc()
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()
991 ath9k_hif_usb_dealloc_urbs((struct hif_device_usb *)htc_handle->hif_dev); in ath9k_htc_disconnect_device()
Dhtc_hst.h117 void *hif_dev; member