Lines Matching refs:eid

370 	hdr->eid = packet->endpoint;  in ath6kl_htc_tx_prep_pkt()
446 endpoint->eid, get_queue_depth(txq)); in htc_tx_complete()
548 enum htc_endpoint_id eid, unsigned int len, in htc_check_credits() argument
558 if (eid == ENDPOINT_0) in htc_check_credits()
571 eid); in htc_check_credits()
769 ac = target->dev->ar->ep2ac_map[endpoint->eid]; in ath6kl_htc_tx_bundle()
886 ac = target->dev->ar->ep2ac_map[endpoint->eid]; in ath6kl_htc_tx_from_queue()
985 endpoint->eid, txq_depth, in ath6kl_htc_tx_try()
1153 enum htc_endpoint_id eid, u16 tag) in ath6kl_htc_mbox_flush_txep() argument
1157 struct htc_endpoint *endpoint = &target->endpoint[eid]; in ath6kl_htc_mbox_flush_txep()
1208 enum htc_endpoint_id eid, in ath6kl_htc_mbox_activity_changed() argument
1211 struct htc_endpoint *endpoint = &target->endpoint[eid]; in ath6kl_htc_mbox_activity_changed()
1265 enum htc_endpoint_id eid, int len) in htc_valid_rx_frame_len() argument
1267 return (eid == target->dev->ar->ctrl_ep) ? in htc_valid_rx_frame_len()
1344 if (htc_hdr->eid == packet->endpoint) { in ath6kl_htc_rx_set_indicate()
1360 ep_cb.rx_refill(endpoint->target, endpoint->eid); in ath6kl_htc_rx_chk_water_mark()
1383 if (!htc_valid_rx_frame_len(target, ep->eid, full_len)) { in ath6kl_htc_rx_setup()
1385 htc_hdr->eid, htc_hdr->flags, in ath6kl_htc_rx_setup()
1408 packet = ep_cb.rx_allocthresh(ep->target, ep->eid, in ath6kl_htc_rx_setup()
1416 ep_cb.rx_refill(ep->target, ep->eid); in ath6kl_htc_rx_setup()
1432 target->ep_waiting = ep->eid; in ath6kl_htc_rx_setup()
1486 if (htc_hdr->eid >= ENDPOINT_MAX) { in ath6kl_htc_rx_alloc()
1488 htc_hdr->eid); in ath6kl_htc_rx_alloc()
1493 if (htc_hdr->eid != endpoint->eid) { in ath6kl_htc_rx_alloc()
1495 htc_hdr->eid, endpoint->eid, i); in ath6kl_htc_rx_alloc()
1509 ath6kl_err("ep %d is not connected !\n", htc_hdr->eid); in ath6kl_htc_rx_alloc()
1606 if (rpt->eid >= ENDPOINT_MAX) { in htc_proc_cred_rpt()
1612 endpoint = &target->endpoint[rpt->eid]; in htc_proc_cred_rpt()
1616 rpt->eid, rpt->credits); in htc_proc_cred_rpt()
1621 if (from_ep == rpt->eid) { in htc_proc_cred_rpt()
1637 if (rpt->eid == ENDPOINT_0) in htc_proc_cred_rpt()
1847 if (packet->endpoint != htc_hdr->eid) { in ath6kl_htc_rx_process_hdr()
1849 htc_hdr->eid, packet->endpoint); in ath6kl_htc_rx_process_hdr()
1907 endpoint->eid, packet); in ath6kl_htc_rx_complete()
2169 id = ((struct htc_frame_hdr *)&look_aheads[0])->eid; in ath6kl_htc_rxmsg_pending_handler()
2276 if (htc_hdr->eid != ENDPOINT_0) in htc_wait_for_ctrl_msg()
2498 assigned_ep = (enum htc_endpoint_id)resp_msg->eid; in ath6kl_htc_mbox_conn_service()
2509 endpoint->eid = assigned_ep; in ath6kl_htc_mbox_conn_service()