Searched refs:ep_rx_complete (Results 1 - 24 of 24) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | htc.h | 230 void (*ep_rx_complete)(struct ath11k_base *, struct sk_buff *); member
|
H A D | htc.c | 340 ep->ep_ops.ep_rx_complete(ab, skb); in ath11k_htc_rx_completion_handler() 756 conn_req.ep_ops.ep_rx_complete = ath11k_htc_control_rx_complete; in ath11k_htc_init()
|
H A D | dp.c | 928 conn_req.ep_ops.ep_rx_complete = ath11k_dp_htt_htc_t2h_msg_handler; in ath11k_dp_htt_connect()
|
H A D | wmi.c | 6549 conn_req.ep_ops.ep_rx_complete = ath11k_wmi_tlv_op_rx; in ath11k_connect_pdev_htc_service()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htt.c | 146 conn_req.ep_ops.ep_rx_complete = ath10k_htt_htc_t2h_msg_handler; in ath10k_htt_connect()
|
H A D | htc.h | 333 void (*ep_rx_complete)(struct ath10k *, struct sk_buff *); member
|
H A D | htc.c | 506 ep->ep_ops.ep_rx_complete(ar, skb); in ath10k_htc_rx_completion_handler() 1191 conn_req.ep_ops.ep_rx_complete = ath10k_htc_pktlog_process_rx; in ath10k_htc_pktlog_connect() 1287 conn_req.ep_ops.ep_rx_complete = ath10k_htc_control_rx_complete; in ath10k_htc_init()
|
H A D | usb.c | 345 ep->ep_ops.ep_rx_complete(ar, skb); in ath10k_usb_rx_complete()
|
H A D | sdio.c | 1363 ep->ep_ops.ep_rx_complete(ar, skb); in ath10k_rx_indication_async_work()
|
H A D | wmi.c | 6397 conn_req.ep_ops.ep_rx_complete = ath10k_wmi_process_rx; in ath10k_wmi_connect()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | htc.h | 230 void (*ep_rx_complete)(struct ath11k_base *, struct sk_buff *); member
|
H A D | htc.c | 406 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 D | dp.c | 952 conn_req.ep_ops.ep_rx_complete = ath11k_dp_htt_htc_t2h_msg_handler; in ath11k_dp_htt_connect()
|
H A D | wmi.c | 8803 conn_req.ep_ops.ep_rx_complete = ath11k_wmi_tlv_op_rx; in ath11k_connect_pdev_htc_service()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | htc.h | 235 void (*ep_rx_complete)(struct ath12k_base *ab, struct sk_buff *skb); member
|
H A D | htc.c | 363 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 D | dp.c | 1065 conn_req.ep_ops.ep_rx_complete = ath12k_dp_htt_htc_t2h_msg_handler; in ath12k_dp_htt_connect()
|
H A D | wmi.c | 6727 conn_req.ep_ops.ep_rx_complete = ath12k_wmi_op_rx; in ath12k_connect_pdev_htc_service()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htc.h | 333 void (*ep_rx_complete)(struct ath10k *, struct sk_buff *); member
|
H A D | htc.c | 519 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()
|
H A D | htt.c | 299 conn_req.ep_ops.ep_rx_complete = ath10k_htt_htc_t2h_msg_handler; in ath10k_htt_connect()
|
H A D | usb.c | 345 ep->ep_ops.ep_rx_complete(ar, skb); in ath10k_usb_rx_complete()
|
H A D | sdio.c | 1363 ep->ep_ops.ep_rx_complete(ar, skb); in ath10k_rx_indication_async_work()
|
H A D | wmi.c | 6397 conn_req.ep_ops.ep_rx_complete = ath10k_wmi_process_rx; in ath10k_wmi_connect()
|
Completed in 76 milliseconds