Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c312 if (test_bit(WMI_CTRL_EP_FULL, &ar->flag) && (eid == ar->ctrl_ep)) { in ath6kl_control_tx()
332 if (eid != ar->ctrl_ep) in ath6kl_control_tx()
594 if (endpoint == ar->ctrl_ep) { in ath6kl_tx_queue_full()
655 if (eid == ar->ctrl_ep) in ath6kl_tx_clear_node_map()
735 if (eid != ar->ctrl_ep) in ath6kl_tx_complete()
738 if (eid == ar->ctrl_ep) { in ath6kl_tx_complete()
746 if (eid == ar->ctrl_ep) { in ath6kl_tx_complete()
1338 if (ept == ar->ctrl_ep) { in ath6kl_rx()
H A Dcore.c198 ath6kl_rx_refill(ar->htc_target, ar->ctrl_ep); in ath6kl_core_init()
H A Dcore.h741 enum htc_endpoint_id ctrl_ep; member
H A Dinit.c302 ar->ctrl_ep = response.endpoint; in ath6kl_connectservice()
H A Dcfg80211.c2084 return !ar->tx_pending[ar->ctrl_ep]; in is_ctrl_ep_empty()
2110 if (ar->tx_pending[ar->ctrl_ep]) { in ath6kl_cfg80211_host_sleep()
H A Dhtc_mbox.c1265 return (eid == target->dev->ar->ctrl_ep) ? in htc_valid_rx_frame_len()