Searched refs:rx_path (Results 1 – 3 of 3) sorted by relevance
1134 const struct tb_path *tx_path = NULL, *rx_path = NULL; in tb_tunnel_match_dma() local1149 rx_path = path; in tb_tunnel_match_dma()1164 if (!rx_path) in tb_tunnel_match_dma()1167 (rx_path->hops[0].in_hop_index != receive_path)) in tb_tunnel_match_dma()1170 (rx_path->hops[rx_path->path_length - 1].next_hop_index != receive_ring)) in tb_tunnel_match_dma()
21 u8 rx_path, bool is_tx2_path);718 u8 rx_path, bool is_tx2_path) in rtw8822b_config_trx_mode() argument732 if ((tx_path | rx_path) & BB_PATH_A) in rtw8822b_config_trx_mode()737 if ((tx_path | rx_path) & BB_PATH_B) in rtw8822b_config_trx_mode()772 if (rx_path & BB_PATH_A) in rtw8822b_config_trx_mode()774 else if (rx_path & BB_PATH_B) in rtw8822b_config_trx_mode()777 rx_path_sel = (rx_path << 4) | rx_path; in rtw8822b_config_trx_mode()780 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822b_config_trx_mode()
24 u8 rx_path, bool is_tx2_path);2416 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822c_config_cck_rx_path()2419 } else if (rx_path == BB_PATH_AB) { in rtw8822c_config_cck_rx_path()2424 if (rx_path == BB_PATH_A) in rtw8822c_config_cck_rx_path()2426 else if (rx_path == BB_PATH_B) in rtw8822c_config_cck_rx_path()2428 else if (rx_path == BB_PATH_AB) in rtw8822c_config_cck_rx_path()2434 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822c_config_ofdm_rx_path()2440 } else if (rx_path == BB_PATH_AB) { in rtw8822c_config_ofdm_rx_path()2509 u8 rx_path, bool is_tx2_path) in rtw8822c_config_trx_mode() argument2511 if ((tx_path | rx_path) & BB_PATH_A) in rtw8822c_config_trx_mode()[all …]
Completed in 21 milliseconds