Lines Matching refs:zdev
191 static inline bool zdev_enabled(struct zpci_dev *zdev) in zdev_enabled() argument
193 return (zdev->fh & (1UL << 31)) ? true : false; in zdev_enabled()
205 void zpci_remove_device(struct zpci_dev *zdev, bool set_error);
208 void zpci_device_reserved(struct zpci_dev *zdev);
209 bool zpci_is_device_configured(struct zpci_dev *zdev);
218 int clp_query_pci_fn(struct zpci_dev *zdev);
227 int zpci_init_iommu(struct zpci_dev *zdev);
228 void zpci_destroy_iommu(struct zpci_dev *zdev);
231 static inline bool zpci_use_mio(struct zpci_dev *zdev) in zpci_use_mio() argument
233 return static_branch_likely(&have_mio) && zdev->mio_capable; in zpci_use_mio()
249 static inline int zpci_init_slot(struct zpci_dev *zdev) in zpci_init_slot() argument
253 static inline void zpci_exit_slot(struct zpci_dev *zdev) {} in zpci_exit_slot() argument