Lines Matching defs:eid

57 		   ep->eid, skb);
63 ath10k_warn(ar, "no tx handler for eid %d\n", ep->eid);
85 hdr->eid = ep->eid;
102 enum ath10k_htc_ep_id eid = ep->eid;
114 eid, credits, ep->tx_credits, consume);
123 eid, credits, ep->tx_credits);
135 enum ath10k_htc_ep_id eid = ep->eid;
146 eid, credits, ep->tx_credits);
154 enum ath10k_htc_ep_id eid,
158 struct ath10k_htc_ep *ep = &htc->endpoint[eid];
168 if (eid >= ATH10K_HTC_EP_COUNT) {
169 ath10k_warn(ar, "Invalid endpoint id: %d\n", eid);
182 skb_cb->eid = eid;
193 sg_item.transfer_id = ep->eid;
225 ep = &htc->endpoint[skb_cb->eid];
240 enum ath10k_htc_ep_id eid)
253 if (report->eid >= ATH10K_HTC_EP_COUNT)
256 ep = &htc->endpoint[report->eid];
260 report->eid, report->credits, ep->tx_credits);
275 enum ath10k_htc_ep_id eid,
307 enum ath10k_htc_ep_id eid,
436 u8 eid;
442 eid = hdr->eid;
444 if (eid >= ATH10K_HTC_EP_COUNT) {
445 ath10k_warn(ar, "HTC Rx: invalid eid %d\n", eid);
451 ep = &htc->endpoint[eid];
492 trailer_len, hdr->eid,
505 eid, skb);
605 ep->eid = i;
641 sg_item.transfer_id = ep->eid;
667 "bundle tx status %d eid %d req count %d count %d len %d\n",
668 ret, ep->eid, skb_queue_len(&ep->tx_req_head), cn, skb_len);
678 ret = ath10k_htc_send(htc, ep->eid, skb);
683 ath10k_dbg(ar, ATH10K_DBG_HTC, "tx one status %d eid %d len %d pending count %d\n",
684 ret, ep->eid, skb->len, skb_queue_len(&ep->tx_req_head));
801 ath10k_dbg(ar, ATH10K_DBG_HTC, "bundle tx work eid %d count %d\n",
802 ep->eid, skb_queue_len(&ep->tx_req_head));
821 enum ath10k_htc_ep_id eid;
827 eid = ep->eid;
828 if (ep->bundle_tx && eid == ar->htt.eid) {
829 ath10k_dbg(ar, ATH10K_DBG_HTC, "bundle tx complete eid %d pending complete count%d\n",
830 ep->eid, skb_queue_len(&ep->tx_complete_head));
843 enum ath10k_htc_ep_id eid,
846 struct ath10k_htc_ep *ep = &htc->endpoint[eid];
854 ath10k_dbg(ar, ATH10K_DBG_HTC, "htc send hl eid %d bundle %d tx count %d len %d\n",
855 eid, ep->bundle_tx, skb_queue_len(&ep->tx_req_head), skb->len);
862 return ath10k_htc_send(htc, eid, skb);
890 ath10k_dbg(ar, ATH10K_DBG_HTC, "stop tx work eid %d count %d\n",
891 ep->eid, skb_queue_len(&ep->tx_req_head));
984 enum ath10k_htc_ep_id eid,
988 struct ath10k_htc_ep *ep = &ar->htc.endpoint[eid];
1086 resp_msg->status, resp_msg->eid);
1098 assigned_eid = (enum ath10k_htc_ep_id)resp_msg->eid;
1110 ep->eid = assigned_eid;
1116 conn_resp->eid = assigned_eid;
1144 "boot htc service '%s' ul pipe %d dl pipe %d eid %d ready\n",
1146 ep->dl_pipe_id, ep->eid);
1151 "boot htc service '%s' eid %d TX flow control disabled\n",