Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
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 …]
/drivers/staging/rtl8712/
Drtl871x_mp.c91 static u32 fw_iocmd_read(struct _adapter *pAdapter, struct IOCMD_STRUCT iocmd) in fw_iocmd_read() argument
94 u8 iocmd_class = iocmd.cmdclass; in fw_iocmd_read()
95 u16 iocmd_value = iocmd.value; in fw_iocmd_read()
96 u8 iocmd_idx = iocmd.index; in fw_iocmd_read()
107 struct IOCMD_STRUCT iocmd, u32 value) in fw_iocmd_write() argument
110 u8 iocmd_class = iocmd.cmdclass; in fw_iocmd_write()
111 u32 iocmd_value = iocmd.value; in fw_iocmd_write()
112 u8 iocmd_idx = iocmd.index; in fw_iocmd_write()
126 struct IOCMD_STRUCT iocmd; in r8712_bb_reg_read() local
128 iocmd.cmdclass = IOCMD_CLASS_BB_RF; in r8712_bb_reg_read()
[all …]
/drivers/char/mwave/
Dmwavedd.c91 static long mwave_ioctl(struct file *filp, unsigned int iocmd,
123 static long mwave_ioctl(struct file *file, unsigned int iocmd, in mwave_ioctl() argument
132 file, iocmd, (int) ioarg); in mwave_ioctl()
134 switch (iocmd) { in mwave_ioctl()
205 iocmd, in mwave_ioctl()
229 iocmd, pusBuffer, in mwave_ioctl()
252 iocmd, pusBuffer, in mwave_ioctl()
275 iocmd, pusBuffer, in mwave_ioctl()
/drivers/message/fusion/
Dmptscsih.c108 static int mptscsih_do_cmd(MPT_SCSI_HOST *hd, INTERNAL_CMD *iocmd);
3011 INTERNAL_CMD iocmd; in mptscsih_synchronize_cache() local
3026 iocmd.cmd = SYNCHRONIZE_CACHE; in mptscsih_synchronize_cache()
3027 iocmd.flags = 0; in mptscsih_synchronize_cache()
3028 iocmd.physDiskNum = -1; in mptscsih_synchronize_cache()
3029 iocmd.data = NULL; in mptscsih_synchronize_cache()
3030 iocmd.data_dma = -1; in mptscsih_synchronize_cache()
3031 iocmd.size = 0; in mptscsih_synchronize_cache()
3032 iocmd.rsvd = iocmd.rsvd2 = 0; in mptscsih_synchronize_cache()
3033 iocmd.channel = vdevice->vtarget->channel; in mptscsih_synchronize_cache()
[all …]
/drivers/misc/vmw_vmci/
Dvmci_host.c916 unsigned int iocmd, unsigned long ioarg) in vmci_host_unlocked_ioctl() argument
927 switch (iocmd) { in vmci_host_unlocked_ioctl()
961 return vmci_host_get_version(vmci_host_dev, iocmd, uptr); in vmci_host_unlocked_ioctl()
964 pr_devel("%s: Unknown ioctl (iocmd=%d)\n", __func__, iocmd); in vmci_host_unlocked_ioctl()