Home
last modified time | relevance | path

Searched refs:ep_ops (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dhtc.c135 if (ep->ep_ops.ep_tx_credits) in ath11k_htc_send()
136 ep->ep_ops.ep_tx_credits(htc->ab); in ath11k_htc_send()
169 if (ep->ep_ops.ep_tx_credits) { in ath11k_htc_process_credit_report()
171 ep->ep_ops.ep_tx_credits(htc->ab); in ath11k_htc_process_credit_report()
340 ep->ep_ops.ep_rx_complete(ab, skb); in ath11k_htc_rx_completion_handler()
670 ep->ep_ops = conn_req->ep_ops; in ath11k_htc_connect_service()
755 conn_req.ep_ops.ep_tx_complete = ath11k_htc_control_tx_complete; in ath11k_htc_init()
756 conn_req.ep_ops.ep_rx_complete = ath11k_htc_control_rx_complete; in ath11k_htc_init()
H A Dhtc.h237 struct ath11k_htc_ep_ops ep_ops; member
263 struct ath11k_htc_ep_ops ep_ops; member
H A Ddp.c927 conn_req.ep_ops.ep_tx_complete = ath11k_dp_htt_htc_tx_complete; in ath11k_dp_htt_connect()
928 conn_req.ep_ops.ep_rx_complete = ath11k_dp_htt_htc_t2h_msg_handler; in ath11k_dp_htt_connect()
H A Dwmi.c6548 conn_req.ep_ops.ep_tx_complete = ath11k_wmi_htc_tx_complete; in ath11k_connect_pdev_htc_service()
6549 conn_req.ep_ops.ep_rx_complete = ath11k_wmi_tlv_op_rx; in ath11k_connect_pdev_htc_service()
6550 conn_req.ep_ops.ep_tx_credits = ath11k_wmi_op_ep_tx_credits; in ath11k_connect_pdev_htc_service()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dhtc.c136 if (ep->ep_ops.ep_tx_credits) in ath12k_htc_send()
137 ep->ep_ops.ep_tx_credits(htc->ab); in ath12k_htc_send()
170 if (ep->ep_ops.ep_tx_credits) { in ath12k_htc_process_credit_report()
172 ep->ep_ops.ep_tx_credits(htc->ab); in ath12k_htc_process_credit_report()
363 ep->ep_ops.ep_rx_complete(ab, skb); in ath12k_htc_rx_completion_handler()
691 ep->ep_ops = conn_req->ep_ops; in ath12k_htc_connect_service()
774 conn_req.ep_ops.ep_tx_complete = ath12k_htc_control_tx_complete; in ath12k_htc_init()
775 conn_req.ep_ops.ep_rx_complete = ath12k_htc_control_rx_complete; in ath12k_htc_init()
H A Dhtc.h242 struct ath12k_htc_ep_ops ep_ops; member
268 struct ath12k_htc_ep_ops ep_ops; member
H A Ddp.c1064 conn_req.ep_ops.ep_tx_complete = ath12k_dp_htt_htc_tx_complete; in ath12k_dp_htt_connect()
1065 conn_req.ep_ops.ep_rx_complete = ath12k_dp_htt_htc_t2h_msg_handler; in ath12k_dp_htt_connect()
H A Dwmi.c6726 conn_req.ep_ops.ep_tx_complete = ath12k_wmi_htc_tx_complete; in ath12k_connect_pdev_htc_service()
6727 conn_req.ep_ops.ep_rx_complete = ath12k_wmi_op_rx; in ath12k_connect_pdev_htc_service()
6728 conn_req.ep_ops.ep_tx_credits = ath12k_wmi_op_ep_tx_credits; in ath12k_connect_pdev_htc_service()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtc.c62 if (!ep->ep_ops.ep_tx_complete) { in ath10k_htc_notify_tx_completion()
73 ep->ep_ops.ep_tx_complete(ep->htc->ar, skb); in ath10k_htc_notify_tx_completion()
149 if (ep->ep_ops.ep_tx_credits) in ath10k_htc_release_credit()
150 ep->ep_ops.ep_tx_credits(htc->ar); in ath10k_htc_release_credit()
262 if (ep->ep_ops.ep_tx_credits) { in ath10k_htc_process_credit_report()
264 ep->ep_ops.ep_tx_credits(htc->ar); in ath10k_htc_process_credit_report()
506 ep->ep_ops.ep_rx_complete(ar, skb); in ath10k_htc_rx_completion_handler()
1131 ep->ep_ops = conn_req->ep_ops; in ath10k_htc_connect_service()
1190 conn_req.ep_ops in ath10k_htc_pktlog_connect()
[all...]
H A Dhtt.c145 conn_req.ep_ops.ep_tx_complete = ath10k_htt_htc_tx_complete; in ath10k_htt_connect()
146 conn_req.ep_ops.ep_rx_complete = ath10k_htt_htc_t2h_msg_handler; in ath10k_htt_connect()
147 conn_req.ep_ops.ep_tx_credits = ath10k_htt_op_ep_tx_credits; in ath10k_htt_connect()
H A Dhtc.h340 struct ath10k_htc_ep_ops ep_ops; member
365 struct ath10k_htc_ep_ops ep_ops; member
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.c6396 conn_req.ep_ops.ep_tx_complete = ath10k_wmi_htc_tx_complete; in ath10k_wmi_connect()
6397 conn_req.ep_ops.ep_rx_complete = ath10k_wmi_process_rx; in ath10k_wmi_connect()
6398 conn_req.ep_ops.ep_tx_credits = ath10k_wmi_op_ep_tx_credits; in ath10k_wmi_connect()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtc.c71 if (!ep->ep_ops.ep_tx_complete) { in ath10k_htc_notify_tx_completion()
82 ep->ep_ops.ep_tx_complete(ep->htc->ar, skb); in ath10k_htc_notify_tx_completion()
158 if (ep->ep_ops.ep_tx_credits) in ath10k_htc_release_credit()
159 ep->ep_ops.ep_tx_credits(htc->ar); in ath10k_htc_release_credit()
271 if (ep->ep_ops.ep_tx_credits) { in ath10k_htc_process_credit_report()
273 ep->ep_ops.ep_tx_credits(htc->ar); in ath10k_htc_process_credit_report()
519 ep->ep_ops.ep_rx_complete(ar, skb); in ath10k_htc_rx_completion_handler()
1149 ep->ep_ops = conn_req->ep_ops; in ath10k_htc_connect_service()
1208 conn_req.ep_ops in ath10k_htc_pktlog_connect()
[all...]
H A Dhtt.c298 conn_req.ep_ops.ep_tx_complete = ath10k_htt_htc_tx_complete; in ath10k_htt_connect()
299 conn_req.ep_ops.ep_rx_complete = ath10k_htt_htc_t2h_msg_handler; in ath10k_htt_connect()
300 conn_req.ep_ops.ep_tx_credits = ath10k_htt_op_ep_tx_credits; in ath10k_htt_connect()
H A Dhtc.h340 struct ath10k_htc_ep_ops ep_ops; member
365 struct ath10k_htc_ep_ops ep_ops; member
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()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dhtc.c141 if (ep->ep_ops.ep_tx_credits) in ath11k_htc_send()
142 ep->ep_ops.ep_tx_credits(htc->ab); in ath11k_htc_send()
175 if (ep->ep_ops.ep_tx_credits) { in ath11k_htc_process_credit_report()
177 ep->ep_ops.ep_tx_credits(htc->ab); in ath11k_htc_process_credit_report()
270 ep_tx_complete = ep->ep_ops.ep_tx_complete; in ath11k_htc_tx_completion_handler()
406 ep->ep_ops.ep_rx_complete(ab, skb); in ath11k_htc_rx_completion_handler()
741 ep->ep_ops = conn_req->ep_ops; in ath11k_htc_connect_service()
829 conn_req.ep_ops.ep_tx_complete = ath11k_htc_control_tx_complete; in ath11k_htc_init()
830 conn_req.ep_ops in ath11k_htc_init()
[all...]
H A Dhtc.h237 struct ath11k_htc_ep_ops ep_ops; member
263 struct ath11k_htc_ep_ops ep_ops; member
H A Ddp.c951 conn_req.ep_ops.ep_tx_complete = ath11k_dp_htt_htc_tx_complete; in ath11k_dp_htt_connect()
952 conn_req.ep_ops.ep_rx_complete = ath11k_dp_htt_htc_t2h_msg_handler; in ath11k_dp_htt_connect()
H A Dwmi.c8802 conn_req.ep_ops.ep_tx_complete = ath11k_wmi_htc_tx_complete; in ath11k_connect_pdev_htc_service()
8803 conn_req.ep_ops.ep_rx_complete = ath11k_wmi_tlv_op_rx; in ath11k_connect_pdev_htc_service()
8804 conn_req.ep_ops.ep_tx_credits = ath11k_wmi_op_ep_tx_credits; in ath11k_connect_pdev_htc_service()
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H A Dpci-keystone.c111 const struct dw_pcie_ep_ops *ep_ops; member
1123 .ep_ops = &ks_pcie_am654_ep_ops,
1148 const struct dw_pcie_ep_ops *ep_ops; in ks_pcie_probe() local
1175 ep_ops = data->ep_ops; in ks_pcie_probe()
1325 pci->ep.ops = ep_ops; in ks_pcie_probe()
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H A Dpci-keystone.c110 const struct dw_pcie_ep_ops *ep_ops; member
1081 .ep_ops = &ks_pcie_am654_ep_ops,
1106 const struct dw_pcie_ep_ops *ep_ops; in ks_pcie_probe() local
1132 ep_ops = data->ep_ops; in ks_pcie_probe()
1289 pci->ep.ops = ep_ops; in ks_pcie_probe()

Completed in 66 milliseconds

12