/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | htc.c | 135 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 D | htc.h | 237 struct ath11k_htc_ep_ops ep_ops; member 263 struct ath11k_htc_ep_ops ep_ops; member
|
H A D | dp.c | 927 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 D | wmi.c | 6548 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 D | htc.c | 136 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 D | htc.h | 242 struct ath12k_htc_ep_ops ep_ops; member 268 struct ath12k_htc_ep_ops ep_ops; member
|
H A D | dp.c | 1064 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 D | wmi.c | 6726 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 D | htc.c | 62 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 D | htt.c | 145 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 D | htc.h | 340 struct ath10k_htc_ep_ops ep_ops; member 365 struct ath10k_htc_ep_ops ep_ops; member
|
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 | 6396 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 D | htc.c | 71 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 D | htt.c | 298 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 D | htc.h | 340 struct ath10k_htc_ep_ops ep_ops; member 365 struct ath10k_htc_ep_ops ep_ops; member
|
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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | htc.c | 141 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 D | htc.h | 237 struct ath11k_htc_ep_ops ep_ops; member 263 struct ath11k_htc_ep_ops ep_ops; member
|
H A D | dp.c | 951 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 D | wmi.c | 8802 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 D | pci-keystone.c | 111 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 D | pci-keystone.c | 110 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()
|