Home
last modified time | relevance | path

Searched refs:rx_path (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852b_common.h108 u8 rx_path; member
124 enum rtw89_rf_path_bit rx_path,
213 enum rtw89_rf_path_bit rx_path, in rtw8852bx_bb_ctrl_rx_path() argument
216 rtw8852bx_info.bb_ctrl_rx_path(rtwdev, rx_path, chan); in rtw8852bx_bb_ctrl_rx_path()
/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8822c.c24 u8 rx_path, bool is_tx2_path);
2435 static void rtw8822c_config_cck_rx_path(struct rtw_dev *rtwdev, u8 rx_path) in rtw8822c_config_cck_rx_path() argument
2437 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822c_config_cck_rx_path()
2440 } else if (rx_path == BB_PATH_AB) { in rtw8822c_config_cck_rx_path()
2445 if (rx_path == BB_PATH_A) in rtw8822c_config_cck_rx_path()
2447 else if (rx_path == BB_PATH_B) in rtw8822c_config_cck_rx_path()
2449 else if (rx_path == BB_PATH_AB) in rtw8822c_config_cck_rx_path()
2453 static void rtw8822c_config_ofdm_rx_path(struct rtw_dev *rtwdev, u8 rx_path) in rtw8822c_config_ofdm_rx_path() argument
2455 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822c_config_ofdm_rx_path()
2461 } else if (rx_path == BB_PATH_AB) { in rtw8822c_config_ofdm_rx_path()
[all …]
/linux/drivers/thunderbolt/
H A Dtunnel.c1955 const struct tb_path *tx_path = NULL, *rx_path = NULL; in tb_tunnel_match_dma() local
1970 rx_path = path; in tb_tunnel_match_dma()
1985 if (!rx_path) in tb_tunnel_match_dma()
1988 (rx_path->hops[0].in_hop_index != receive_path)) in tb_tunnel_match_dma()
1991 (rx_path->hops[rx_path->path_length - 1].next_hop_index != receive_ring)) in tb_tunnel_match_dma()
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c5701 int rx_path; in jaguar2_rx_parse_phystats_type1() local
5711 for (rx_path = 0; rx_path < priv->rx_paths; rx_path++) in jaguar2_rx_parse_phystats_type1()
5712 pwdb_max = max(pwdb_max, phy_stats1->pwdb[rx_path]); in jaguar2_rx_parse_phystats_type1()
5734 int rx_path; in jaguar2_rx_parse_phystats_type2() local
5736 for (rx_path = 0; rx_path < priv->rx_paths; rx_path++) in jaguar2_rx_parse_phystats_type2()
5737 pwdb_max = max(pwdb_max, phy_stats2->pwdb[rx_path]); in jaguar2_rx_parse_phystats_type2()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c3717 u8 rx_path; /* mask or num */ in mt7996_mcu_set_chan_info() member
3736 .rx_path = mt7996_rx_chainmask(phy) >> dev->chainshift[band_idx], in mt7996_mcu_set_chan_info()
3753 req.rx_path = hweight8(req.rx_path); in mt7996_mcu_set_chan_info()