• Home
  • Raw
  • Download

Lines Matching refs:endpoint

80 	struct htc_endpoint *ep = &target->endpoint[packet->endpoint];  in send_packet_completion()
244 htc_hdr->eid = (u8) packet->endpoint; in htc_issue_packets()
673 ep = &target->endpoint[rpt->eid]; in htc_process_credit_report()
758 ep = &target->endpoint[ep_id]; in ath6kl_htc_pipe_tx_complete()
795 if (packet->endpoint >= ENDPOINT_MAX) { in htc_send_packets_multiple()
799 ep = &target->endpoint[packet->endpoint]; in htc_send_packets_multiple()
992 ep = &target->endpoint[htc_hdr->eid]; in ath6kl_htc_pipe_rx_complete()
1080 packet->endpoint = htc_hdr->eid; in ath6kl_htc_pipe_rx_complete()
1128 packet->endpoint); in htc_flush_rx_queue()
1175 if (packet->endpoint == ENDPOINT_0 && in htc_rxctrl_complete()
1188 ep = &target->endpoint[i]; in reset_endpoint_states()
1363 ep = &target->endpoint[assigned_epid]; in ath6kl_htc_pipe_conn_service()
1372 conn_resp->endpoint = assigned_epid; in ath6kl_htc_pipe_conn_service()
1454 ep = &target->endpoint[ENDPOINT_0]; in ath6kl_htc_pipe_create()
1530 ep = &target->endpoint[i]; in ath6kl_htc_pipe_stop()
1540 enum htc_endpoint_id endpoint) in ath6kl_htc_pipe_get_rxbuf_num() argument
1545 num = get_queue_depth(&(target->endpoint[endpoint].rx_bufq)); in ath6kl_htc_pipe_get_rxbuf_num()
1558 __func__, packet->endpoint, packet->buf, in ath6kl_htc_pipe_tx()
1621 enum htc_endpoint_id endpoint, u16 tag) in ath6kl_htc_pipe_flush_txep() argument
1623 struct htc_endpoint *ep = &target->endpoint[endpoint]; in ath6kl_htc_pipe_flush_txep()
1646 if (first->endpoint >= ENDPOINT_MAX) { in ath6kl_htc_pipe_add_rxbuf_multiple()
1652 __func__, first->endpoint, get_queue_depth(pkt_queue), in ath6kl_htc_pipe_add_rxbuf_multiple()
1655 ep = &target->endpoint[first->endpoint]; in ath6kl_htc_pipe_add_rxbuf_multiple()
1685 struct htc_endpoint *endpoint; in ath6kl_htc_pipe_flush_rx_buf() local
1690 endpoint = &target->endpoint[i]; in ath6kl_htc_pipe_flush_rx_buf()
1695 &endpoint->rx_bufq, list) { in ath6kl_htc_pipe_flush_rx_buf()
1701 packet->endpoint); in ath6kl_htc_pipe_flush_rx_buf()