Lines Matching defs:fid
217 static int clp_refresh_fh(u32 fid);
258 rc = clp_refresh_fh(zdev->fid);
308 zpci_dbg(3, "ena fid:%x, fh:%x, rc:%d\n", zdev->fid, zdev->fh, rc);
311 zpci_dbg(3, "ena mio fid:%x, fh:%x, rc:%d\n",
312 zdev->fid, zdev->fh, rc);
327 zpci_dbg(3, "dis fid:%x, fh:%x, rc:%d\n", zdev->fid, zdev->fh, rc);
376 zdev = get_zdev_by_fid(entry->fid);
381 zpci_create_device(entry->fid, entry->fh, entry->config_state);
402 u32 fid = *((u32 *)data);
404 if (!entry->vendor_id || fid != entry->fid)
407 zdev = get_zdev_by_fid(fid);
415 * Refresh the function handle of the function matching @fid
417 static int clp_refresh_fh(u32 fid)
426 rc = clp_list_pci(rrb, &fid, __clp_refresh_fh);
433 u32 fid;
441 if (entry->fid != sd->fid)
447 int clp_get_state(u32 fid, enum zpci_state *state)
450 struct clp_state_data sd = {fid, ZPCI_FN_STATE_RESERVED};