Searched refs:header10 (Results 1 – 1 of 1) sorted by relevance
2786 struct scsi_mode_header_10 *header10; in cd6byteworkaround() local2797 header10 = (struct scsi_mode_header_10 *)params->mode_buf; in cd6byteworkaround()2811 len = sizeof(*header10) + blk_desc_len + page_size; in cd6byteworkaround()2823 params->mode_buf + sizeof(*header10), in cd6byteworkaround()2824 len - sizeof(*header10)); in cd6byteworkaround()2827 scsi_ulto2b(0, header10->data_length); in cd6byteworkaround()2828 header10->medium_type = 0; in cd6byteworkaround()2829 scsi_ulto2b(blk_desc_len, header10->blk_desc_len); in cd6byteworkaround()