Searched refs:tx_path (Results 1 – 8 of 8) sorted by relevance
/linux/net/core/ ! |
H A D | gso.c | 66 static bool skb_needs_check(const struct sk_buff *skb, bool tx_path) in skb_needs_check() argument 68 if (tx_path) in skb_needs_check() 89 netdev_features_t features, bool tx_path) in __skb_gso_segment() argument 93 if (unlikely(skb_needs_check(skb, tx_path))) { in __skb_gso_segment() 126 if (segs != skb && unlikely(skb_needs_check(skb, tx_path) && !IS_ERR(segs))) in __skb_gso_segment()
|
/linux/drivers/net/wireless/realtek/rtw89/ ! |
H A D | rtw8852b_common.h | 107 u8 tx_path; member 122 void (*bb_cfg_tx_path)(struct rtw89_dev *rtwdev, u8 tx_path); 206 void rtw8852bx_bb_cfg_tx_path(struct rtw89_dev *rtwdev, u8 tx_path) in rtw8852bx_bb_cfg_tx_path() argument 208 rtw8852bx_info.bb_cfg_tx_path(rtwdev, tx_path); in rtw8852bx_bb_cfg_tx_path()
|
H A D | rtw8852a.h | 106 void rtw8852a_bb_cfg_tx_path(struct rtw89_dev *rtwdev, u8 tx_path);
|
H A D | rtw8852b_common.c | 1533 void __rtw8852bx_bb_cfg_tx_path(struct rtw89_dev *rtwdev, u8 tx_path) in __rtw8852bx_bb_cfg_tx_path() argument 1537 rtw89_debug(rtwdev, RTW89_DBG_TSSI, "PMAC CFG Tx Path = %d", tx_path); in __rtw8852bx_bb_cfg_tx_path() 1539 if (tx_path == RF_PATH_A) { in __rtw8852bx_bb_cfg_tx_path() 1542 } else if (tx_path == RF_PATH_B) { in __rtw8852bx_bb_cfg_tx_path() 1545 } else if (tx_path == RF_PATH_AB) { in __rtw8852bx_bb_cfg_tx_path() 1577 bak->tx_path = rtw89_phy_read32_idx(rtwdev, R_TXPATH_SEL, B_TXPATH_SEL_MSK, idx); in __rtw8852bx_bb_backup_tssi() 1591 rtw89_phy_write32_idx(rtwdev, R_TXPATH_SEL, B_TXPATH_SEL_MSK, bak->tx_path, idx); in __rtw8852bx_bb_restore_tssi() 1592 if (bak->tx_path == RF_AB) in __rtw8852bx_bb_restore_tssi()
|
H A D | rtw8922a.c | 1615 enum rtw89_rf_path tx_path, in rtw8922a_ctrl_tx_path_tmac() argument 1636 if (tx_path == RF_PATH_A) { in rtw8922a_ctrl_tx_path_tmac() 1643 } else if (tx_path == RF_PATH_B) { in rtw8922a_ctrl_tx_path_tmac() 1650 } else if (tx_path == RF_PATH_AB) { in rtw8922a_ctrl_tx_path_tmac() 2284 enum rtw89_rf_path tx_path, u8 tx_nss, in rtw8922a_ctrl_trx_path() argument 2290 rtw8922a_ctrl_tx_path_tmac(rtwdev, tx_path, phy_idx); in rtw8922a_ctrl_trx_path()
|
/linux/include/net/ ! |
H A D | gso.h | 78 netdev_features_t features, bool tx_path);
|
/linux/drivers/thunderbolt/ ! |
H A D | tunnel.c | 1946 const struct tb_path *tx_path = NULL, *rx_path = NULL; in tb_tunnel_match_dma() local 1959 tx_path = path; in tb_tunnel_match_dma() 1965 if (!tx_path) in tb_tunnel_match_dma() 1968 (tx_path->hops[0].in_hop_index != transmit_ring)) in tb_tunnel_match_dma() 1971 (tx_path->hops[tx_path->path_length - 1].next_hop_index != transmit_path)) in tb_tunnel_match_dma()
|
/linux/drivers/net/wireless/realtek/rtw88/ ! |
H A D | main.h | 899 void (*config_tx_path)(struct rtw_dev *rtwdev, u8 tx_path, 903 void (*config_txrx_mode)(struct rtw_dev *rtwdev, u8 tx_path,
|