Lines Matching defs:zdev
191 static inline bool zdev_enabled(struct zpci_dev *zdev)
193 return (zdev->fh & (1UL << 31)) ? true : false;
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)
233 return static_branch_likely(&have_mio) && zdev->mio_capable;
249 static inline int zpci_init_slot(struct zpci_dev *zdev)
253 static inline void zpci_exit_slot(struct zpci_dev *zdev) {}