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()
1284 cciss_pci_info_struct pciinfo; in cciss_getpciinfo() local1288 pciinfo.domain = pci_domain_nr(h->pdev->bus); in cciss_getpciinfo()1289 pciinfo.bus = h->pdev->bus->number; in cciss_getpciinfo()1290 pciinfo.dev_fn = h->pdev->devfn; in cciss_getpciinfo()1291 pciinfo.board_id = h->board_id; in cciss_getpciinfo()1292 if (copy_to_user(argp, &pciinfo, sizeof(cciss_pci_info_struct))) in cciss_getpciinfo()
4894 struct hpsa_pci_info pciinfo; in hpsa_getpciinfo_ioctl() local4898 pciinfo.domain = pci_domain_nr(h->pdev->bus); in hpsa_getpciinfo_ioctl()4899 pciinfo.bus = h->pdev->bus->number; in hpsa_getpciinfo_ioctl()4900 pciinfo.dev_fn = h->pdev->devfn; in hpsa_getpciinfo_ioctl()4901 pciinfo.board_id = h->board_id; in hpsa_getpciinfo_ioctl()4902 if (copy_to_user(argp, &pciinfo, sizeof(pciinfo))) in hpsa_getpciinfo_ioctl()