Lines Matching defs:eid

369 	hdr->eid = packet->endpoint;
445 endpoint->eid, get_queue_depth(txq));
547 enum htc_endpoint_id eid, unsigned int len,
557 if (eid == ENDPOINT_0)
570 eid);
768 ac = target->dev->ar->ep2ac_map[endpoint->eid];
885 ac = target->dev->ar->ep2ac_map[endpoint->eid];
984 endpoint->eid, txq_depth,
1150 enum htc_endpoint_id eid, u16 tag)
1154 struct htc_endpoint *endpoint = &target->endpoint[eid];
1205 enum htc_endpoint_id eid,
1208 struct htc_endpoint *endpoint = &target->endpoint[eid];
1262 enum htc_endpoint_id eid, int len)
1264 return (eid == target->dev->ar->ctrl_ep) ?
1341 if (htc_hdr->eid == packet->endpoint) {
1357 ep_cb.rx_refill(endpoint->target, endpoint->eid);
1380 if (!htc_valid_rx_frame_len(target, ep->eid, full_len)) {
1381 ath6kl_warn("Rx buffer requested with invalid length htc_hdr:eid %d, flags 0x%x, len %d\n",
1382 htc_hdr->eid, htc_hdr->flags,
1405 packet = ep_cb.rx_allocthresh(ep->target, ep->eid,
1413 ep_cb.rx_refill(ep->target, ep->eid);
1429 target->ep_waiting = ep->eid;
1483 if (htc_hdr->eid >= ENDPOINT_MAX) {
1485 htc_hdr->eid);
1490 if (htc_hdr->eid != endpoint->eid) {
1492 htc_hdr->eid, endpoint->eid, i);
1506 ath6kl_err("ep %d is not connected !\n", htc_hdr->eid);
1603 if (rpt->eid >= ENDPOINT_MAX) {
1609 endpoint = &target->endpoint[rpt->eid];
1613 rpt->eid, rpt->credits);
1618 if (from_ep == rpt->eid) {
1634 if (rpt->eid == ENDPOINT_0)
1844 if (packet->endpoint != htc_hdr->eid) {
1846 htc_hdr->eid, packet->endpoint);
1904 endpoint->eid, packet);
2166 id = ((struct htc_frame_hdr *)&look_aheads[0])->eid;
2271 if (look_ahead.eid != ENDPOINT_0)
2493 assigned_ep = (enum htc_endpoint_id)resp_msg->eid;
2504 endpoint->eid = assigned_ep;