Lines Matching refs:eid
369 hdr->eid = packet->endpoint; in ath6kl_htc_tx_prep_pkt()
445 endpoint->eid, get_queue_depth(txq)); in htc_tx_complete()
547 enum htc_endpoint_id eid, unsigned int len, in htc_check_credits() argument
557 if (eid == ENDPOINT_0) in htc_check_credits()
570 eid); in htc_check_credits()
768 ac = target->dev->ar->ep2ac_map[endpoint->eid]; in ath6kl_htc_tx_bundle()
885 ac = target->dev->ar->ep2ac_map[endpoint->eid]; in ath6kl_htc_tx_from_queue()
984 endpoint->eid, txq_depth, in ath6kl_htc_tx_try()
1150 enum htc_endpoint_id eid, u16 tag) in ath6kl_htc_mbox_flush_txep() argument
1154 struct htc_endpoint *endpoint = &target->endpoint[eid]; in ath6kl_htc_mbox_flush_txep()
1205 enum htc_endpoint_id eid, in ath6kl_htc_mbox_activity_changed() argument
1208 struct htc_endpoint *endpoint = &target->endpoint[eid]; in ath6kl_htc_mbox_activity_changed()
1262 enum htc_endpoint_id eid, int len) in htc_valid_rx_frame_len() argument
1264 return (eid == target->dev->ar->ctrl_ep) ? in htc_valid_rx_frame_len()
1341 if (htc_hdr->eid == packet->endpoint) { in ath6kl_htc_rx_set_indicate()
1357 ep_cb.rx_refill(endpoint->target, endpoint->eid); in ath6kl_htc_rx_chk_water_mark()
1380 if (!htc_valid_rx_frame_len(target, ep->eid, full_len)) { in ath6kl_htc_rx_setup()
1382 htc_hdr->eid, htc_hdr->flags, in ath6kl_htc_rx_setup()
1405 packet = ep_cb.rx_allocthresh(ep->target, ep->eid, in ath6kl_htc_rx_setup()
1413 ep_cb.rx_refill(ep->target, ep->eid); in ath6kl_htc_rx_setup()
1429 target->ep_waiting = ep->eid; in ath6kl_htc_rx_setup()
1483 if (htc_hdr->eid >= ENDPOINT_MAX) { in ath6kl_htc_rx_alloc()
1485 htc_hdr->eid); in ath6kl_htc_rx_alloc()
1490 if (htc_hdr->eid != endpoint->eid) { in ath6kl_htc_rx_alloc()
1492 htc_hdr->eid, endpoint->eid, i); in ath6kl_htc_rx_alloc()
1506 ath6kl_err("ep %d is not connected !\n", htc_hdr->eid); in ath6kl_htc_rx_alloc()
1603 if (rpt->eid >= ENDPOINT_MAX) { in htc_proc_cred_rpt()
1609 endpoint = &target->endpoint[rpt->eid]; in htc_proc_cred_rpt()
1613 rpt->eid, rpt->credits); in htc_proc_cred_rpt()
1618 if (from_ep == rpt->eid) { in htc_proc_cred_rpt()
1634 if (rpt->eid == ENDPOINT_0) in htc_proc_cred_rpt()
1844 if (packet->endpoint != htc_hdr->eid) { in ath6kl_htc_rx_process_hdr()
1846 htc_hdr->eid, packet->endpoint); in ath6kl_htc_rx_process_hdr()
1904 endpoint->eid, packet); in ath6kl_htc_rx_complete()
2166 id = ((struct htc_frame_hdr *)&look_aheads[0])->eid; in ath6kl_htc_rxmsg_pending_handler()
2271 if (look_ahead.eid != ENDPOINT_0) in htc_wait_for_ctrl_msg()
2493 assigned_ep = (enum htc_endpoint_id)resp_msg->eid; in ath6kl_htc_mbox_conn_service()
2504 endpoint->eid = assigned_ep; in ath6kl_htc_mbox_conn_service()