Searched refs:cpqfc_pci_info_struct (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DcpqfcTSioctl.h12 } cpqfc_pci_info_struct; typedef in typeref:struct:__anon2269
76 #define CPQFCTS_GETPCIINFO _IOR( CCPQFCTS_IOC_MAGIC, 1, cpqfc_pci_info_struct)
H A DcpqfcTSinit.c645 cpqfc_pci_info_struct pciinfo;
657 if(copy_to_user( arg, &pciinfo, sizeof(cpqfc_pci_info_struct)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/fusion/
H A Dmptctl.h321 #define CPQFCTS_GETPCIINFO _IOR(CPQFCTS_IOC_MAGIC, 1, cpqfc_pci_info_struct)
342 } cpqfc_pci_info_struct; typedef in typeref:struct:__anon1622
H A Dmptctl.c2444 cpqfc_pci_info_struct *uarg = (cpqfc_pci_info_struct *) arg;
2445 cpqfc_pci_info_struct karg;
2456 if (copy_from_user(&karg, uarg, sizeof(cpqfc_pci_info_struct))) {
2458 "Unable to read in cpqfc_pci_info_struct @ %p\n",
2525 sizeof(cpqfc_pci_info_struct))) {
2527 "Unable to write out cpqfc_pci_info_struct @ %p\n",

Completed in 34 milliseconds