Home
last modified time | relevance | path

Searched refs:zxdh_core_dev (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/zte/dinghai/
H A Den_pf.h32 struct zxdh_core_dev { struct
59 void *zxdh_core_alloc_priv(struct zxdh_core_dev *zxdh_dev, size_t size); argument
60 void zxdh_core_free_priv(struct zxdh_core_dev *zxdh_dev);
61 void zxdh_pf_pci_close(struct zxdh_core_dev *zxdh_dev);
64 void __iomem *zxdh_pf_map_capability(struct zxdh_core_dev *zxdh_dev, int off,
69 int zxdh_pf_common_cfg_init(struct zxdh_core_dev *zxdh_dev);
70 int zxdh_pf_notify_cfg_init(struct zxdh_core_dev *zxdh_dev);
71 int zxdh_pf_device_cfg_init(struct zxdh_core_dev *zxdh_dev);
72 void zxdh_pf_modern_cfg_uninit(struct zxdh_core_dev *zxdh_dev);
73 int zxdh_pf_modern_cfg_init(struct zxdh_core_dev *zxdh_dev);
H A Den_pf.c28 void *zxdh_core_alloc_priv(struct zxdh_core_dev *zxdh_dev, size_t size) in zxdh_core_alloc_priv()
37 void zxdh_core_free_priv(struct zxdh_core_dev *zxdh_dev) in zxdh_core_free_priv()
42 static int zxdh_pf_pci_init(struct zxdh_core_dev *zxdh_dev) in zxdh_pf_pci_init()
97 void zxdh_pf_pci_close(struct zxdh_core_dev *zxdh_dev) in zxdh_pf_pci_close()
138 void __iomem *zxdh_pf_map_capability(struct zxdh_core_dev *zxdh_dev, int off, in zxdh_pf_map_capability()
218 int zxdh_pf_common_cfg_init(struct zxdh_core_dev *zxdh_dev) in zxdh_pf_common_cfg_init()
247 int zxdh_pf_notify_cfg_init(struct zxdh_core_dev *zxdh_dev) in zxdh_pf_notify_cfg_init()
297 int zxdh_pf_device_cfg_init(struct zxdh_core_dev *zxdh_dev) in zxdh_pf_device_cfg_init()
326 void zxdh_pf_modern_cfg_uninit(struct zxdh_core_dev *zxdh_dev) in zxdh_pf_modern_cfg_uninit()
338 int zxdh_pf_modern_cfg_init(struct zxdh_core_dev *zxdh_dev) in zxdh_pf_modern_cfg_init()
[all …]