Lines Matching defs:eid
57 ep->eid, skb);
72 ath10k_warn(ar, "no tx handler for eid %d\n", ep->eid);
94 hdr->eid = ep->eid;
111 enum ath10k_htc_ep_id eid = ep->eid;
123 eid, credits, ep->tx_credits, consume);
132 eid, credits, ep->tx_credits);
144 enum ath10k_htc_ep_id eid = ep->eid;
155 eid, credits, ep->tx_credits);
163 enum ath10k_htc_ep_id eid,
167 struct ath10k_htc_ep *ep = &htc->endpoint[eid];
177 if (eid >= ATH10K_HTC_EP_COUNT) {
178 ath10k_warn(ar, "Invalid endpoint id: %d\n", eid);
191 skb_cb->eid = eid;
202 sg_item.transfer_id = ep->eid;
234 ep = &htc->endpoint[skb_cb->eid];
249 enum ath10k_htc_ep_id eid)
262 if (report->eid >= ATH10K_HTC_EP_COUNT)
265 ep = &htc->endpoint[report->eid];
269 report->eid, report->credits, ep->tx_credits);
284 enum ath10k_htc_ep_id eid,
316 enum ath10k_htc_ep_id eid,
445 u8 eid;
451 eid = hdr->eid;
453 if (eid >= ATH10K_HTC_EP_COUNT) {
454 ath10k_warn(ar, "HTC Rx: invalid eid %d\n", eid);
460 ep = &htc->endpoint[eid];
462 ath10k_warn(ar, "htc rx endpoint %d is not connected\n", eid);
505 trailer_len, hdr->eid,
518 eid, skb);
618 ep->eid = i;
654 sg_item.transfer_id = ep->eid;
680 "bundle tx status %d eid %d req count %d count %d len %d\n",
681 ret, ep->eid, skb_queue_len(&ep->tx_req_head), cn, skb_len);
691 ret = ath10k_htc_send(htc, ep->eid, skb);
696 ath10k_dbg(ar, ATH10K_DBG_HTC, "tx one status %d eid %d len %d pending count %d\n",
697 ret, ep->eid, skb->len, skb_queue_len(&ep->tx_req_head));
814 ath10k_dbg(ar, ATH10K_DBG_HTC, "bundle tx work eid %d count %d\n",
815 ep->eid, skb_queue_len(&ep->tx_req_head));
834 enum ath10k_htc_ep_id eid;
840 eid = ep->eid;
841 if (ep->bundle_tx && eid == ar->htt.eid) {
842 ath10k_dbg(ar, ATH10K_DBG_HTC, "bundle tx complete eid %d pending complete count%d\n",
843 ep->eid, skb_queue_len(&ep->tx_complete_head));
856 enum ath10k_htc_ep_id eid,
859 struct ath10k_htc_ep *ep = &htc->endpoint[eid];
867 ath10k_dbg(ar, ATH10K_DBG_HTC, "htc send hl eid %d bundle %d tx count %d len %d\n",
868 eid, ep->bundle_tx, skb_queue_len(&ep->tx_req_head), skb->len);
875 return ath10k_htc_send(htc, eid, skb);
903 ath10k_dbg(ar, ATH10K_DBG_HTC, "stop tx work eid %d count %d\n",
904 ep->eid, skb_queue_len(&ep->tx_req_head));
1002 enum ath10k_htc_ep_id eid,
1006 struct ath10k_htc_ep *ep = &ar->htc.endpoint[eid];
1104 resp_msg->status, resp_msg->eid);
1116 assigned_eid = (enum ath10k_htc_ep_id)resp_msg->eid;
1128 ep->eid = assigned_eid;
1134 conn_resp->eid = assigned_eid;
1162 "boot htc service '%s' ul pipe %d dl pipe %d eid %d ready\n",
1164 ep->dl_pipe_id, ep->eid);
1169 "boot htc service '%s' eid %d TX flow control disabled\n",