Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
A Dhif_usb.c117 cmd->hif_dev = hif_dev; in hif_usb_send_regout()
145 hif_dev = cmd->hif_dev; in hif_usb_mgmt_cb()
200 cmd->hif_dev = hif_dev; in hif_usb_send_mgmt()
262 hif_dev = tx_buf->hif_dev; in hif_usb_tx_cb()
691 struct hif_device_usb *hif_dev = rx_buf->hif_dev; in ath9k_hif_usb_rx_cb() local
737 struct hif_device_usb *hif_dev = rx_buf->hif_dev; in ath9k_hif_usb_reg_in_cb() local
864 tx_buf->hif_dev = hif_dev; in ath9k_hif_usb_alloc_tx_urbs()
920 rx_buf->hif_dev = hif_dev; in ath9k_hif_usb_alloc_rx_urbs()
995 rx_buf->hif_dev = hif_dev; in ath9k_hif_usb_alloc_reg_in_urbs()
1203 snprintf(hif_dev->fw_name, sizeof(hif_dev->fw_name), in ath9k_hif_request_firmware()
[all …]
A 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
334 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.tx_stats.c++)
335 #define TX_STAT_ADD(hif_dev, c, a) \ argument
336 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.tx_stats.c += a)
337 #define RX_STAT_INC(hif_dev, c) \ argument
338 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.skbrx_stats.c++)
339 #define RX_STAT_ADD(hif_dev, c, a) \ argument
340 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.skbrx_stats.c += a)
380 #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()
323 target->hif->stop(target->hif_dev); in htc_stop()
328 target->hif->start(target->hif_dev); in htc_start()
333 target->hif->sta_drain(target->hif_dev, idx); in htc_sta_drain()
510 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
977 hif_dev = htc_handle->hif_dev; in ath9k_htc_probe_device()
978 ath9k_hif_usb_dealloc_urbs(hif_dev); in ath9k_htc_probe_device()
995 ath9k_hif_usb_dealloc_urbs(htc_handle->hif_dev); in ath9k_htc_disconnect_device()
A Dhtc_hst.h117 void *hif_dev; member

Completed in 18 milliseconds