Home
last modified time | relevance | path

Searched refs:hal (Results 1 – 25 of 42) sorted by relevance

12

/linux/drivers/net/wireless/realtek/rtw88/
H A Dsar.c11 const struct rtw_hal *hal = &rtwdev->hal; in rtw_query_sar() local
12 const struct rtw_sar *sar = &hal->sar; in rtw_query_sar()
27 struct rtw_hal *hal = &rtwdev->hal; in rtw_apply_sar() local
28 struct rtw_sar *sar = &hal->sar; in rtw_apply_sar()
36 rtw_phy_set_tx_power_level(rtwdev, hal->current_channel); in rtw_apply_sar()
44 struct rtw_hal *hal = &rtwdev->hal; in rtw_sar_to_phy() local
52 hal->tx_pwr_by_rate_base_2g[arg->path][arg->rs] : in rtw_sar_to_phy()
53 hal->tx_pwr_by_rate_base_5g[arg->path][arg->rs]; in rtw_sar_to_phy()
H A Drtw88xxa.c127 struct rtw_hal *hal = &rtwdev->hal; in rtw88xxa_read_usb_type() local
168 hal->rf_type = RF_1T1R; in rtw88xxa_read_usb_type()
169 hal->rf_path_num = 1; in rtw88xxa_read_usb_type()
170 hal->rf_phy_num = 1; in rtw88xxa_read_usb_type()
171 hal->antenna_tx = BB_PATH_A; in rtw88xxa_read_usb_type()
172 hal->antenna_rx = BB_PATH_A; in rtw88xxa_read_usb_type()
176 hal->rf_type = RF_2T2R; in rtw88xxa_read_usb_type()
177 hal->rf_path_num = 2; in rtw88xxa_read_usb_type()
178 hal->rf_phy_num = 2; in rtw88xxa_read_usb_type()
179 hal->antenna_tx = BB_PATH_AB; in rtw88xxa_read_usb_type()
[all …]
H A Drtw8814a.c77 struct rtw_hal *hal = &rtwdev->hal; in rtw8814a_read_rf_type() local
84 hal->rf_type = RF_2T2R; in rtw8814a_read_rf_type()
86 hal->rf_type = RF_3T3R; in rtw8814a_read_rf_type()
92 hal->rf_type = RF_2T2R; in rtw8814a_read_rf_type()
96 hal->rf_path_num = 4; in rtw8814a_read_rf_type()
97 hal->rf_phy_num = 4; in rtw8814a_read_rf_type()
99 if (hal->rf_type == RF_3T3R) { in rtw8814a_read_rf_type()
100 hal->antenna_rx = BB_PATH_ABC; in rtw8814a_read_rf_type()
101 hal->antenna_tx = BB_PATH_ABC; in rtw8814a_read_rf_type()
103 hal->antenna_rx = BB_PATH_AB; in rtw8814a_read_rf_type()
[all …]
H A Dmac80211.c292 rtwdev->hal.rcr |= BIT_AM; in rtw_ops_configure_filter()
294 rtwdev->hal.rcr &= ~(BIT_AM); in rtw_ops_configure_filter()
298 rtwdev->hal.rcr |= BIT_ACRC32; in rtw_ops_configure_filter()
300 rtwdev->hal.rcr &= ~(BIT_ACRC32); in rtw_ops_configure_filter()
304 rtwdev->hal.rcr |= BIT_AAP; in rtw_ops_configure_filter()
306 rtwdev->hal.rcr &= ~(BIT_AAP); in rtw_ops_configure_filter()
310 rtwdev->hal.rcr &= ~(BIT_CBSSID_BCN | BIT_CBSSID_DATA); in rtw_ops_configure_filter()
312 rtwdev->hal.rcr |= BIT_CBSSID_BCN; in rtw_ops_configure_filter()
317 changed_flags, *new_flags, rtwdev->hal.rcr); in rtw_ops_configure_filter()
319 rtw_write32(rtwdev, REG_RCR, rtwdev->hal.rcr); in rtw_ops_configure_filter()
[all …]
H A Drtw8821c.c50 struct rtw_hal *hal = &rtwdev->hal; in rtw8821c_read_efuse() local
74 hal->pkg_type = map->rfe_option & BIT(5) ? 1 : 0; in rtw8821c_read_efuse()
83 hal->rfe_btg = true; in rtw8821c_read_efuse()
160 struct rtw_hal *hal = &rtwdev->hal; in rtw8821c_phy_set_param() local
195 hal->ch_param[0] = rtw_read32_mask(rtwdev, REG_TXSF2, MASKDWORD); in rtw8821c_phy_set_param()
196 hal->ch_param[1] = rtw_read32_mask(rtwdev, REG_TXSF6, MASKDWORD); in rtw8821c_phy_set_param()
197 hal->ch_param[2] = rtw_read32_mask(rtwdev, REG_TXFILTER, MASKDWORD); in rtw8821c_phy_set_param()
312 struct rtw_hal *hal in rtw8821c_set_channel_rf() local
386 struct rtw_hal *hal = &rtwdev->hal; rtw8821c_cck_tx_filter_srrc() local
446 struct rtw_hal *hal = &rtwdev->hal; rtw8821c_set_channel_bb() local
686 struct rtw_hal *hal = &rtwdev->hal; rtw8821c_set_tx_power_index_by_rate() local
707 struct rtw_hal *hal = &rtwdev->hal; rtw8821c_set_tx_power_index() local
[all...]
H A Ddebug.c592 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw_debugfs_get_rf_dump()
696 struct rtw_hal *hal = &rtwdev->hal; in rtw_debugfs_get_tx_pwr_tbl() local
702 bw = hal->current_band_width; in rtw_debugfs_get_tx_pwr_tbl()
703 ch = hal->current_channel; in rtw_debugfs_get_tx_pwr_tbl()
719 mutex_lock(&hal->tx_power_mutex); in rtw_debugfs_get_tx_pwr_tbl()
720 for (path = RF_PATH_A; path < hal->rf_path_num; path++) { in rtw_debugfs_get_tx_pwr_tbl()
722 if (hal->current_band_type == RTW_BAND_5G) in rtw_debugfs_get_tx_pwr_tbl()
737 hal->tx_pwr_tbl[path][rate], in rtw_debugfs_get_tx_pwr_tbl()
738 hal->tx_pwr_tbl[path][rate], in rtw_debugfs_get_tx_pwr_tbl()
749 mutex_unlock(&hal->tx_power_mutex); in rtw_debugfs_get_tx_pwr_tbl()
[all …]
H A Dfw.c541 struct rtw_hal *hal = &rtwdev->hal; in rtw_fw_send_phydm_info() local
550 if (hal->rf_type == RF_1T1R) in rtw_fw_send_phydm_info()
552 else if (hal->rf_type == RF_2T2R) in rtw_fw_send_phydm_info()
560 PHYDM_INFO_SET_CUT_VER(h2c_pkt, hal->cut_version); in rtw_fw_send_phydm_info()
561 PHYDM_INFO_SET_RX_ANT_STATUS(h2c_pkt, hal->antenna_tx); in rtw_fw_send_phydm_info()
562 PHYDM_INFO_SET_TX_ANT_STATUS(h2c_pkt, hal->antenna_rx); in rtw_fw_send_phydm_info()
2260 rtwdev->hal.rcr &= ~BIT_CBSSID_BCN; in rtw_hw_scan_start()
2261 rtw_write32(rtwdev, REG_RCR, rtwdev->hal.rcr); in rtw_hw_scan_start()
2271 struct rtw_hal *hal = &rtwdev->hal; in rtw_hw_scan_complete() local
2278 rtwdev->hal.rcr |= BIT_CBSSID_BCN; in rtw_hw_scan_complete()
[all …]
H A Dregd.c464 struct rtw_hal *hal = &rtwdev->hal; in rtw_regd_notifier() local
490 rtw_phy_set_tx_power_level(rtwdev, hal->current_channel); in rtw_regd_notifier()
496 struct rtw_hal *hal = &rtwdev->hal; in rtw_regd_get() local
497 u8 band = hal->current_band_type; in rtw_regd_get()
H A Drtw8821a.c392 const struct rtw_hal *hal = &rtwdev->hal; in rtw8821a_iqk() local
407 hal->current_band_width, efuse->ext_pa_2g, efuse->ext_pa_5g); in rtw8821a_iqk()
409 vdf_enable = hal->current_band_width == RTW_CHANNEL_WIDTH_80; in rtw8821a_iqk()
464 if (hal->current_band_type == RTW_BAND_5G) in rtw8821a_iqk()
485 if (hal->current_band_width == RTW_CHANNEL_WIDTH_40) in rtw8821a_iqk()
488 else if (hal->current_band_width == RTW_CHANNEL_WIDTH_80) in rtw8821a_iqk()
528 if (hal->current_band_type == RTW_BAND_5G) in rtw8821a_iqk()
H A Drtw8822c.c1034 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw8822c_set_power_trim()
1077 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw8822c_power_trim()
1098 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw8822c_thermal_trim()
1117 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw8822c_pa_bias()
1125 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw8822c_pa_bias()
1184 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw8822c_rfk_power_save()
1460 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw8822c_txgapk_write_gain_bb_table()
1622 if (path >= rtwdev->hal.rf_path_num) in rtw8822c_txgapk_rf_restore()
1680 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw8822c_txgapk_write_tx_gain()
1747 for (path = 0; path < rtwdev->hal in rtw8822c_txgapk_save_all_tx_gain_table()
1866 struct rtw_hal *hal = &rtwdev->hal; rtw8822c_phy_set_param() local
2697 struct rtw_hal *hal = &rtwdev->hal; rtw8822c_set_write_tx_power_ref() local
2738 struct rtw_hal *hal = &rtwdev->hal; rtw8822c_set_tx_power_index() local
2774 struct rtw_hal *hal = &rtwdev->hal; rtw8822c_set_antenna() local
[all...]
H A Drtw8723x.c396 struct rtw_hal *hal = &rtwdev->hal; in rtw8723x_set_tx_power_index_by_rate() local
403 pwr_index = hal->tx_pwr_tbl[path][rate]; in rtw8723x_set_tx_power_index_by_rate()
421 struct rtw_hal *hal = &rtwdev->hal; in __rtw8723x_set_tx_power_index() local
424 for (path = 0; path < hal->rf_path_num; path++) { in __rtw8723x_set_tx_power_index()
H A Drx.c93 for (i = 0; i < rtwdev->hal.rf_path_num; i++) { in rtw_rx_phy_stat()
160 int channel = rtwdev->hal.current_channel; in rtw_update_rx_freq_from_ie()
245 for (path = 0; path < rtwdev->hal.rf_path_num; path++) { in rtw_rx_fill_rx_status()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_rx.c116 srng = &dp->hal->srng_list[dp->wbm_desc_rel_ring.ring_id]; in ath12k_wifi7_dp_rx_link_desc_return()
150 cmd_ring = &ab->hal.srng_list[dp->reo_cmd_ring.ring_id]; in ath12k_wifi7_dp_reo_cmd_send()
401 static int ath12k_wifi7_dp_rx_msdu_coalesce(struct ath12k_hal *hal, in ath12k_wifi7_dp_rx_h_mpdu()
412 u32 hal_rx_desc_sz = hal->hal_desc_sz; in ath12k_wifi7_dp_rx_msdu_coalesce()
442 ath12k_dp_rx_desc_end_tlv_copy(hal, rxcb->rx_desc, ldesc); in ath12k_wifi7_dp_rx_msdu_coalesce()
497 struct ath12k_hal *hal = dp->hal; in ath12k_wifi7_dp_rx_process_msdu()
501 u32 hal_rx_desc_sz = hal->hal_desc_sz; in ath12k_wifi7_dp_rx_process_msdu()
514 ath12k_dp_extract_rx_desc_data(hal, rx_info, rx_desc, lrx_desc); in ath12k_wifi7_dp_rx_process_msdu()
539 ret = ath12k_wifi7_dp_rx_msdu_coalesce(hal, msdu_lis in ath12k_wifi7_dp_rx_process_msdu()
403 ath12k_wifi7_dp_rx_msdu_coalesce(struct ath12k_hal * hal,struct sk_buff_head * msdu_list,struct sk_buff * first,struct sk_buff * last,u8 l3pad_bytes,int msdu_len,struct hal_rx_desc_data * rx_info) ath12k_wifi7_dp_rx_msdu_coalesce() argument
499 struct ath12k_hal *hal = dp->hal; ath12k_wifi7_dp_rx_process_msdu() local
641 struct ath12k_hal *hal = dp->hal; ath12k_wifi7_dp_rx_process() local
834 struct ath12k_hal *hal = dp->hal; ath12k_wifi7_dp_rx_h_defrag_reo_reinject() local
982 struct ath12k_hal *hal = dp->hal; ath12k_wifi7_dp_rx_h_verify_tkip_mic() local
1142 struct ath12k_hal *hal = dp->hal; ath12k_wifi7_dp_rx_frag_h_mpdu() local
1270 struct ath12k_hal *hal = dp->hal; ath12k_wifi7_dp_process_rx_err_buf() local
1396 struct ath12k_hal *hal = dp->hal; ath12k_wifi7_dp_rx_process_err() local
1825 struct ath12k_hal *hal = dp->hal; ath12k_wifi7_dp_rx_process_wbm_err() local
2160 struct ath12k_hal *hal = dp->hal; ath12k_wifi7_dp_rx_process_reo_status() local
[all...]
H A Ddp.c171 dp->hal = &ab->hal; in ath12k_wifi7_dp_device_alloc()
/linux/drivers/net/wireless/ath/ath12k/
H A Dce.c26 srng = &ab->hal.srng_list[ring->hal_ring_id]; in ath12k_ce_rx_buf_enqueue_pipe()
43 ath12k_hal_ce_dst_set_desc(&ab->hal, desc, paddr); in ath12k_ce_rx_buf_enqueue_pipe()
124 srng = &ab->hal.srng_list[pipe->status_ring->hal_ring_id]; in ath12k_ce_completed_recv_next()
136 *nbytes = ath12k_hal_ce_dst_status_get_length(&ab->hal, desc); in ath12k_ce_completed_recv_next()
209 srng = &ab->hal.srng_list[pipe->src_ring->hal_ring_id]; in ath12k_ce_completed_send_next()
368 struct ath12k_hal *hal = &ab->hal; in ath12k_ce_alloc_pipe() local
380 desc_sz = ath12k_hal_ce_get_desc_size(hal, HAL_CE_DESC_SRC); in ath12k_ce_alloc_pipe()
390 desc_sz = ath12k_hal_ce_get_desc_size(hal, HAL_CE_DESC_DST); in ath12k_ce_alloc_pipe()
396 desc_sz = ath12k_hal_ce_get_desc_size(hal, HAL_CE_DESC_DST_STATUS); in ath12k_ce_alloc_pipe()
467 srng = &ab->hal.srng_list[pipe->src_ring->hal_ring_id]; in ath12k_ce_send()
[all …]
H A Ddp_rx.c81 enum hal_rx_buf_return_buf_manager mgr = dp->hal->hal_params->rx_buf_rbm; in ath12k_dp_rx_bufs_replenish()
85 srng = &dp->hal->srng_list[rx_ring->refill_buf_ring.ring_id]; in ath12k_dp_rx_bufs_replenish()
148 ath12k_hal_rx_buf_addr_info_set(dp->hal, desc, paddr, cookie, in ath12k_dp_rx_bufs_replenish()
979 ath12k_dp_rx_desc_get_crypto_header(dp_pdev->dp->hal, in ath12k_dp_rx_h_undecap_nwifi()
1058 struct ath12k_hal *hal = dp->hal; in ath12k_get_dot11_hdr_from_rx_desc() local
1064 ath12k_dp_rx_desc_get_dot11_hdr(hal, rx_desc, &hdr); in ath12k_get_dot11_hdr_from_rx_desc()
1070 ath12k_dp_rx_desc_get_crypto_header(dp->hal, rx_desc, crypto_hdr, in ath12k_get_dot11_hdr_from_rx_desc()
1480 u32 hal_rx_desc_sz = dp->ab->hal.hal_desc_sz; in ath12k_dp_rx_h_michael_mic()
1506 static int ath12k_dp_rx_h_cmp_frags(struct ath12k_hal *hal, in ath12k_dp_rx_h_michael_mic()
1553 ath12k_dp_rx_h_cmp_frags(struct ath12k_hal * hal,struct sk_buff * a,struct sk_buff * b) ath12k_dp_rx_h_cmp_frags() argument
1564 ath12k_dp_rx_h_sort_frags(struct ath12k_hal * hal,struct sk_buff_head * frag_list,struct sk_buff * cur_frag) ath12k_dp_rx_h_sort_frags() argument
[all...]
H A Ddp.c10 #include "hal.h"
143 map = ab->hal.tcl_to_wbm_rbm_map; in ath12k_dp_srng_calculate_msi_group()
458 map = ab->hal.tcl_to_wbm_rbm_map; in ath12k_dp_srng_common_setup()
511 srng = &ab->hal.srng_list[dp->reo_cmd_ring.ring_id]; in ath12k_dp_srng_common_setup()
611 ath12k_hal_set_link_desc_addr(dp->hal, scatter_buf, cookie, in ath12k_dp_scatter_idle_link_desc_setup()
818 ath12k_hal_set_link_desc_addr(dp->hal, desc, cookie, paddr, in ath12k_dp_link_desc_setup()
1493 ath12k_hal_get_idle_link_rbm(&ab->hal, ab->device_id); in ath12k_dp_setup()
1507 srng = &ab->hal.srng_list[dp->wbm_idle_ring.ring_id]; in ath12k_dp_setup()
1532 size = ab->hal.hal_wbm_release_ring_tx_size * in ath12k_dp_setup()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac80211.c322 rtwdev->hal.rx_fltr &= ~B_AX_A_MC; in rtw89_ops_configure_filter()
324 rtwdev->hal.rx_fltr |= B_AX_A_MC; in rtw89_ops_configure_filter()
328 rtwdev->hal.rx_fltr |= B_AX_A_CRC32_ERR; in rtw89_ops_configure_filter()
330 rtwdev->hal.rx_fltr &= ~B_AX_A_CRC32_ERR; in rtw89_ops_configure_filter()
334 rtwdev->hal.rx_fltr &= ~B_AX_A_A1_MATCH; in rtw89_ops_configure_filter()
336 rtwdev->hal.rx_fltr |= B_AX_A_A1_MATCH; in rtw89_ops_configure_filter()
340 rtwdev->hal.rx_fltr &= ~B_AX_A_BCN_CHK_EN; in rtw89_ops_configure_filter()
341 rtwdev->hal.rx_fltr &= ~B_AX_A_BC; in rtw89_ops_configure_filter()
342 rtwdev->hal.rx_fltr &= ~B_AX_A_A1_MATCH; in rtw89_ops_configure_filter()
344 rtwdev->hal in rtw89_ops_configure_filter()
1145 struct rtw89_hal *hal = &rtwdev->hal; rtw89_ops_set_antenna() local
1174 struct rtw89_hal *hal = &rtwdev->hal; rtw89_ops_get_antenna() local
[all...]
H A Dcore.c907 struct rtw89_hal *hal = &rtwdev->hal; in rtw89_core_get_no_ul_ofdma_htc() local
919 le32_encode_bits(hal->rx_nss - 1, RTW89_HTC_MASK_HTC_OM_RX_NSS) | in rtw89_core_get_no_ul_ofdma_htc()
922 le32_encode_bits(hal->tx_nss - 1, RTW89_HTC_MASK_HTC_OM_TX_NSTS) | in rtw89_core_get_no_ul_ofdma_htc()
1982 struct rtw89_hal *hal = &rtwdev->hal; in rtw89_core_rx_process_phy_ppdu_iter() local
1984 u8 ant_num = hal->ant_diversity ? 2 : rtwdev->chip->rf_path_num; in rtw89_core_rx_process_phy_ppdu_iter()
1996 if (hal->ant_diversity && hal->antenna_rx) { in rtw89_core_rx_process_phy_ppdu_iter()
1997 ant_pos = __ffs(hal in rtw89_core_rx_process_phy_ppdu_iter()
4618 struct rtw89_hal *hal = &rtwdev->hal; rtw89_core_mlo_track() local
4877 struct rtw89_hal *hal = &rtwdev->hal; rtw89_core_sta_link_add() local
5197 struct rtw89_hal *hal = &rtwdev->hal; rtw89_init_ht_cap() local
5232 struct rtw89_hal *hal = &rtwdev->hal; rtw89_init_vht_cap() local
5279 struct rtw89_hal *hal = &rtwdev->hal; rtw89_init_he_cap() local
5392 struct rtw89_hal *hal = &rtwdev->hal; rtw89_init_eht_cap() local
6248 struct rtw89_hal *hal = &rtwdev->hal; rtw89_read_chip_ver() local
6495 struct rtw89_hal *hal = &rtwdev->hal; rtw89_chip_info_setup() local
6572 struct rtw89_hal *hal = &rtwdev->hal; rtw89_core_register_hw() local
[all...]
H A Dphy.c352 if (rtwdev->hal.no_mcs_12_13) in rtw89_phy_ra_sta_update()
426 for (i = 0; i < rtwdev->hal.tx_nss; i++) in rtw89_phy_ra_sta_update()
482 ra->ss_num = min(link_sta->rx_nss, rtwdev->hal.tx_nss) - 1; in rtw89_phy_ra_sta_update()
627 u8 tx_nss = rtwdev->hal.tx_nss; in __rtw89_phy_rate_pattern_vif()
1820 u8 cv = by_acv ? rtwdev->hal.acv : rtwdev->hal.cv; in rtw89_phy_init_reg()
4969 if (rtwdev->chip->chip_id == RTL8852A && rtwdev->hal.cv == CHIP_CBV) in rtw89_phy_cfo_init()
5381 if (chip->chip_id == RTL8852B && rtwdev->hal.cv > CHIP_CBV) in rtw89_phy_ofdma_power_diff()
5617 struct rtw89_hal *hal = &rtwdev->hal; in rtw89_phy_antdiv_reg_init()
5578 struct rtw89_hal *hal = &rtwdev->hal; rtw89_phy_antdiv_parse() local
5634 struct rtw89_hal *hal = &rtwdev->hal; rtw89_phy_antdiv_init() local
5648 struct rtw89_hal *hal = &rtwdev->hal; rtw89_phy_thermal_protect() local
7383 struct rtw89_hal *hal = &rtwdev->hal; __rtw89_phy_tx_path_div_sta_iter() local
7445 struct rtw89_hal *hal = &rtwdev->hal; rtw89_phy_tx_path_div_track() local
7461 struct rtw89_hal *hal = &rtwdev->hal; rtw89_phy_antdiv_set_ant() local
7487 struct rtw89_hal *hal = &rtwdev->hal; rtw89_phy_swap_hal_antenna() local
7496 struct rtw89_hal *hal = &rtwdev->hal; rtw89_phy_antdiv_decision_state() local
7574 struct rtw89_hal *hal = &rtwdev->hal; rtw89_phy_antdiv_track() local
8237 struct rtw89_hal *hal = &rtwdev->hal; rtw89_phy_edcca_track() local
[all...]
H A Ddebug.c3881 struct rtw89_hal *hal = &rtwdev->hal; in rtw89_sta_link_info_get_iter()
3882 u8 ant_num = hal->ant_diversity ? 2 : rtwdev->chip->rf_path_num; in rtw89_sta_link_info_get_iter()
3883 bool ant_asterisk = hal->tx_path_diversity || hal->ant_diversity; in rtw89_sta_link_info_get_iter()
3974 ant_asterisk && (hal->antenna_tx & BIT(i)) ? "*" : "", in rtw89_sta_link_info_get_iter()
3982 for (i = 0; i < (hal->ant_diversity ? 2 : 1); i++) { in rtw89_sta_link_info_get_iter()
4062 struct rtw89_hal *hal = &rtwdev->hal; in rtw89_debug_priv_phy_info_get()
4073 if (hal in rtw89_debug_priv_phy_info_get()
3871 struct rtw89_hal *hal = &rtwdev->hal; rtw89_sta_link_info_get_iter() local
4052 struct rtw89_hal *hal = &rtwdev->hal; rtw89_debug_priv_phy_info_get() local
4332 struct rtw89_hal *hal = &rtwdev->hal; rtw89_debug_disable_dm_cfg_bmap() local
4345 struct rtw89_hal *hal = &rtwdev->hal; rtw89_debug_disable_dm_set_flag() local
4353 struct rtw89_hal *hal = &rtwdev->hal; rtw89_debug_disable_dm_clr_flag() local
4377 struct rtw89_hal *hal = &rtwdev->hal; rtw89_debug_priv_disable_dm_get() local
[all...]
/linux/drivers/net/wireless/ath/ath11k/
H A Ddbring.c52 srng = &ab->hal.srng_list[ring->refill_srng.ring_id]; in ath11k_dbring_bufs_replenish()
119 srng = &ar->ab->hal.srng_list[ring->refill_srng.ring_id]; in ath11k_dbring_fill_bufs()
222 srng = &ab->hal.srng_list[ring->refill_srng.ring_id]; in ath11k_dbring_buf_setup()
347 srng = &ab->hal.srng_list[ring->refill_srng.ring_id]; in ath11k_dbring_buffer_release_event()
H A Dce.c288 srng = &ab->hal.srng_list[ring->hal_ring_id]; in ath11k_ce_rx_buf_enqueue_pipe()
387 srng = &ab->hal.srng_list[pipe->status_ring->hal_ring_id]; in ath11k_ce_completed_recv_next()
472 srng = &ab->hal.srng_list[pipe->src_ring->hal_ring_id]; in ath11k_ce_completed_send_next()
752 srng = &ab->hal.srng_list[pipe->src_ring->hal_ring_id]; in ath11k_ce_send()
H A Ddp_tx.c227 tcl_ring = &ab->hal.srng_list[hal_ring_id]; in ath11k_dp_tx()
693 struct hal_srng *status_ring = &ab->hal.srng_list[hal_ring_id]; in ath11k_dp_tx_completion_handler()
781 cmd_ring = &ab->hal.srng_list[dp->reo_cmd_ring.ring_id]; in ath11k_dp_tx_send_reo_cmd()
882 struct hal_srng *srng = &ab->hal.srng_list[ring_id]; in ath11k_dp_tx_htt_srng_setup()
1078 struct hal_srng *srng = &ab->hal.srng_list[ring_id]; in ath11k_dp_tx_htt_rx_filter_setup()
/linux/drivers/staging/most/dim2/
H A DMakefile4 most_dim2-objs := dim2.o hal.o

12