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