Lines Matching refs:entry
386 struct clp_fh_list_entry *entry)
399 *entry = fh_list[i];
408 static void __clp_add(struct clp_fh_list_entry *entry, void *data)
412 if (!entry->vendor_id)
415 zdev = get_zdev_by_fid(entry->fid);
420 zpci_create_device(entry->fid, entry->fh, entry->config_state);
444 struct clp_fh_list_entry entry;
451 rc = clp_find_pci(rrb, fid, &entry);
453 *fh = entry.fh;
462 struct clp_fh_list_entry entry;
469 rc = clp_find_pci(rrb, fid, &entry);
471 *state = entry.config_state;