Home
last modified time | relevance | path

Searched refs:airoha_ppe_dev (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/soc/airoha/
H A Dairoha_offload.h17 struct airoha_ppe_dev { struct
19 int (*setup_tc_block_cb)(struct airoha_ppe_dev *dev, argument
21 void (*check_skb)(struct airoha_ppe_dev *dev,
30 struct airoha_ppe_dev *airoha_ppe_get_dev(struct device *dev); argument
31 void airoha_ppe_put_dev(struct airoha_ppe_dev *dev);
33 static inline int airoha_ppe_dev_setup_tc_block_cb(struct airoha_ppe_dev *dev, in airoha_ppe_dev_setup_tc_block_cb()
39 static inline void airoha_ppe_dev_check_skb(struct airoha_ppe_dev *dev, in airoha_ppe_dev_check_skb()
46 static inline struct airoha_ppe_dev *airoha_ppe_get_dev(struct device *dev) in airoha_ppe_get_dev()
51 static inline void airoha_ppe_put_dev(struct airoha_ppe_dev *dev) in airoha_ppe_put_dev()
55 static inline int airoha_ppe_dev_setup_tc_block_cb(struct airoha_ppe_dev *dev, in airoha_ppe_dev_setup_tc_block_cb()
[all …]
/linux/drivers/net/ethernet/airoha/
H A Dairoha_ppe.c1477 int airoha_ppe_setup_tc_block_cb(struct airoha_ppe_dev *dev, void *type_data) in airoha_ppe_setup_tc_block_cb()
1502 void airoha_ppe_check_skb(struct airoha_ppe_dev *dev, struct sk_buff *skb, in airoha_ppe_check_skb()
1541 struct airoha_ppe_dev *airoha_ppe_get_dev(struct device *dev) in airoha_ppe_get_dev()
1586 void airoha_ppe_put_dev(struct airoha_ppe_dev *dev) in airoha_ppe_put_dev()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76.h727 struct airoha_ppe_dev __rcu *ppe_dev;