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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D3w-9xxx.c627 TW_Ioctl_Driver_Command driver_command; local
646 if (copy_from_user(&driver_command, argp, sizeof(TW_Ioctl_Driver_Command)))
650 if (driver_command.buffer_length > TW_MAX_SECTORS * 2048) {
656 data_buffer_length_adjusted = (driver_command.buffer_length + 511) & ~511;
668 if (copy_from_user(tw_ioctl, argp, driver_command.buffer_length + sizeof(TW_Ioctl_Buf_Apache) - 1))
721 tw_ioctl->driver_command.status = 0;
729 tw_ioctl->driver_command.status = TW_IOCTL_ERROR_STATUS_AEN_CLOBBER;
732 tw_ioctl->driver_command.status = 0;
735 tw_ioctl->driver_command.status = TW_IOCTL_ERROR_STATUS_NO_MORE_EVENTS;
738 tw_ioctl->driver_command
[all...]
H A D3w-9xxx.h591 TW_Ioctl_Driver_Command driver_command; member in struct:TAG_TW_Ioctl_Apache

Completed in 53 milliseconds