scsi_control_ext_page
sizeof(mode_buf) - sizeof(struct scsi_control_ext_page));
control_page = (struct scsi_control_ext_page *)&mode_buf
struct scsi_control_ext_page *control_page = NULL;
sizeof(struct scsi_control_ext_page);
#define CTL_CEM_LEN (sizeof(struct scsi_control_ext_page) - 4)
const static struct scsi_control_ext_page control_ext_page_default = {
const static struct scsi_control_ext_page control_ext_page_changeable = {
sizeof(struct scsi_control_ext_page), NULL,
struct scsi_control_ext_page control_ext_page[4];