Searched refs:assigned_ep (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c2432 enum htc_endpoint_id assigned_ep = ENDPOINT_MAX; ath6kl_htc_mbox_conn_service() local
2443 assigned_ep = ENDPOINT_0; ath6kl_htc_mbox_conn_service()
2496 assigned_ep = (enum htc_endpoint_id)resp_msg->eid; ath6kl_htc_mbox_conn_service()
2500 if (WARN_ON_ONCE(assigned_ep == ENDPOINT_UNUSED || ath6kl_htc_mbox_conn_service()
2501 assigned_ep >= ENDPOINT_MAX || !max_msg_sz)) { ath6kl_htc_mbox_conn_service()
2506 endpoint = &target->endpoint[assigned_ep]; ath6kl_htc_mbox_conn_service()
2507 endpoint->eid = assigned_ep; ath6kl_htc_mbox_conn_service()
2514 conn_resp->endpoint = assigned_ep; ath6kl_htc_mbox_conn_service()
2527 endpoint->cred_dist.endpoint = assigned_ep; ath6kl_htc_mbox_conn_service()

Completed in 85 milliseconds