IOCTL_Command_struct
static int ciss_user_command(struct ciss_softc *sc, IOCTL_Command_struct *ioc);
ciss_user_command(struct ciss_softc *sc, IOCTL_Command_struct *ioc)
debug_type(IOCTL_Command_struct);
IOCTL_Command_struct *ioc = (IOCTL_Command_struct *)addr;
IOCTL_Command_struct ioc_swab;
#define CCISS_PASSTHRU _IOWR ('C', 210, IOCTL_Command_struct)