Home
last modified time | relevance | path

Searched refs:ep_rx_complete (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dhtc.h216 void (*ep_rx_complete)(struct ath11k_base *, struct sk_buff *); member
H A Dhtc.c407 ep->ep_ops.ep_rx_complete(ab, skb); in ath11k_htc_rx_completion_handler()
831 conn_req.ep_ops.ep_rx_complete = ath11k_htc_control_rx_complete; in ath11k_htc_init()
H A Ddp.c955 conn_req.ep_ops.ep_rx_complete = ath11k_dp_htt_htc_t2h_msg_handler; in ath11k_dp_htt_connect()
H A Dwmi.c8910 conn_req.ep_ops.ep_rx_complete = ath11k_wmi_tlv_op_rx; in ath11k_connect_pdev_htc_service()
/linux/drivers/net/wireless/ath/ath12k/
H A Dhtc.h235 void (*ep_rx_complete)(struct ath12k_base *ab, struct sk_buff *skb); member
H A Dhtc.c369 ep->ep_ops.ep_rx_complete(ab, skb); in ath12k_htc_rx_completion_handler()
781 conn_req.ep_ops.ep_rx_complete = ath12k_htc_control_rx_complete; in ath12k_htc_init()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtc.h319 void (*ep_rx_complete)(struct ath10k *, struct sk_buff *); member
H A Dhtc.c523 ep->ep_ops.ep_rx_complete(ar, skb); in ath10k_htc_rx_completion_handler()
1213 conn_req.ep_ops.ep_rx_complete = ath10k_htc_pktlog_process_rx; in ath10k_htc_pktlog_connect()
1309 conn_req.ep_ops.ep_rx_complete = ath10k_htc_control_rx_complete; in ath10k_htc_init()
H A Dhtt.c300 conn_req.ep_ops.ep_rx_complete = ath10k_htt_htc_t2h_msg_handler; in ath10k_htt_connect()
H A Dsdio.c1364 ep->ep_ops.ep_rx_complete(ar, skb); in ath10k_rx_indication_async_work()
H A Dwmi.c6426 conn_req.ep_ops.ep_rx_complete = ath10k_wmi_process_rx; in ath10k_wmi_connect()