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()
1151 enum htc_endpoint_id eid, u16 tag) in ath6kl_htc_mbox_flush_txep() argument
1155 struct htc_endpoint *endpoint = &target->endpoint[eid]; in ath6kl_htc_mbox_flush_txep()
1206 enum htc_endpoint_id eid, in ath6kl_htc_mbox_activity_changed() argument
1209 struct htc_endpoint *endpoint = &target->endpoint[eid]; in ath6kl_htc_mbox_activity_changed()
1263 enum htc_endpoint_id eid, int len) in htc_valid_rx_frame_len() argument
1265 return (eid == target->dev->ar->ctrl_ep) ? in htc_valid_rx_frame_len()
1342 if (htc_hdr->eid == packet->endpoint) { in ath6kl_htc_rx_set_indicate()
1358 ep_cb.rx_refill(endpoint->target, endpoint->eid); in ath6kl_htc_rx_chk_water_mark()
1381 if (!htc_valid_rx_frame_len(target, ep->eid, full_len)) { in ath6kl_htc_rx_setup()
1383 htc_hdr->eid, htc_hdr->flags, in ath6kl_htc_rx_setup()
1406 packet = ep_cb.rx_allocthresh(ep->target, ep->eid, in ath6kl_htc_rx_setup()
1414 ep_cb.rx_refill(ep->target, ep->eid); in ath6kl_htc_rx_setup()
1430 target->ep_waiting = ep->eid; in ath6kl_htc_rx_setup()
1484 if (htc_hdr->eid >= ENDPOINT_MAX) { in ath6kl_htc_rx_alloc()
1486 htc_hdr->eid); in ath6kl_htc_rx_alloc()
1491 if (htc_hdr->eid != endpoint->eid) { in ath6kl_htc_rx_alloc()
1493 htc_hdr->eid, endpoint->eid, i); in ath6kl_htc_rx_alloc()
1507 ath6kl_err("ep %d is not connected !\n", htc_hdr->eid); in ath6kl_htc_rx_alloc()
1604 if (rpt->eid >= ENDPOINT_MAX) { in htc_proc_cred_rpt()
1610 endpoint = &target->endpoint[rpt->eid]; in htc_proc_cred_rpt()
1614 rpt->eid, rpt->credits); in htc_proc_cred_rpt()
1619 if (from_ep == rpt->eid) { in htc_proc_cred_rpt()
1635 if (rpt->eid == ENDPOINT_0) in htc_proc_cred_rpt()
1845 if (packet->endpoint != htc_hdr->eid) { in ath6kl_htc_rx_process_hdr()
1847 htc_hdr->eid, packet->endpoint); in ath6kl_htc_rx_process_hdr()
1905 endpoint->eid, packet); in ath6kl_htc_rx_complete()
2167 id = ((struct htc_frame_hdr *)&look_aheads[0])->eid; in ath6kl_htc_rxmsg_pending_handler()
2272 if (look_ahead.eid != ENDPOINT_0) in htc_wait_for_ctrl_msg()
2494 assigned_ep = (enum htc_endpoint_id)resp_msg->eid; in ath6kl_htc_mbox_conn_service()
2505 endpoint->eid = assigned_ep; in ath6kl_htc_mbox_conn_service()