Searched refs:iocmd (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfad_bsg.c | 29 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_ioc_enable() local 36 iocmd->status = BFA_STATUS_OK; in bfad_iocmd_ioc_enable() 42 iocmd->status = BFA_STATUS_OK; in bfad_iocmd_ioc_enable() 52 struct bfa_bsg_gen_s *iocmd = (struct bfa_bsg_gen_s *)cmd; in bfad_iocmd_ioc_disable() local 58 iocmd->status = BFA_STATUS_OK; in bfad_iocmd_ioc_disable() 74 iocmd->status = BFA_STATUS_OK; in bfad_iocmd_ioc_disable() 83 struct bfa_bsg_ioc_info_s *iocmd = (struct bfa_bsg_ioc_info_s *)cmd; in bfad_iocmd_ioc_get_info() local 90 iocmd->nwwn = pattr.nwwn; in bfad_iocmd_ioc_get_info() 91 iocmd->pwwn = pattr.pwwn; in bfad_iocmd_ioc_get_info() 92 iocmd->ioc_type = bfa_get_type(&bfad->bfa); in bfad_iocmd_ioc_get_info() [all …]
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_mp.c | 106 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-v4.19/drivers/char/mwave/ |
D | mwavedd.c | 90 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-v4.19/drivers/message/fusion/ |
D | mptscsih.c | 108 static int mptscsih_do_cmd(MPT_SCSI_HOST *hd, INTERNAL_CMD *iocmd); 3010 INTERNAL_CMD iocmd; in mptscsih_synchronize_cache() local 3025 iocmd.cmd = SYNCHRONIZE_CACHE; in mptscsih_synchronize_cache() 3026 iocmd.flags = 0; in mptscsih_synchronize_cache() 3027 iocmd.physDiskNum = -1; in mptscsih_synchronize_cache() 3028 iocmd.data = NULL; in mptscsih_synchronize_cache() 3029 iocmd.data_dma = -1; in mptscsih_synchronize_cache() 3030 iocmd.size = 0; in mptscsih_synchronize_cache() 3031 iocmd.rsvd = iocmd.rsvd2 = 0; in mptscsih_synchronize_cache() 3032 iocmd.channel = vdevice->vtarget->channel; in mptscsih_synchronize_cache() [all …]
|
/Linux-v4.19/drivers/misc/vmw_vmci/ |
D | vmci_host.c | 925 unsigned int iocmd, unsigned long ioarg) in vmci_host_unlocked_ioctl() argument 936 switch (iocmd) { in vmci_host_unlocked_ioctl() 970 return vmci_host_get_version(vmci_host_dev, iocmd, uptr); in vmci_host_unlocked_ioctl() 973 pr_devel("%s: Unknown ioctl (iocmd=%d)\n", __func__, iocmd); in vmci_host_unlocked_ioctl()
|