Home
last modified time | relevance | path

Searched refs:UIOC_RD (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h53 #define UIOC_RD 0x00001 macro
H A Dmegaraid_mm.c392 kioc->data_dir = UIOC_RD; in mimd_to_kioc()
416 if (mimd.outlen) kioc->data_dir = UIOC_RD; in mimd_to_kioc()
432 if (mimd.outlen) kioc->data_dir = UIOC_RD; in mimd_to_kioc()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dmegaraid.h566 #define UIOC_RD 0x00001 macro
H A Dmegaraid.c3246 if( pthru->dataxferlen && (uioc.flags & UIOC_RD) ) { in megadev_ioctl()
3341 if( uioc.xferlen && (uioc.flags & UIOC_RD) ) { in megadev_ioctl()
3475 if( uioc_mimd.outlen ) uioc->flags = UIOC_RD; in mega_m_to_n()
3493 if( uioc_mimd.outlen ) uioc->flags = UIOC_RD; in mega_m_to_n()