Lines Matching defs:fid
64 struct zpci_dev *get_zdev_by_fid(u32 fid)
70 if (tmp->fid == fid) {
89 !clp_get_state(zdev->fid, &state) &&
728 * @fid: Function ID of the device to be created
737 int zpci_create_device(u32 fid, u32 fh, enum zpci_state state)
742 zpci_dbg(3, "add fid:%x, fh:%x, c:%d\n", fid, fh, state);
748 zdev->fid = fid;
786 zpci_dbg(0, "add fid:%x, rc:%d\n", fid, rc);
820 zpci_dbg(3, "rsv fid:%x\n", zdev->fid);
842 zpci_dbg(3, "rsv fid:%x\n", zdev->fid);
852 zpci_dbg(3, "rem fid:%x\n", zdev->fid);
861 return sclp_pci_report(report, zdev->fh, zdev->fid);