Lines Matching refs:endpoint
80 struct htc_endpoint *ep = &target->endpoint[packet->endpoint]; in send_packet_completion()
243 htc_hdr->eid = (u8) packet->endpoint; in htc_issue_packets()
672 ep = &target->endpoint[rpt->eid]; in htc_process_credit_report()
755 ep = &target->endpoint[ep_id]; in ath6kl_htc_pipe_tx_complete()
792 if (packet->endpoint >= ENDPOINT_MAX) { in htc_send_packets_multiple()
796 ep = &target->endpoint[packet->endpoint]; in htc_send_packets_multiple()
982 ep = &target->endpoint[htc_hdr->eid]; in ath6kl_htc_pipe_rx_complete()
1070 packet->endpoint = htc_hdr->eid; in ath6kl_htc_pipe_rx_complete()
1118 packet->endpoint); in htc_flush_rx_queue()
1165 if (packet->endpoint == ENDPOINT_0 && in htc_rxctrl_complete()
1178 ep = &target->endpoint[i]; in reset_endpoint_states()
1352 ep = &target->endpoint[assigned_epid]; in ath6kl_htc_pipe_conn_service()
1361 conn_resp->endpoint = assigned_epid; in ath6kl_htc_pipe_conn_service()
1443 ep = &target->endpoint[ENDPOINT_0]; in ath6kl_htc_pipe_create()
1518 ep = &target->endpoint[i]; in ath6kl_htc_pipe_stop()
1528 enum htc_endpoint_id endpoint) in ath6kl_htc_pipe_get_rxbuf_num() argument
1533 num = get_queue_depth(&(target->endpoint[endpoint].rx_bufq)); in ath6kl_htc_pipe_get_rxbuf_num()
1546 __func__, packet->endpoint, packet->buf, in ath6kl_htc_pipe_tx()
1609 enum htc_endpoint_id endpoint, u16 tag) in ath6kl_htc_pipe_flush_txep() argument
1611 struct htc_endpoint *ep = &target->endpoint[endpoint]; in ath6kl_htc_pipe_flush_txep()
1634 if (first->endpoint >= ENDPOINT_MAX) { in ath6kl_htc_pipe_add_rxbuf_multiple()
1640 __func__, first->endpoint, get_queue_depth(pkt_queue), in ath6kl_htc_pipe_add_rxbuf_multiple()
1643 ep = &target->endpoint[first->endpoint]; in ath6kl_htc_pipe_add_rxbuf_multiple()
1673 struct htc_endpoint *endpoint; in ath6kl_htc_pipe_flush_rx_buf() local
1678 endpoint = &target->endpoint[i]; in ath6kl_htc_pipe_flush_rx_buf()
1683 &endpoint->rx_bufq, list) { in ath6kl_htc_pipe_flush_rx_buf()
1689 packet->endpoint); in ath6kl_htc_pipe_flush_rx_buf()