Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/realtek/rtw88/
Drtw8822b.c21 u8 rx_path, bool is_tx2_path);
720 u8 rx_path, bool is_tx2_path) in rtw8822b_config_trx_mode() argument
734 if ((tx_path | rx_path) & BB_PATH_A) in rtw8822b_config_trx_mode()
739 if ((tx_path | rx_path) & BB_PATH_B) in rtw8822b_config_trx_mode()
774 if (rx_path & BB_PATH_A) in rtw8822b_config_trx_mode()
776 else if (rx_path & BB_PATH_B) in rtw8822b_config_trx_mode()
779 rx_path_sel = (rx_path << 4) | rx_path; in rtw8822b_config_trx_mode()
782 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822b_config_trx_mode()
Drtw8822c.c24 u8 rx_path, bool is_tx2_path);
2416 static void rtw8822c_config_cck_rx_path(struct rtw_dev *rtwdev, u8 rx_path) in rtw8822c_config_cck_rx_path() argument
2418 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822c_config_cck_rx_path()
2421 } else if (rx_path == BB_PATH_AB) { in rtw8822c_config_cck_rx_path()
2426 if (rx_path == BB_PATH_A) in rtw8822c_config_cck_rx_path()
2428 else if (rx_path == BB_PATH_B) in rtw8822c_config_cck_rx_path()
2430 else if (rx_path == BB_PATH_AB) in rtw8822c_config_cck_rx_path()
2434 static void rtw8822c_config_ofdm_rx_path(struct rtw_dev *rtwdev, u8 rx_path) in rtw8822c_config_ofdm_rx_path() argument
2436 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822c_config_ofdm_rx_path()
2442 } else if (rx_path == BB_PATH_AB) { in rtw8822c_config_ofdm_rx_path()
[all …]
Dmain.h873 u8 rx_path, bool is_tx2_path);
/linux-6.1.9/drivers/thunderbolt/
Dtunnel.c1153 const struct tb_path *tx_path = NULL, *rx_path = NULL; in tb_tunnel_match_dma() local
1168 rx_path = path; in tb_tunnel_match_dma()
1183 if (!rx_path) in tb_tunnel_match_dma()
1186 (rx_path->hops[0].in_hop_index != receive_path)) in tb_tunnel_match_dma()
1189 (rx_path->hops[rx_path->path_length - 1].next_hop_index != receive_ring)) in tb_tunnel_match_dma()
/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Drtw8852c.c2286 static void rtw8852c_bb_cfg_rx_path(struct rtw89_dev *rtwdev, u8 rx_path) in rtw8852c_bb_cfg_rx_path() argument
2330 if (rx_path == RF_PATH_A) { in rtw8852c_bb_cfg_rx_path()
2349 } else if (rx_path == RF_PATH_B) { in rtw8852c_bb_cfg_rx_path()