Searched refs:pciinfo (Results 1 – 3 of 3) sorted by relevance
1193 ida_pci_info_struct pciinfo; in ida_locked_ioctl() local1196 memset(&pciinfo, 0, sizeof(pciinfo)); in ida_locked_ioctl()1197 pciinfo.bus = host->pci_dev->bus->number; in ida_locked_ioctl()1198 pciinfo.dev_fn = host->pci_dev->devfn; in ida_locked_ioctl()1199 pciinfo.board_id = host->board_id; in ida_locked_ioctl()1200 if(copy_to_user((void __user *) arg, &pciinfo, in ida_locked_ioctl()
1300 cciss_pci_info_struct pciinfo; in cciss_getpciinfo() local1304 pciinfo.domain = pci_domain_nr(h->pdev->bus); in cciss_getpciinfo()1305 pciinfo.bus = h->pdev->bus->number; in cciss_getpciinfo()1306 pciinfo.dev_fn = h->pdev->devfn; in cciss_getpciinfo()1307 pciinfo.board_id = h->board_id; in cciss_getpciinfo()1308 if (copy_to_user(argp, &pciinfo, sizeof(cciss_pci_info_struct))) in cciss_getpciinfo()
6161 struct hpsa_pci_info pciinfo; in hpsa_getpciinfo_ioctl() local6165 pciinfo.domain = pci_domain_nr(h->pdev->bus); in hpsa_getpciinfo_ioctl()6166 pciinfo.bus = h->pdev->bus->number; in hpsa_getpciinfo_ioctl()6167 pciinfo.dev_fn = h->pdev->devfn; in hpsa_getpciinfo_ioctl()6168 pciinfo.board_id = h->board_id; in hpsa_getpciinfo_ioctl()6169 if (copy_to_user(argp, &pciinfo, sizeof(pciinfo))) in hpsa_getpciinfo_ioctl()