Home
last modified time | relevance | path

Searched refs:mgmt_ep (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dhtc_drv_txrx.c136 if (epid == priv->mgmt_ep) in get_htc_epid_queue()
166 if (tx_ctl->epid == priv->mgmt_ep) { in strip_drv_header()
257 tx_ctl->epid = priv->mgmt_ep; in ath9k_htc_tx_mgmt()
593 if (epid == priv->mgmt_ep) { in check_cookie()
Dhtc_drv_init.c171 &priv->mgmt_ep); in ath9k_init_htc_services()
901 priv->mgmt_ep, in ath9k_init_device()
Dhtc.h465 enum htc_endpoint_id mgmt_ep; member