Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
A Dhtc_mbox.c2433 enum htc_endpoint_id assigned_ep = ENDPOINT_MAX; in ath6kl_htc_mbox_conn_service() local
2444 assigned_ep = ENDPOINT_0; in ath6kl_htc_mbox_conn_service()
2497 assigned_ep = (enum htc_endpoint_id)resp_msg->eid; in ath6kl_htc_mbox_conn_service()
2501 if (WARN_ON_ONCE(assigned_ep == ENDPOINT_UNUSED || in ath6kl_htc_mbox_conn_service()
2502 assigned_ep >= ENDPOINT_MAX || !max_msg_sz)) { in ath6kl_htc_mbox_conn_service()
2507 endpoint = &target->endpoint[assigned_ep]; in ath6kl_htc_mbox_conn_service()
2508 endpoint->eid = assigned_ep; in ath6kl_htc_mbox_conn_service()
2515 conn_resp->endpoint = assigned_ep; in ath6kl_htc_mbox_conn_service()
2528 endpoint->cred_dist.endpoint = assigned_ep; in ath6kl_htc_mbox_conn_service()

Completed in 7 milliseconds