Home
last modified time | relevance | path

Searched refs:ep_rx_complete (Results 1 – 12 of 12) 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.c966 conn_req.ep_ops.ep_rx_complete = ath11k_dp_htt_htc_t2h_msg_handler; in ath11k_dp_htt_connect()
H A Dwmi.c8863 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()
H A Dwmi.c7611 conn_req.ep_ops.ep_rx_complete = ath12k_wmi_op_rx; in ath12k_connect_pdev_htc_service()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtc.h319 void (*ep_rx_complete)(struct ath10k *, struct sk_buff *); member
H A Dhtc.c520 ep->ep_ops.ep_rx_complete(ar, skb); in ath10k_htc_rx_completion_handler()
1210 conn_req.ep_ops.ep_rx_complete = ath10k_htc_pktlog_process_rx; in ath10k_htc_pktlog_connect()
1306 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 Dusb.c345 ep->ep_ops.ep_rx_complete(ar, skb); in ath10k_usb_rx_complete()
H A Dwmi.c6419 conn_req.ep_ops.ep_rx_complete = ath10k_wmi_process_rx; in ath10k_wmi_connect()