Searched refs:tx_path (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw88/ |
| A D | rtw8822b.c | 20 static void rtw8822b_config_trx_mode(struct rtw_dev *rtwdev, u8 tx_path, 717 static void rtw8822b_config_trx_mode(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822b_config_trx_mode() argument 732 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() 746 if (tx_path & BB_PATH_A) { in rtw8822b_config_trx_mode() 749 } else if (tx_path & BB_PATH_B) { in rtw8822b_config_trx_mode() 754 if (tx_path == BB_PATH_A || tx_path == BB_PATH_B) in rtw8822b_config_trx_mode() 759 tx_path_sel = (tx_path << 4) | tx_path; in rtw8822b_config_trx_mode() 762 if (tx_path != BB_PATH_A && tx_path != BB_PATH_B) { in rtw8822b_config_trx_mode()
|
| A D | rtw8822c.c | 23 static void rtw8822c_config_trx_mode(struct rtw_dev *rtwdev, u8 tx_path, 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() 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 2511 if ((tx_path | rx_path) & BB_PATH_A) in rtw8822c_config_trx_mode() 2515 if ((tx_path | rx_path) & BB_PATH_B) in rtw8822c_config_trx_mode() [all …]
|
| A D | main.h | 867 void (*config_tx_path)(struct rtw_dev *rtwdev, u8 tx_path,
|
| /linux/drivers/thunderbolt/ |
| A D | tunnel.c | 1134 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/drivers/net/wireless/realtek/rtw89/ |
| A D | rtw8852a.h | 105 void rtw8852a_bb_cfg_tx_path(struct rtw89_dev *rtwdev, u8 tx_path);
|
| A D | rtw8852a.c | 1555 void rtw8852a_bb_cfg_tx_path(struct rtw89_dev *rtwdev, u8 tx_path) in rtw8852a_bb_cfg_tx_path() argument 1562 rtw89_debug(rtwdev, RTW89_DBG_TSSI, "PMAC CFG Tx Path = %d", tx_path); in rtw8852a_bb_cfg_tx_path() 1564 if (tx_path == RF_PATH_A) { in rtw8852a_bb_cfg_tx_path() 1569 } else if (tx_path == RF_PATH_B) { in rtw8852a_bb_cfg_tx_path() 1574 } else if (tx_path == RF_PATH_AB) { in rtw8852a_bb_cfg_tx_path() 1594 if (tx_path == RF_PATH_A) { in rtw8852a_bb_cfg_tx_path()
|
| /linux/net/core/ |
| A D | dev.c | 3354 static inline bool skb_needs_check(struct sk_buff *skb, bool tx_path) in skb_needs_check() argument 3356 if (tx_path) in skb_needs_check() 3377 netdev_features_t features, bool tx_path) in __skb_gso_segment() argument 3381 if (unlikely(skb_needs_check(skb, tx_path))) { in __skb_gso_segment() 3414 if (segs != skb && unlikely(skb_needs_check(skb, tx_path) && !IS_ERR(segs))) in __skb_gso_segment()
|
| /linux/include/linux/ |
| A D | netdevice.h | 4915 netdev_features_t features, bool tx_path);
|
Completed in 71 milliseconds