Lines Matching defs:eid
61 hdr->htc_info = FIELD_PREP(HTC_HDR_ENDPOINTID, ep->eid) |
73 enum ath11k_htc_ep_id eid,
76 struct ath11k_htc_ep *ep = &htc->endpoint[eid];
83 if (eid >= ATH11K_HTC_EP_COUNT) {
84 ath11k_warn(ab, "Invalid endpoint id: %d\n", eid);
96 eid, credits, ep->tx_credits);
104 eid, credits, ep->tx_credits);
110 skb_cb->eid = eid;
118 ret = ath11k_ce_send(htc->ab, skb, ep->ul_pipe_id, ep->eid);
132 eid, credits, ep->tx_credits);
147 enum ath11k_htc_ep_id eid)
160 if (report->eid >= ATH11K_HTC_EP_COUNT)
163 ep = &htc->endpoint[report->eid];
167 report->eid, report->credits, ep->tx_credits);
244 u8 eid;
250 eid = FIELD_GET(HTC_HDR_ENDPOINTID, hdr->htc_info);
252 if (eid >= ATH11K_HTC_EP_COUNT) {
253 ath11k_warn(ab, "HTC Rx: invalid eid %d\n", eid);
257 ep = &htc->endpoint[eid];
295 trailer_len, eid);
306 if (eid == ATH11K_HTC_EP_0) {
339 eid, skb);
409 ep->eid = i;
652 ep->eid = assigned_eid;
658 conn_resp->eid = assigned_eid;
680 "boot htc service '%s' ul pipe %d dl pipe %d eid %d ready\n",
682 ep->dl_pipe_id, ep->eid);
687 "boot htc service '%s' eid %d TX flow control disabled\n",