• Home
  • Raw
  • Download

Lines Matching refs:endpoint

80 	struct htc_endpoint *ep = &target->endpoint[packet->endpoint];  in send_packet_completion()
246 htc_hdr->eid = (u8) packet->endpoint; in htc_issue_packets()
679 ep = &target->endpoint[rpt->eid]; in htc_process_credit_report()
764 ep = &target->endpoint[ep_id]; in ath6kl_htc_pipe_tx_complete()
801 if (packet->endpoint >= ENDPOINT_MAX) { in htc_send_packets_multiple()
805 ep = &target->endpoint[packet->endpoint]; in htc_send_packets_multiple()
998 ep = &target->endpoint[htc_hdr->eid]; in ath6kl_htc_pipe_rx_complete()
1086 packet->endpoint = htc_hdr->eid; in ath6kl_htc_pipe_rx_complete()
1135 packet->endpoint); in htc_flush_rx_queue()
1191 ep = &target->endpoint[i]; in reset_endpoint_states()
1367 ep = &target->endpoint[assigned_epid]; in ath6kl_htc_pipe_conn_service()
1376 conn_resp->endpoint = assigned_epid; in ath6kl_htc_pipe_conn_service()
1458 ep = &target->endpoint[ENDPOINT_0]; in ath6kl_htc_pipe_create()
1534 ep = &target->endpoint[i]; in ath6kl_htc_pipe_stop()
1544 enum htc_endpoint_id endpoint) in ath6kl_htc_pipe_get_rxbuf_num() argument
1549 num = get_queue_depth(&(target->endpoint[endpoint].rx_bufq)); in ath6kl_htc_pipe_get_rxbuf_num()
1562 __func__, packet->endpoint, packet->buf, in ath6kl_htc_pipe_tx()
1625 enum htc_endpoint_id endpoint, u16 tag) in ath6kl_htc_pipe_flush_txep() argument
1627 struct htc_endpoint *ep = &target->endpoint[endpoint]; in ath6kl_htc_pipe_flush_txep()
1650 if (first->endpoint >= ENDPOINT_MAX) { in ath6kl_htc_pipe_add_rxbuf_multiple()
1656 __func__, first->endpoint, get_queue_depth(pkt_queue), in ath6kl_htc_pipe_add_rxbuf_multiple()
1659 ep = &target->endpoint[first->endpoint]; in ath6kl_htc_pipe_add_rxbuf_multiple()