Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhtc.h235 void (*ep_rx_complete)(struct ath12k_base *ab, struct sk_buff *skb); member
H A 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()
H A Ddp.c1074 conn_req.ep_ops.ep_rx_complete = ath12k_dp_htt_htc_t2h_msg_handler; in ath12k_dp_htt_connect()
H A Dwmi.c6949 conn_req.ep_ops.ep_rx_complete = ath12k_wmi_op_rx; in ath12k_connect_pdev_htc_service()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhtc.h230 void (*ep_rx_complete)(struct ath11k_base *, struct sk_buff *); member
H A 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()
H A Ddp.c965 conn_req.ep_ops.ep_rx_complete = ath11k_dp_htt_htc_t2h_msg_handler; in ath11k_dp_htt_connect()
H A Dwmi.c9145 conn_req.ep_ops.ep_rx_complete = ath11k_wmi_tlv_op_rx; in ath11k_connect_pdev_htc_service()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtc.h333 void (*ep_rx_complete)(struct ath10k *, struct sk_buff *); member
H A Dhtc.c522 ep->ep_ops.ep_rx_complete(ar, skb); in ath10k_htc_rx_completion_handler()
1212 conn_req.ep_ops.ep_rx_complete = ath10k_htc_pktlog_process_rx; in ath10k_htc_pktlog_connect()
1308 conn_req.ep_ops.ep_rx_complete = ath10k_htc_control_rx_complete; in ath10k_htc_init()
H A Dhtt.c299 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 Dsdio.c1363 ep->ep_ops.ep_rx_complete(ar, skb); in ath10k_rx_indication_async_work()
H A Dwmi.c6487 conn_req.ep_ops.ep_rx_complete = ath10k_wmi_process_rx; in ath10k_wmi_connect()