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_eth.h558 struct airoha_ppe_dev dev;
665 void airoha_ppe_check_skb(struct airoha_ppe_dev *dev, struct sk_buff *skb,
667 int airoha_ppe_setup_tc_block_cb(struct airoha_ppe_dev *dev, void *type_data);
H A Dairoha_ppe.c1422 int airoha_ppe_setup_tc_block_cb(struct airoha_ppe_dev *dev, void *type_data) in airoha_ppe_setup_tc_block_cb()
1447 void airoha_ppe_check_skb(struct airoha_ppe_dev *dev, struct sk_buff *skb, in airoha_ppe_check_skb()
1487 struct airoha_ppe_dev *airoha_ppe_get_dev(struct device *dev) in airoha_ppe_get_dev()
1532 void airoha_ppe_put_dev(struct airoha_ppe_dev *dev) in airoha_ppe_put_dev()