Searched refs:htc_endpoint (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/net/wireless/ath/ath9k/ |
D | htc_hst.c | 26 struct htc_endpoint *endpoint = &target->endpoint[epid]; in htc_issue_send() 40 static struct htc_endpoint *get_next_avail_ep(struct htc_endpoint *endpoint) in get_next_avail_ep() 91 struct htc_endpoint *endpoint; in htc_process_target_rdy() 107 struct htc_endpoint *endpoint, *tmp_endpoint = NULL; in htc_process_conn_rsp() 246 struct htc_endpoint *endpoint; in htc_connect_service() 336 struct htc_endpoint *endpoint; in ath9k_htc_txcompletion_cb() 408 struct htc_endpoint *endpoint; in ath9k_htc_rx_msg() 496 struct htc_endpoint *endpoint; in ath9k_htc_hw_alloc()
|
D | htc_hst.h | 98 struct htc_endpoint { struct 121 struct htc_endpoint endpoint[ENDPOINT_MAX]; argument
|
/linux-6.6.21/drivers/net/wireless/ath/ath6kl/ |
D | htc_pipe.c | 37 static void do_send_completion(struct htc_endpoint *ep, in do_send_completion() 80 struct htc_endpoint *ep = &target->endpoint[packet->endpoint]; in send_packet_completion() 92 struct htc_endpoint *ep, in get_htc_packet_credit_based() 174 struct htc_endpoint *ep, in get_htc_packet() 204 struct htc_endpoint *ep, in htc_issue_packets() 301 struct htc_endpoint *ep, in htc_try_send() 660 struct htc_endpoint *ep; in htc_process_credit_report() 692 struct htc_endpoint *ep, u16 tag) in htc_flush_tx_endpoint() 714 struct htc_endpoint *ep, in htc_lookup_tx_packet() 746 struct htc_endpoint *ep; in ath6kl_htc_pipe_tx_complete() [all …]
|
D | htc_mbox.c | 409 struct htc_endpoint *endpoint, in htc_tx_comp_update() 438 static void htc_tx_complete(struct htc_endpoint *endpoint, in htc_tx_complete() 454 struct htc_endpoint *endpoint = &target->endpoint[packet->endpoint]; in htc_tx_comp_handler() 470 struct htc_endpoint *endpoint; in htc_async_tx_scat_complete() 547 struct htc_endpoint *ep, u8 *flags, in htc_check_credits() 600 struct htc_endpoint *endpoint, in ath6kl_htc_tx_pkts_get() 649 struct htc_endpoint *ep) in htc_get_credit_padding() 680 struct htc_endpoint *endpoint, in ath6kl_htc_tx_setup_scat_list() 755 static void ath6kl_htc_tx_bundle(struct htc_endpoint *endpoint, in ath6kl_htc_tx_bundle() 859 struct htc_endpoint *endpoint) in ath6kl_htc_tx_from_queue() [all …]
|
D | htc.h | 425 struct htc_endpoint *htc_ep; 515 struct htc_endpoint { struct 585 struct htc_endpoint endpoint[ENDPOINT_MAX];
|