Searched refs:dataSize (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rts5208/
H A Drtsx_scsi.c760 unsigned int dataSize; mode_sense() local
776 dataSize = 8; mode_sense()
780 dataSize = 108; mode_sense()
789 dataSize = 108; mode_sense()
794 buf = kmalloc(dataSize, GFP_KERNEL); mode_sense()
808 lun, buf, dataSize); mode_sense()
810 dataSize = 4; mode_sense()
823 lun, buf, dataSize); mode_sense()
825 dataSize = 8; mode_sense()
848 dataSize); mode_sense()
/linux-4.1.27/drivers/message/fusion/
H A Dmptctl.c1941 int dataSize; mptctl_do_mpt_command() local
1998 dataSize = karg.dataOutSize; mptctl_do_mpt_command()
2001 dataSize = karg.dataInSize; mptctl_do_mpt_command()
2005 pScsiReq->DataLength = cpu_to_le32(dataSize); mptctl_do_mpt_command()
2046 int dataSize; mptctl_do_mpt_command() local
2075 dataSize = karg.dataOutSize; mptctl_do_mpt_command()
2078 dataSize = karg.dataInSize; mptctl_do_mpt_command()
2082 pScsiReq->DataLength = cpu_to_le32(dataSize); mptctl_do_mpt_command()

Completed in 83 milliseconds