Home
last modified time | relevance | path

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

/linux/net/core/
H A Dgso.c66 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()
79 * @tx_path: whether it is called in TX path
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 Drtw8852b_common.h107 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 Drtw8852a.h106 void rtw8852a_bb_cfg_tx_path(struct rtw89_dev *rtwdev, u8 tx_path);
/linux/include/net/
H A Dgso.h78 netdev_features_t features, bool tx_path);