Lines Matching defs:eid
60 hdr->htc_info = FIELD_PREP(HTC_HDR_ENDPOINTID, ep->eid) |
74 enum ath11k_htc_ep_id eid,
77 struct ath11k_htc_ep *ep = &htc->endpoint[eid];
86 if (eid >= ATH11K_HTC_EP_COUNT) {
87 ath11k_warn(ab, "Invalid endpoint id: %d\n", eid);
99 eid, credits, ep->tx_credits);
107 eid, credits, ep->tx_credits);
113 skb_cb->eid = eid;
121 ath11k_dbg(ab, ATH11K_DBG_HTC, "tx skb %p eid %d paddr %pad\n",
122 skb, skb_cb->eid, &skb_cb->paddr);
124 ret = ath11k_ce_send(htc->ab, skb, ep->ul_pipe_id, ep->eid);
138 eid, credits, ep->tx_credits);
153 enum ath11k_htc_ep_id eid)
166 if (report->eid >= ATH11K_HTC_EP_COUNT)
169 ep = &htc->endpoint[report->eid];
173 report->eid, report->credits, ep->tx_credits);
260 u8 eid;
262 eid = ATH11K_SKB_CB(skb)->eid;
263 if (eid >= ATH11K_HTC_EP_COUNT) {
268 ep = &htc->endpoint[eid];
294 u8 eid;
300 eid = FIELD_GET(HTC_HDR_ENDPOINTID, hdr->htc_info);
302 if (eid >= ATH11K_HTC_EP_COUNT) {
303 ath11k_warn(ab, "HTC Rx: invalid eid %d\n", eid);
307 ep = &htc->endpoint[eid];
328 eid, skb, trailer_present);
348 trailer_len, eid);
359 if (eid == ATH11K_HTC_EP_0) {
365 eid, skb, message_id);
475 ep->eid = i;
723 ep->eid = assigned_eid;
729 conn_resp->eid = assigned_eid;
751 "htc service '%s' ul pipe %d dl pipe %d eid %d ready\n",
753 ep->dl_pipe_id, ep->eid);
758 "htc service '%s' eid %d tx flow control disabled\n",