Searched refs:driver_command (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D3w-9xxx.c649 TW_Ioctl_Driver_Command driver_command; local
670 if (copy_from_user(&driver_command, argp, sizeof(TW_Ioctl_Driver_Command)))
674 if (driver_command.buffer_length > TW_MAX_SECTORS * 2048) {
680 data_buffer_length_adjusted = (driver_command.buffer_length + 511) & ~511;
692 if (copy_from_user(tw_ioctl, argp, driver_command.buffer_length + sizeof(TW_Ioctl_Buf_Apache) - 1))
745 tw_ioctl->driver_command.status = 0;
753 tw_ioctl->driver_command.status = TW_IOCTL_ERROR_STATUS_AEN_CLOBBER;
756 tw_ioctl->driver_command.status = 0;
759 tw_ioctl->driver_command.status = TW_IOCTL_ERROR_STATUS_NO_MORE_EVENTS;
762 tw_ioctl->driver_command
[all...]
H A D3w-sas.h326 TW_Ioctl_Driver_Command driver_command; member in struct:TAG_TW_Ioctl_Apache
H A D3w-sas.c759 TW_Ioctl_Driver_Command driver_command; local
776 if (copy_from_user(&driver_command, argp, sizeof(TW_Ioctl_Driver_Command)))
780 if (driver_command.buffer_length > TW_MAX_SECTORS * 2048) {
786 data_buffer_length_adjusted = (driver_command.buffer_length + 511) & ~511;
798 if (copy_from_user(tw_ioctl, argp, driver_command.buffer_length + sizeof(TW_Ioctl_Buf_Apache) - 1))
856 if (copy_to_user(argp, tw_ioctl, sizeof(TW_Ioctl_Buf_Apache) + driver_command.buffer_length - 1) == 0)
H A D3w-9xxx.h596 TW_Ioctl_Driver_Command driver_command; member in struct:TAG_TW_Ioctl_Apache

Completed in 183 milliseconds