Lines Matching defs:eid
61 hdr->htc_info = le32_encode_bits(ep->eid, HTC_HDR_ENDPOINTID) |
75 enum ath12k_htc_ep_id eid,
78 struct ath12k_htc_ep *ep = &htc->endpoint[eid];
85 if (eid >= ATH12K_HTC_EP_COUNT) {
86 ath12k_warn(ab, "Invalid endpoint id: %d\n", eid);
98 eid, credits, ep->tx_credits);
106 eid, credits, ep->tx_credits);
119 ret = ath12k_ce_send(htc->ab, skb, ep->ul_pipe_id, ep->eid);
133 eid, credits, ep->tx_credits);
148 enum ath12k_htc_ep_id eid)
161 if (report->eid >= ATH12K_HTC_EP_COUNT)
164 ep = &htc->endpoint[report->eid];
168 report->eid, report->credits, ep->tx_credits);
257 u8 eid;
263 eid = le32_get_bits(hdr->htc_info, HTC_HDR_ENDPOINTID);
265 if (eid >= ATH12K_HTC_EP_COUNT) {
266 ath12k_warn(ab, "HTC Rx: invalid eid %d\n", eid);
270 ep = &htc->endpoint[eid];
309 trailer_len, eid);
320 if (eid == ATH12K_HTC_EP_0) {
362 eid, skb);
434 ep->eid = i;
673 ep->eid = assigned_eid;
679 conn_resp->eid = assigned_eid;
701 "boot htc service '%s' ul pipe %d dl pipe %d eid %d ready\n",
703 ep->dl_pipe_id, ep->eid);
708 "boot htc service '%s' eid %d TX flow control disabled\n",