Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dhif_usb.c119 cmd->hif_dev = hif_dev; in hif_usb_send_regout()
147 hif_dev = cmd->hif_dev; in hif_usb_mgmt_cb()
202 cmd->hif_dev = hif_dev; in hif_usb_send_mgmt()
264 hif_dev = tx_buf->hif_dev; in hif_usb_tx_cb()
675 struct hif_device_usb *hif_dev = rx_buf->hif_dev; in ath9k_hif_usb_rx_cb() local
722 struct hif_device_usb *hif_dev = rx_buf->hif_dev; in ath9k_hif_usb_reg_in_cb() local
850 tx_buf->hif_dev = hif_dev; in ath9k_hif_usb_alloc_tx_urbs()
905 rx_buf->hif_dev = hif_dev; in ath9k_hif_usb_alloc_rx_urbs()
980 rx_buf->hif_dev = hif_dev; in ath9k_hif_usb_alloc_reg_in_urbs()
1188 snprintf(hif_dev->fw_name, sizeof(hif_dev->fw_name), in ath9k_hif_request_firmware()
[all …]
A 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 …]
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
141 void ath9k_hif_usb_dealloc_urbs(struct hif_device_usb *hif_dev);
A 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()
501 target->hif_dev = hif_handle; in ath9k_htc_hw_alloc()
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()
991 ath9k_hif_usb_dealloc_urbs((struct hif_device_usb *)htc_handle->hif_dev); in ath9k_htc_disconnect_device()
A Dhtc_hst.h117 void *hif_dev; member

Completed in 16 milliseconds