Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.h295 struct dsaf_device { struct
296 struct device *dev;
297 struct hnae_ae_dev ae_dev;
299 u8 __iomem *sc_base;
300 u8 __iomem *sds_base;
301 u8 __iomem *ppe_base;
302 u8 __iomem *io_base;
303 struct regmap *sub_ctrl;
327 static inline void *hns_dsaf_dev_priv(const struct dsaf_device *dsaf_dev) in hns_dsaf_dev_priv() argument