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/wireless/mediatek/mt76/
H A Dnpu.c119 struct airoha_ppe_dev *ppe_dev; in mt76_npu_check_ppe()
308 struct airoha_ppe_dev *ppe_dev; in mt76_npu_setup_tc_block_cb()
419 struct airoha_ppe_dev *ppe_dev; in mt76_npu_init()
482 struct airoha_ppe_dev *ppe_dev; in mt76_npu_deinit()
H A Dmt76.h721 struct airoha_ppe_dev __rcu *ppe_dev;