Lines Matching defs:eid
61 hdr->htc_info = FIELD_PREP(HTC_HDR_ENDPOINTID, ep->eid) |
75 enum ath11k_htc_ep_id eid,
78 struct ath11k_htc_ep *ep = &htc->endpoint[eid];
87 if (eid >= ATH11K_HTC_EP_COUNT) {
88 ath11k_warn(ab, "Invalid endpoint id: %d\n", eid);
100 eid, credits, ep->tx_credits);
108 eid, credits, ep->tx_credits);
114 skb_cb->eid = eid;
122 ath11k_dbg(ab, ATH11K_DBG_HTC, "tx skb %p eid %d paddr %pad\n",
123 skb, skb_cb->eid, &skb_cb->paddr);
125 ret = ath11k_ce_send(htc->ab, skb, ep->ul_pipe_id, ep->eid);
139 eid, credits, ep->tx_credits);
154 enum ath11k_htc_ep_id eid)
167 if (report->eid >= ATH11K_HTC_EP_COUNT)
170 ep = &htc->endpoint[report->eid];
174 report->eid, report->credits, ep->tx_credits);
261 u8 eid;
263 eid = ATH11K_SKB_CB(skb)->eid;
264 if (eid >= ATH11K_HTC_EP_COUNT) {
269 ep = &htc->endpoint[eid];
295 u8 eid;
301 eid = FIELD_GET(HTC_HDR_ENDPOINTID, hdr->htc_info);
303 if (eid >= ATH11K_HTC_EP_COUNT) {
304 ath11k_warn(ab, "HTC Rx: invalid eid %d\n", eid);
308 ep = &htc->endpoint[eid];
329 eid, skb, trailer_present);
349 trailer_len, eid);
360 if (eid == ATH11K_HTC_EP_0) {
366 eid, skb, message_id);
476 ep->eid = i;
724 ep->eid = assigned_eid;
730 conn_resp->eid = assigned_eid;
752 "htc service '%s' ul pipe %d dl pipe %d eid %d ready\n",
754 ep->dl_pipe_id, ep->eid);
759 "htc service '%s' eid %d tx flow control disabled\n",