Home
last modified time | relevance | path

Searched refs:ep_ops (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dhtc.h326 struct ath10k_htc_ep_ops ep_ops; member
351 struct ath10k_htc_ep_ops ep_ops; member
H A Dwmi.c6424 conn_req.ep_ops.ep_tx_complete = ath10k_wmi_htc_tx_complete; in ath10k_wmi_connect()
6425 conn_req.ep_ops.ep_rx_complete = ath10k_wmi_process_rx; in ath10k_wmi_connect()
6426 conn_req.ep_ops.ep_tx_credits = ath10k_wmi_op_ep_tx_credits; in ath10k_wmi_connect()
H A Dhtt_rx.c4257 ep->ep_ops.ep_tx_credits(htc->ar); in ath10k_htt_t2h_msg_handler()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_htt.c27 conn_req.ep_ops.ep_tx_complete = ath12k_dp_htt_htc_tx_complete; in ath12k_dp_htt_connect()
28 conn_req.ep_ops.ep_rx_complete = ath12k_dp_htt_htc_t2h_msg_handler; in ath12k_dp_htt_connect()
H A Dwmi.c10505 conn_req.ep_ops.ep_tx_complete = ath12k_wmi_htc_tx_complete; in ath12k_connect_pdev_htc_service()
10506 conn_req.ep_ops.ep_rx_complete = ath12k_wmi_op_rx; in ath12k_connect_pdev_htc_service()
10507 conn_req.ep_ops.ep_tx_credits = ath12k_wmi_op_ep_tx_credits; in ath12k_connect_pdev_htc_service()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c9078 conn_req.ep_ops.ep_tx_complete = ath11k_wmi_htc_tx_complete; in ath11k_connect_pdev_htc_service()
9079 conn_req.ep_ops.ep_rx_complete = ath11k_wmi_tlv_op_rx; in ath11k_connect_pdev_htc_service()
9080 conn_req.ep_ops.ep_tx_credits = ath11k_wmi_op_ep_tx_credits; in ath11k_connect_pdev_htc_service()