Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Drtw8822b.c17 static void rtw8822b_config_trx_mode(struct rtw_dev *rtwdev, u8 tx_path,
662 static void rtw8822b_config_trx_mode(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822b_config_trx_mode() argument
677 if ((tx_path | rx_path) & BB_PATH_A) in rtw8822b_config_trx_mode()
682 if ((tx_path | rx_path) & BB_PATH_B) in rtw8822b_config_trx_mode()
691 if (tx_path & BB_PATH_A) { in rtw8822b_config_trx_mode()
694 } else if (tx_path & BB_PATH_B) { in rtw8822b_config_trx_mode()
699 if (tx_path == BB_PATH_A || tx_path == BB_PATH_B) in rtw8822b_config_trx_mode()
704 tx_path_sel = (tx_path << 4) | tx_path; in rtw8822b_config_trx_mode()
707 if (tx_path != BB_PATH_A && tx_path != BB_PATH_B) { in rtw8822b_config_trx_mode()
Drtw8822c.c18 static void rtw8822c_config_trx_mode(struct rtw_dev *rtwdev, u8 tx_path,
1551 static void rtw8822c_config_cck_tx_path(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822c_config_cck_tx_path() argument
1554 if (tx_path == BB_PATH_A) { in rtw8822c_config_cck_tx_path()
1556 } else if (tx_path == BB_PATH_B) { in rtw8822c_config_cck_tx_path()
1566 static void rtw8822c_config_ofdm_tx_path(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822c_config_ofdm_tx_path() argument
1569 if (tx_path == BB_PATH_A) { in rtw8822c_config_ofdm_tx_path()
1572 } else if (tx_path == BB_PATH_B) { in rtw8822c_config_ofdm_tx_path()
1586 static void rtw8822c_config_tx_path(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822c_config_tx_path() argument
1589 rtw8822c_config_cck_tx_path(rtwdev, tx_path, is_tx2_path); in rtw8822c_config_tx_path()
1590 rtw8822c_config_ofdm_tx_path(rtwdev, tx_path, is_tx2_path); in rtw8822c_config_tx_path()
[all …]
/Linux-v5.4/net/core/
Ddev.c2971 static inline bool skb_needs_check(struct sk_buff *skb, bool tx_path) in skb_needs_check() argument
2973 if (tx_path) in skb_needs_check()
2994 netdev_features_t features, bool tx_path) in __skb_gso_segment() argument
2998 if (unlikely(skb_needs_check(skb, tx_path))) { in __skb_gso_segment()
3031 if (unlikely(skb_needs_check(skb, tx_path) && !IS_ERR(segs))) in __skb_gso_segment()
/Linux-v5.4/include/linux/
Dnetdevice.h4343 netdev_features_t features, bool tx_path);