Home
last modified time | relevance | path

Searched refs:conn_rsp_epid (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c147 target->conn_rsp_epid = epid; in htc_process_conn_rsp()
150 target->conn_rsp_epid = ENDPOINT_UNUSED; in htc_process_conn_rsp()
243 enum htc_endpoint_id *conn_rsp_epid) in htc_connect_service() argument
297 if (target->conn_rsp_epid < 0 || target->conn_rsp_epid >= ENDPOINT_MAX) in htc_connect_service()
300 *conn_rsp_epid = target->conn_rsp_epid; in htc_connect_service()
H A Dhtc_hst.h125 enum htc_endpoint_id conn_rsp_epid; member