Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath6kl/
Dtxrx.c311 if (test_bit(WMI_CTRL_EP_FULL, &ar->flag) && (eid == ar->ctrl_ep)) { in ath6kl_control_tx()
330 if (eid != ar->ctrl_ep) in ath6kl_control_tx()
596 if (endpoint == ar->ctrl_ep) { in ath6kl_tx_queue_full()
657 if (eid == ar->ctrl_ep) in ath6kl_tx_clear_node_map()
738 if (eid != ar->ctrl_ep) in ath6kl_tx_complete()
741 if (eid == ar->ctrl_ep) { in ath6kl_tx_complete()
749 if (eid == ar->ctrl_ep) { in ath6kl_tx_complete()
1341 if (ept == ar->ctrl_ep) { in ath6kl_rx()
Dcore.c179 ath6kl_rx_refill(ar->htc_target, ar->ctrl_ep); in ath6kl_core_init()
Dcore.h716 enum htc_endpoint_id ctrl_ep; member
Dinit.c281 ar->ctrl_ep = response.endpoint; in ath6kl_connectservice()
Dcfg80211.c2073 return !ar->tx_pending[ar->ctrl_ep]; in is_ctrl_ep_empty()
2099 if (ar->tx_pending[ar->ctrl_ep]) { in ath6kl_cfg80211_host_sleep()
Dhtc_mbox.c1272 return (eid == target->dev->ar->ctrl_ep) ? in htc_valid_rx_frame_len()