Home
last modified time | relevance | path

Searched refs:iocmd (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/bfa/
H A Dbfad_bsg.c21 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_ioc_enable() local
28 iocmd->status = BFA_STATUS_OK; in bfad_iocmd_ioc_enable()
34 iocmd->status = BFA_STATUS_OK; in bfad_iocmd_ioc_enable()
44 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_ioc_disable() local
50 iocmd->status = BFA_STATUS_OK; in bfad_iocmd_ioc_disable()
66 iocmd->status = BFA_STATUS_OK; in bfad_iocmd_ioc_disable()
75 struct bfa_bsg_ioc_info_s *iocmd = (struct bfa_bsg_ioc_info_s *)cmd; in bfad_iocmd_ioc_get_info() local
82 iocmd->nwwn = pattr.nwwn; in bfad_iocmd_ioc_get_info()
83 iocmd->pwwn = pattr.pwwn; in bfad_iocmd_ioc_get_info()
84 iocmd->ioc_type = bfa_get_type(&bfad->bfa); in bfad_iocmd_ioc_get_info()
[all …]
/linux/drivers/message/fusion/
H A Dmptscsih.c108 static int mptscsih_do_cmd(MPT_SCSI_HOST *hd, INTERNAL_CMD *iocmd);
3001 INTERNAL_CMD iocmd; in mptscsih_synchronize_cache() local
3016 iocmd.cmd = SYNCHRONIZE_CACHE; in mptscsih_synchronize_cache()
3017 iocmd.flags = 0; in mptscsih_synchronize_cache()
3018 iocmd.physDiskNum = -1; in mptscsih_synchronize_cache()
3019 iocmd.data = NULL; in mptscsih_synchronize_cache()
3020 iocmd.data_dma = -1; in mptscsih_synchronize_cache()
3021 iocmd.size = 0; in mptscsih_synchronize_cache()
3022 iocmd.rsvd = iocmd.rsvd2 = 0; in mptscsih_synchronize_cache()
3023 iocmd.channel = vdevice->vtarget->channel; in mptscsih_synchronize_cache()
[all …]
/linux/drivers/misc/vmw_vmci/
H A Dvmci_host.c915 unsigned int iocmd, unsigned long ioarg) in vmci_host_unlocked_ioctl() argument
926 switch (iocmd) { in vmci_host_unlocked_ioctl()
960 return vmci_host_get_version(vmci_host_dev, iocmd, uptr); in vmci_host_unlocked_ioctl()
963 pr_devel("%s: Unknown ioctl (iocmd=%d)\n", __func__, iocmd); in vmci_host_unlocked_ioctl()