Home
last modified time | relevance | path

Searched refs:tx_path (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/net/wireless/realtek/rtw88/
Drtw8822b.c19 static void rtw8822b_config_trx_mode(struct rtw_dev *rtwdev, u8 tx_path,
716 static void rtw8822b_config_trx_mode(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822b_config_trx_mode() argument
731 if ((tx_path | rx_path) & BB_PATH_A) in rtw8822b_config_trx_mode()
736 if ((tx_path | rx_path) & BB_PATH_B) in rtw8822b_config_trx_mode()
745 if (tx_path & BB_PATH_A) { in rtw8822b_config_trx_mode()
748 } else if (tx_path & BB_PATH_B) { in rtw8822b_config_trx_mode()
753 if (tx_path == BB_PATH_A || tx_path == BB_PATH_B) in rtw8822b_config_trx_mode()
758 tx_path_sel = (tx_path << 4) | tx_path; in rtw8822b_config_trx_mode()
761 if (tx_path != BB_PATH_A && tx_path != BB_PATH_B) { in rtw8822b_config_trx_mode()
Drtw8822c.c23 static void rtw8822c_config_trx_mode(struct rtw_dev *rtwdev, u8 tx_path,
2458 static void rtw8822c_config_cck_tx_path(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822c_config_cck_tx_path() argument
2461 if (tx_path == BB_PATH_A) { in rtw8822c_config_cck_tx_path()
2463 } else if (tx_path == BB_PATH_B) { in rtw8822c_config_cck_tx_path()
2474 static void rtw8822c_config_ofdm_tx_path(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822c_config_ofdm_tx_path() argument
2477 if (tx_path == BB_PATH_A) { in rtw8822c_config_ofdm_tx_path()
2480 } else if (tx_path == BB_PATH_B) { in rtw8822c_config_ofdm_tx_path()
2498 static void rtw8822c_config_tx_path(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822c_config_tx_path() argument
2504 rtw8822c_config_ofdm_tx_path(rtwdev, tx_path, tx_path_sel_1ss); in rtw8822c_config_tx_path()
2508 static void rtw8822c_config_trx_mode(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822c_config_trx_mode() argument
[all …]
Dmain.h844 void (*config_tx_path)(struct rtw_dev *rtwdev, u8 tx_path,
/Linux-v5.15/drivers/thunderbolt/
Dtunnel.c1134 const struct tb_path *tx_path = NULL, *rx_path = NULL; in tb_tunnel_match_dma() local
1147 tx_path = path; in tb_tunnel_match_dma()
1153 if (!tx_path) in tb_tunnel_match_dma()
1156 (tx_path->hops[0].in_hop_index != transmit_ring)) in tb_tunnel_match_dma()
1159 (tx_path->hops[tx_path->path_length - 1].next_hop_index != transmit_path)) in tb_tunnel_match_dma()
/Linux-v5.15/net/core/
Ddev.c3346 static inline bool skb_needs_check(struct sk_buff *skb, bool tx_path) in skb_needs_check() argument
3348 if (tx_path) in skb_needs_check()
3369 netdev_features_t features, bool tx_path) in __skb_gso_segment() argument
3373 if (unlikely(skb_needs_check(skb, tx_path))) { in __skb_gso_segment()
3406 if (segs != skb && unlikely(skb_needs_check(skb, tx_path) && !IS_ERR(segs))) in __skb_gso_segment()
/Linux-v5.15/include/linux/
Dnetdevice.h4909 netdev_features_t features, bool tx_path);