Searched full:tx_path (Results 1 – 4 of 4) sorted by relevance
66 static bool skb_needs_check(const struct sk_buff *skb, bool tx_path) in skb_needs_check() argument68 if (tx_path) in skb_needs_check()79 * @tx_path: whether it is called in TX path89 netdev_features_t features, bool tx_path) in __skb_gso_segment() argument93 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()
107 u8 tx_path; member122 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() argument208 rtw8852bx_info.bb_cfg_tx_path(rtwdev, tx_path); in rtw8852bx_bb_cfg_tx_path()
106 void rtw8852a_bb_cfg_tx_path(struct rtw89_dev *rtwdev, u8 tx_path);
78 netdev_features_t features, bool tx_path);