Home
last modified time | relevance | path

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

/Linux-v5.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,
1696 static void rtw8822c_config_cck_tx_path(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822c_config_cck_tx_path() argument
1699 if (tx_path == BB_PATH_A) { in rtw8822c_config_cck_tx_path()
1701 } else if (tx_path == BB_PATH_B) { in rtw8822c_config_cck_tx_path()
1711 static void rtw8822c_config_ofdm_tx_path(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822c_config_ofdm_tx_path() argument
1714 if (tx_path == BB_PATH_A) { in rtw8822c_config_ofdm_tx_path()
1717 } else if (tx_path == BB_PATH_B) { in rtw8822c_config_ofdm_tx_path()
1731 static void rtw8822c_config_tx_path(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822c_config_tx_path() argument
1734 rtw8822c_config_cck_tx_path(rtwdev, tx_path, is_tx2_path); in rtw8822c_config_tx_path()
1735 rtw8822c_config_ofdm_tx_path(rtwdev, tx_path, is_tx2_path); in rtw8822c_config_tx_path()
[all …]
/Linux-v5.10/net/core/
Ddev.c3336 static inline bool skb_needs_check(struct sk_buff *skb, bool tx_path) in skb_needs_check() argument
3338 if (tx_path) in skb_needs_check()
3359 netdev_features_t features, bool tx_path) in __skb_gso_segment() argument
3363 if (unlikely(skb_needs_check(skb, tx_path))) { in __skb_gso_segment()
3396 if (segs != skb && unlikely(skb_needs_check(skb, tx_path) && !IS_ERR(segs))) in __skb_gso_segment()
/Linux-v5.10/include/linux/
Dnetdevice.h4656 netdev_features_t features, bool tx_path);