Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dhtc.h230 void (*ep_rx_complete)(struct ath11k_base *, struct sk_buff *); member
Dhtc.c406 ep->ep_ops.ep_rx_complete(ab, skb); in ath11k_htc_rx_completion_handler()
830 conn_req.ep_ops.ep_rx_complete = ath11k_htc_control_rx_complete; in ath11k_htc_init()
Ddp.c952 conn_req.ep_ops.ep_rx_complete = ath11k_dp_htt_htc_t2h_msg_handler; in ath11k_dp_htt_connect()
Dwmi.c8803 conn_req.ep_ops.ep_rx_complete = ath11k_wmi_tlv_op_rx; in ath11k_connect_pdev_htc_service()
/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Dhtc.h235 void (*ep_rx_complete)(struct ath12k_base *ab, struct sk_buff *skb); member
Dhtc.c363 ep->ep_ops.ep_rx_complete(ab, skb); in ath12k_htc_rx_completion_handler()
775 conn_req.ep_ops.ep_rx_complete = ath12k_htc_control_rx_complete; in ath12k_htc_init()
Ddp.c1065 conn_req.ep_ops.ep_rx_complete = ath12k_dp_htt_htc_t2h_msg_handler; in ath12k_dp_htt_connect()
Dwmi.c6727 conn_req.ep_ops.ep_rx_complete = ath12k_wmi_op_rx; in ath12k_connect_pdev_htc_service()
/linux-6.6.21/drivers/net/wireless/ath/ath10k/
Dhtc.h333 void (*ep_rx_complete)(struct ath10k *, struct sk_buff *); member
Dhtc.c519 ep->ep_ops.ep_rx_complete(ar, skb); in ath10k_htc_rx_completion_handler()
1209 conn_req.ep_ops.ep_rx_complete = ath10k_htc_pktlog_process_rx; in ath10k_htc_pktlog_connect()
1305 conn_req.ep_ops.ep_rx_complete = ath10k_htc_control_rx_complete; in ath10k_htc_init()
Dhtt.c299 conn_req.ep_ops.ep_rx_complete = ath10k_htt_htc_t2h_msg_handler; in ath10k_htt_connect()
Dusb.c345 ep->ep_ops.ep_rx_complete(ar, skb); in ath10k_usb_rx_complete()
Dsdio.c1363 ep->ep_ops.ep_rx_complete(ar, skb); in ath10k_rx_indication_async_work()
Dwmi.c6397 conn_req.ep_ops.ep_rx_complete = ath10k_wmi_process_rx; in ath10k_wmi_connect()