| /drivers/net/wireless/ath/ath11k/ |
| A D | htc.c | 258 struct ath11k_htc *htc = &ab->htc; in ath11k_htc_tx_completion_handler() local 269 ep = &htc->endpoint[eid]; in ath11k_htc_tx_completion_handler() 289 struct ath11k_htc *htc = &ab->htc; in ath11k_htc_rx_completion_handler() local 472 ep = &htc->endpoint[i]; in ath11k_htc_reset_endpoint_states() 477 ep->htc = htc; in ath11k_htc_reset_endpoint_states() 577 htc->total_transmit_credits, htc->target_credit_size); in ath11k_htc_wait_target() 800 struct ath11k_htc *htc = &ab->htc; in ath11k_htc_init() local 809 htc->ab = ab; in ath11k_htc_init() 813 htc->wmi_ep_count = 1; in ath11k_htc_init() 817 htc->wmi_ep_count = 2; in ath11k_htc_init() [all …]
|
| A D | htc.h | 246 struct ath11k_htc *htc; member 286 int ath11k_htc_wait_target(struct ath11k_htc *htc); 287 int ath11k_htc_start(struct ath11k_htc *htc); 288 int ath11k_htc_connect_service(struct ath11k_htc *htc, 291 int ath11k_htc_send(struct ath11k_htc *htc, enum ath11k_htc_ep_id eid,
|
| A D | Makefile | 10 htc.o \
|
| A D | dp_tx.c | 981 ret = ath11k_htc_send(&ab->htc, ab->dp.eid, skb); in ath11k_dp_tx_htt_srng_setup() 1014 ret = ath11k_htc_send(&ab->htc, dp->eid, skb); in ath11k_dp_tx_htt_h2t_ver_req_msg() 1061 ret = ath11k_htc_send(&ab->htc, dp->eid, skb); in ath11k_dp_tx_htt_h2t_ppdu_stats_req() 1126 ret = ath11k_htc_send(&ab->htc, ab->dp.eid, skb); in ath11k_dp_tx_htt_rx_filter_setup() 1176 ret = ath11k_htc_send(&ab->htc, dp->eid, skb); in ath11k_dp_tx_htt_h2t_ext_stats_req() 1296 ret = ath11k_htc_send(&ab->htc, ab->dp.eid, skb); in ath11k_dp_tx_htt_rx_full_mon_setup()
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | htc.c | 256 struct ath12k_htc *htc = &ab->htc; in ath12k_htc_rx_completion_handler() local 275 ep = &htc->endpoint[eid]; in ath12k_htc_rx_completion_handler() 341 htc->control_resp_len = in ath12k_htc_rx_completion_handler() 436 ep = &htc->endpoint[i]; in ath12k_htc_reset_endpoint_states() 441 ep->htc = htc; in ath12k_htc_reset_endpoint_states() 544 htc->total_transmit_credits, htc->target_credit_size); in ath12k_htc_wait_target() 752 struct ath12k_htc *htc = &ab->htc; in ath12k_htc_init() local 761 htc->ab = ab; in ath12k_htc_init() 765 htc->wmi_ep_count = 1; in ath12k_htc_init() 769 htc->wmi_ep_count = 2; in ath12k_htc_init() [all …]
|
| A D | htc.h | 265 struct ath12k_htc *htc; member 305 int ath12k_htc_wait_target(struct ath12k_htc *htc); 306 int ath12k_htc_start(struct ath12k_htc *htc); 307 int ath12k_htc_connect_service(struct ath12k_htc *htc, 310 int ath12k_htc_send(struct ath12k_htc *htc, enum ath12k_htc_ep_id eid,
|
| A D | Makefile | 10 htc.o \
|
| A D | dp_tx.c | 1263 ret = ath12k_htc_send(&ab->htc, ab->dp.eid, skb); in ath12k_dp_tx_htt_srng_setup() 1306 ret = ath12k_htc_send(&ab->htc, dp->eid, skb); in ath12k_dp_tx_htt_h2t_ver_req_msg() 1353 ret = ath12k_htc_send(&ab->htc, dp->eid, skb); in ath12k_dp_tx_htt_h2t_ppdu_stats_req() 1500 ret = ath12k_htc_send(&ab->htc, ab->dp.eid, skb); in ath12k_dp_tx_htt_rx_filter_setup() 1546 ret = ath12k_htc_send(&ab->htc, dp->eid, skb); in ath12k_dp_tx_htt_h2t_ext_stats_req() 1772 ret = ath12k_htc_send(&ab->htc, ab->dp.eid, skb); in ath12k_dp_tx_htt_tx_filter_setup()
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | htc.c | 113 struct ath10k_htc *htc = ep->htc; in ath10k_htc_consume_credit() local 146 struct ath10k_htc *htc = ep->htc; in ath10k_htc_release_credit() local 230 struct ath10k_htc *htc = &ar->htc; in ath10k_htc_tx_completion_handler() local 443 struct ath10k_htc *htc = &ar->htc; in ath10k_htc_rx_completion_handler() local 535 struct ath10k_htc *htc = &ar->htc; in ath10k_htc_control_rx_complete() local 623 ep->htc = htc; in ath10k_htc_reset_endpoint_states() 647 struct ath10k_htc *htc = ep->htc; in ath10k_htc_send_bundle() local 691 struct ath10k_htc *htc = ep->htc; in ath10k_htc_send_one_skb() local 706 struct ath10k_htc *htc = ep->htc; in ath10k_htc_send_bundle_skbs() local 1295 struct ath10k_htc *htc = &ar->htc; in ath10k_htc_init() local [all …]
|
| A D | htc.h | 348 struct ath10k_htc *htc; member 394 int ath10k_htc_wait_target(struct ath10k_htc *htc); 396 int ath10k_htc_start(struct ath10k_htc *htc); 397 int ath10k_htc_connect_service(struct ath10k_htc *htc, 400 void ath10k_htc_change_tx_credit_flow(struct ath10k_htc *htc, 403 int ath10k_htc_send(struct ath10k_htc *htc, enum ath10k_htc_ep_id eid, 407 int ath10k_htc_send_hl(struct ath10k_htc *htc, enum ath10k_htc_ep_id eid, 414 int ath10k_htc_process_trailer(struct ath10k_htc *htc,
|
| A D | sdio.c | 385 struct ath10k_htc *htc = &ar->htc; in ath10k_sdio_mbox_rx_process_packet() local 398 ret = ath10k_htc_process_trailer(htc, in ath10k_sdio_mbox_rx_process_packet() 423 struct ath10k_htc *htc = &ar->htc; in ath10k_sdio_mbox_rx_process_packets() local 446 ep = &htc->endpoint[id]; in ath10k_sdio_mbox_rx_process_packets() 507 u8 max_msgs = ar->htc.max_msgs_per_htc_bundle; in ath10k_sdio_mbox_alloc_bundle() 1337 ep = &ar->htc.endpoint[req->eid]; in __ath10k_sdio_write_async() 1363 ep = &ar->htc.endpoint[cb->eid]; in ath10k_rx_indication_async_work() 1990 ep = &ar->htc.endpoint[req->eid]; in ath10k_sdio_hif_stop() 2035 struct ath10k_htc *htc = &ar->htc; in ath10k_sdio_hif_map_service_to_pipe() local 2047 if (htc->endpoint[i].service_id == service_id) { in ath10k_sdio_hif_map_service_to_pipe() [all …]
|
| A D | htt_tx.c | 624 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_ver_req_msg() 666 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_stats_req() 728 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_32() 790 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_frag_desc_bank_cfg_64() 877 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_32() 947 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_64() 998 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_send_rx_ring_cfg_hl() 1045 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg_32() 1092 ret = ath10k_htc_send(&htt->ar->htc, htt->eid, skb); in ath10k_htt_h2t_aggr_cfg_msg_v2() 1136 ret = ath10k_htc_send(&ar->htc, ar->htt.eid, skb); in ath10k_htt_tx_fetch_resp() [all …]
|
| A D | htt.c | 306 status = ath10k_htc_connect_service(&htt->ar->htc, &conn_req, in ath10k_htt_connect() 315 ep = &ar->htc.endpoint[htt->eid]; in ath10k_htt_connect() 321 ath10k_htc_change_tx_credit_flow(&htt->ar->htc, htt->eid, true); in ath10k_htt_connect()
|
| A D | usb.c | 287 ep = &ar->htc.endpoint[htc_hdr->eid]; in ath10k_usb_tx_complete() 294 struct ath10k_htc *htc = &ar->htc; in ath10k_usb_rx_complete() local 304 ep = &ar->htc.endpoint[eid]; in ath10k_usb_rx_complete() 326 ret = ath10k_htc_process_trailer(htc, in ath10k_usb_rx_complete()
|
| A D | Makefile | 6 htc.o \
|
| /drivers/net/wireless/ath/ath9k/ |
| A D | wmi.c | 262 int ath9k_wmi_connect(struct htc_target *htc, struct wmi *wmi, in ath9k_wmi_connect() argument 268 wmi->htc = htc; in ath9k_wmi_connect() 277 ret = htc_connect_service(htc, &connect, &wmi->ctrl_epid); in ath9k_wmi_connect() 307 return htc_send_epid(wmi->htc, skb, wmi->ctrl_epid); in ath9k_wmi_cmd_issue()
|
| A D | htc_drv_init.c | 83 if (atomic_read(&priv->htc->tgt_ready) > 0) { in ath9k_htc_wait_for_target() 84 atomic_dec(&priv->htc->tgt_ready); in ath9k_htc_wait_for_target() 89 time_left = wait_for_completion_timeout(&priv->htc->target_wait, HZ); in ath9k_htc_wait_for_target() 95 atomic_dec(&priv->htc->tgt_ready); in ath9k_htc_wait_for_target() 137 return htc_connect_service(priv->htc, &req, ep_id); in ath9k_htc_connect_svc() 146 ret = ath9k_wmi_connect(priv->htc, priv->wmi, &priv->wmi_cmd_ep); in ath9k_init_htc_services() 206 priv->htc->credits = 45; in ath9k_init_htc_services() 208 priv->htc->credits = 33; in ath9k_init_htc_services() 210 ret = htc_init(priv->htc); in ath9k_init_htc_services() 215 priv->htc->credits); in ath9k_init_htc_services() [all …]
|
| A D | wmi.h | 150 struct htc_target *htc; member 182 int ath9k_wmi_connect(struct htc_target *htc, struct wmi *wmi,
|
| A D | htc_hst.c | 523 void ath9k_htc_hw_free(struct htc_target *htc) in ath9k_htc_hw_free() argument 525 kfree(htc); in ath9k_htc_hw_free()
|
| A D | htc_hst.h | 224 void ath9k_htc_hw_free(struct htc_target *htc);
|
| /drivers/staging/rtl8723bs/include/ |
| A D | rtl8723b_recv.h | 62 u32 htc:1; member
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| A D | trx.h | 26 u32 htc:1; member
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| A D | mac.h | 106 u32 htc:1; member
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| A D | trx.h | 356 u32 htc:1; member 495 u32 htc:1; member
|
| /drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| A D | trx.h | 358 u32 htc:1; member 497 u32 htc:1; member
|