Searched refs:hwpath (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/parisc/
H A Dpdc_stable.c190 First case, we don't have a preset hwpath... */
196 /* else, we expect the provided hwpath to be valid. */
218 * We will call this function to format the output of the hwpath attribute file.
266 struct hardware_path hwpath; local
280 memset(&hwpath, 0xff, sizeof(hwpath));
286 hwpath.mod = simple_strtoul(temp+1, NULL, 10);
288 DPRINTK("%s: mod: %d\n", __func__, hwpath.mod);
294 check the consistency of the given hwpath. */
296 hwpath
[all...]
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.c723 struct hardware_path hwpath; local
724 get_pci_node_path(np->pdev, &hwpath);
725 if (!pdc_get_initiator(&hwpath, pdc))
/linux-master/drivers/scsi/bfa/
H A Dbfad_bsg.h201 char hwpath[BFA_STRING_32]; member in struct:bfa_bsg_ioc_info_s
H A Dbfad_bsg.c97 strcpy(iocmd->hwpath, bfad->pci_name);
/linux-master/arch/parisc/kernel/
H A Dfirmware.c918 * @hwpath: fully bc.mod style path to the device.
930 int pdc_get_initiator(struct hardware_path *hwpath, struct pdc_initiator *initiator) argument
942 __pa(pdc_result), __pa(hwpath));

Completed in 300 milliseconds