Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bfa/
Dbfad_bsg.c28 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_ioc_enable() local
35 iocmd->status = BFA_STATUS_OK; in bfad_iocmd_ioc_enable()
41 iocmd->status = BFA_STATUS_OK; in bfad_iocmd_ioc_enable()
51 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_ioc_disable() local
57 iocmd->status = BFA_STATUS_OK; in bfad_iocmd_ioc_disable()
73 iocmd->status = BFA_STATUS_OK; in bfad_iocmd_ioc_disable()
82 struct bfa_bsg_ioc_info_s *iocmd = (struct bfa_bsg_ioc_info_s *)cmd; in bfad_iocmd_ioc_get_info() local
89 iocmd->nwwn = pattr.nwwn; in bfad_iocmd_ioc_get_info()
90 iocmd->pwwn = pattr.pwwn; in bfad_iocmd_ioc_get_info()
91 iocmd->ioc_type = bfa_get_type(&bfad->bfa); in bfad_iocmd_ioc_get_info()
[all …]
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_mp.c106 static u32 fw_iocmd_read(struct _adapter *pAdapter, struct IOCMD_STRUCT iocmd) in fw_iocmd_read() argument
109 u8 iocmd_class = iocmd.cmdclass; in fw_iocmd_read()
110 u16 iocmd_value = iocmd.value; in fw_iocmd_read()
111 u8 iocmd_idx = iocmd.index; in fw_iocmd_read()
122 struct IOCMD_STRUCT iocmd, u32 value) in fw_iocmd_write() argument
125 u8 iocmd_class = iocmd.cmdclass; in fw_iocmd_write()
126 u32 iocmd_value = iocmd.value; in fw_iocmd_write()
127 u8 iocmd_idx = iocmd.index; in fw_iocmd_write()
141 struct IOCMD_STRUCT iocmd; in r8712_bb_reg_read() local
143 iocmd.cmdclass = IOCMD_CLASS_BB_RF; in r8712_bb_reg_read()
[all …]
/linux-4.4.14/drivers/char/mwave/
Dmwavedd.c90 static long mwave_ioctl(struct file *filp, unsigned int iocmd,
122 static long mwave_ioctl(struct file *file, unsigned int iocmd, in mwave_ioctl() argument
131 file, iocmd, (int) ioarg); in mwave_ioctl()
133 switch (iocmd) { in mwave_ioctl()
204 iocmd, in mwave_ioctl()
228 iocmd, pusBuffer, in mwave_ioctl()
251 iocmd, pusBuffer, in mwave_ioctl()
274 iocmd, pusBuffer, in mwave_ioctl()
/linux-4.4.14/drivers/message/fusion/
Dmptscsih.c108 static int mptscsih_do_cmd(MPT_SCSI_HOST *hd, INTERNAL_CMD *iocmd);
3017 INTERNAL_CMD iocmd; in mptscsih_synchronize_cache() local
3032 iocmd.cmd = SYNCHRONIZE_CACHE; in mptscsih_synchronize_cache()
3033 iocmd.flags = 0; in mptscsih_synchronize_cache()
3034 iocmd.physDiskNum = -1; in mptscsih_synchronize_cache()
3035 iocmd.data = NULL; in mptscsih_synchronize_cache()
3036 iocmd.data_dma = -1; in mptscsih_synchronize_cache()
3037 iocmd.size = 0; in mptscsih_synchronize_cache()
3038 iocmd.rsvd = iocmd.rsvd2 = 0; in mptscsih_synchronize_cache()
3039 iocmd.channel = vdevice->vtarget->channel; in mptscsih_synchronize_cache()
[all …]
/linux-4.4.14/drivers/misc/vmw_vmci/
Dvmci_host.c930 unsigned int iocmd, unsigned long ioarg) in vmci_host_unlocked_ioctl() argument
941 switch (iocmd) { in vmci_host_unlocked_ioctl()
975 return vmci_host_get_version(vmci_host_dev, iocmd, uptr); in vmci_host_unlocked_ioctl()
978 pr_devel("%s: Unknown ioctl (iocmd=%d)\n", __func__, iocmd); in vmci_host_unlocked_ioctl()