Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c21 static void rtw8822c_config_trx_mode(struct rtw_dev *rtwdev, u8 tx_path,
1697 static void rtw8822c_config_cck_tx_path(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822c_config_cck_tx_path() argument
1700 if (tx_path == BB_PATH_A) { in rtw8822c_config_cck_tx_path()
1702 } else if (tx_path == BB_PATH_B) { in rtw8822c_config_cck_tx_path()
1712 static void rtw8822c_config_ofdm_tx_path(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822c_config_ofdm_tx_path() argument
1715 if (tx_path == BB_PATH_A) { in rtw8822c_config_ofdm_tx_path()
1718 } else if (tx_path == BB_PATH_B) { in rtw8822c_config_ofdm_tx_path()
1732 static void rtw8822c_config_tx_path(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822c_config_tx_path() argument
1735 rtw8822c_config_cck_tx_path(rtwdev, tx_path, is_tx2_path); in rtw8822c_config_tx_path()
1736 rtw8822c_config_ofdm_tx_path(rtwdev, tx_path, is_tx2_path); in rtw8822c_config_tx_path()
[all …]
/kernel/linux/linux-5.10/net/core/
Ddev.c3360 static inline bool skb_needs_check(struct sk_buff *skb, bool tx_path) in skb_needs_check() argument
3362 if (tx_path) in skb_needs_check()
3383 netdev_features_t features, bool tx_path) in __skb_gso_segment() argument
3387 if (unlikely(skb_needs_check(skb, tx_path))) { in __skb_gso_segment()
3420 if (segs != skb && unlikely(skb_needs_check(skb, tx_path) && !IS_ERR(segs))) in __skb_gso_segment()
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h4723 netdev_features_t features, bool tx_path);