Lines Matching defs:eid
287 enum htc_endpoint_id eid)
300 if (WARN_ON_ONCE(eid == ENDPOINT_UNUSED ||
301 eid >= ENDPOINT_MAX)) {
309 "%s: skb=0x%p, len=0x%x eid =%d\n", __func__,
310 skb, skb->len, eid);
312 if (test_bit(WMI_CTRL_EP_FULL, &ar->flag) && (eid == ar->ctrl_ep)) {
330 ar->tx_pending[eid]++;
332 if (eid != ar->ctrl_ep)
340 eid, ATH6KL_CONTROL_PKT_TAG);
360 enum htc_endpoint_id eid = ENDPOINT_UNUSED;
456 eid = ath6kl_ibss_map_epid(skb, dev, &map_no);
458 eid = ar->ac2ep_map[ac];
460 if (eid == 0 || eid == ENDPOINT_UNUSED) {
461 ath6kl_err("eid %d is not mapped!\n", eid);
475 ar->tx_pending[eid]++;
501 eid, htc_tag);
528 enum htc_endpoint_id eid;
531 eid = ar->ac2ep_map[traffic_class];
583 ath6kl_htc_activity_changed(ar->htc_target, eid, active);
644 enum htc_endpoint_id eid, u32 map_no)
655 if (eid == ar->ctrl_ep)
690 enum htc_endpoint_id eid;
717 eid = packet->endpoint;
733 ar->tx_pending[eid]--;
735 if (eid != ar->ctrl_ep)
738 if (eid == ar->ctrl_ep) {
742 if (ar->tx_pending[eid] == 0)
746 if (eid == ar->ctrl_ep) {
771 "%s: skb=0x%p data=0x%p len=0x%x eid=%d %s\n",
773 eid, "error!");
776 "%s: skb=0x%p data=0x%p len=0x%x eid=%d %s\n",
778 eid, "OK");
785 ath6kl_tx_clear_node_map(vif, eid, map_no);
892 "%s: providing htc with %d buffers at eid=%d\n",
956 ath6kl_dbg(ATH6KL_DBG_WLAN_RX, "%s: eid=%d, len:%d\n",
1323 "%s: ar=0x%p eid=%d, skb=0x%p, data=0x%p, len=0x%x status:%d",