Home
last modified time | relevance | path

Searched refs:devhandle (Results 1 – 8 of 8) sorted by relevance

/linux/arch/sparc/kernel/
H A Dpci_sun4v.h10 long pci_sun4v_iommu_map(unsigned long devhandle,
15 unsigned long pci_sun4v_iommu_demap(unsigned long devhandle,
18 unsigned long pci_sun4v_iommu_getmap(unsigned long devhandle,
22 unsigned long pci_sun4v_config_get(unsigned long devhandle,
26 int pci_sun4v_config_put(unsigned long devhandle,
32 unsigned long pci_sun4v_msiq_conf(unsigned long devhandle,
36 unsigned long pci_sun4v_msiq_info(unsigned long devhandle,
40 unsigned long pci_sun4v_msiq_getvalid(unsigned long devhandle,
43 unsigned long pci_sun4v_msiq_setvalid(unsigned long devhandle,
46 unsigned long pci_sun4v_msiq_getstate(unsigned long devhandle,
[all …]
H A Dpci_common.c262 u32 devhandle = pbm->devhandle; in sun4v_read_pci_cfg() local
271 ret = pci_sun4v_config_get(devhandle, in sun4v_read_pci_cfg()
295 u32 devhandle = pbm->devhandle; in sun4v_write_pci_cfg() local
307 pci_sun4v_config_put(devhandle, in sun4v_write_pci_cfg()
H A Dprom_irqtrans.c464 u32 devhandle = (u32) (unsigned long) _data; in pci_sun4v_irq_build() local
466 return sun4v_build_irq(devhandle, devino); in pci_sun4v_irq_build()
788 u32 devhandle = (u32) (unsigned long) _data; in sun4v_vdev_irq_build() local
790 return sun4v_build_irq(devhandle, devino); in sun4v_vdev_irq_build()
H A Dpci_impl.h78 u32 devhandle; member
/linux/arch/sparc/include/asm/
H A Dirq_64.h48 unsigned int sun4v_build_irq(u32 devhandle, unsigned int devino);
49 unsigned int sun4v_build_virq(u32 devhandle, unsigned int devino);
50 unsigned int sun4v_build_msi(u32 devhandle, unsigned int *irq_p,
H A Dhypervisor.h1621 unsigned long sun4v_devino_to_sysino(unsigned long devhandle,
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c4701 u16 devhandle = (u16)ULONG_MAX; in megasas_get_tm_devhandle() local
4712 devhandle = pd_sync->seq[pd_index].devHandle; in megasas_get_tm_devhandle()
4719 devhandle = device_id; in megasas_get_tm_devhandle()
4722 return devhandle; in megasas_get_tm_devhandle()
4735 u16 smid, devhandle; in megasas_task_abort_fusion() local
4774 devhandle = megasas_get_tm_devhandle(scmd->device); in megasas_task_abort_fusion()
4776 if (devhandle == (u16)ULONG_MAX) { in megasas_task_abort_fusion()
4785 scmd, devhandle); in megasas_task_abort_fusion()
4788 ret = megasas_issue_tm(instance, devhandle, in megasas_task_abort_fusion()
4817 u16 devhandle; in megasas_reset_target_fusion() local
[all …]
/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c272 int decompress_file(int argc, char **argv, void *devhandle) in decompress_file() argument
697 cc = nx_submit_job(ddl_in, ddl_out, cmdp, devhandle); in decompress_file()