Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_main.h321 struct dsaf_device { struct
322 struct device *dev;
323 struct hnae_ae_dev ae_dev;
325 u8 __iomem *sc_base;
326 u8 __iomem *sds_base;
327 u8 __iomem *ppe_base;
328 u8 __iomem *io_base;
329 struct regmap *sub_ctrl;
353 static inline void *hns_dsaf_dev_priv(const struct dsaf_device *dsaf_dev) in hns_dsaf_dev_priv() argument