Home
last modified time | relevance | path

Searched defs:mtk_wed_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/include/linux/soc/mediatek/
Dmtk_wed.h194 struct mtk_wed_ops { struct
195 int (*attach)(struct mtk_wed_device *dev);
196 int (*tx_ring_setup)(struct mtk_wed_device *dev, int ring,
198 int (*rx_ring_setup)(struct mtk_wed_device *dev, int ring,
200 int (*txfree_ring_setup)(struct mtk_wed_device *dev,
202 int (*msg_update)(struct mtk_wed_device *dev, int cmd_id,
204 void (*detach)(struct mtk_wed_device *dev);
205 void (*ppe_check)(struct mtk_wed_device *dev, struct sk_buff *skb,
229 extern const struct mtk_wed_ops __rcu *mtk_soc_wed_ops; argument