Searched refs:hif_dev (Results 1 – 6 of 6) sorted by relevance
119 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()656 struct hif_device_usb *hif_dev = rx_buf->hif_dev; in ath9k_hif_usb_rx_cb() local703 struct hif_device_usb *hif_dev = rx_buf->hif_dev; in ath9k_hif_usb_reg_in_cb() local833 tx_buf->hif_dev = hif_dev; in ath9k_hif_usb_alloc_tx_urbs()888 rx_buf->hif_dev = hif_dev; in ath9k_hif_usb_alloc_rx_urbs()963 rx_buf->hif_dev = hif_dev; in ath9k_hif_usb_alloc_reg_in_urbs()1171 snprintf(hif_dev->fw_name, sizeof(hif_dev->fw_name), in ath9k_hif_request_firmware()[all …]
85 struct hif_device_usb *hif_dev; member91 struct hif_device_usb *hif_dev; member109 struct hif_device_usb *hif_dev; member141 void ath9k_hif_usb_dealloc_urbs(struct hif_device_usb *hif_dev);
34 status = target->hif->send(target->hif_dev, endpoint->ul_pipeid, skb); in htc_issue_send()309 target->hif->stop(target->hif_dev); in htc_stop()314 target->hif->start(target->hif_dev); in htc_start()319 target->hif->sta_drain(target->hif_dev, idx); in htc_sta_drain()481 target->hif_dev = hif_handle; in ath9k_htc_hw_alloc()
329 #define TX_STAT_INC(c) (hif_dev->htc_handle->drv_priv->debug.tx_stats.c++)330 #define TX_STAT_ADD(c, a) (hif_dev->htc_handle->drv_priv->debug.tx_stats.c += a)331 #define RX_STAT_INC(c) (hif_dev->htc_handle->drv_priv->debug.skbrx_stats.c++)332 #define RX_STAT_ADD(c, a) (hif_dev->htc_handle->drv_priv->debug.skbrx_stats.c += a)
934 struct hif_device_usb *hif_dev; in ath9k_htc_probe_device() local972 hif_dev = (struct hif_device_usb *)htc_handle->hif_dev; in ath9k_htc_probe_device()973 ath9k_hif_usb_dealloc_urbs(hif_dev); in ath9k_htc_probe_device()
117 void *hif_dev; member
Completed in 18 milliseconds