Searched refs:header10 (Results 1 – 1 of 1) sorted by relevance
2792 struct scsi_mode_header_10 *header10; in cd6byteworkaround() local2803 header10 = (struct scsi_mode_header_10 *)params->mode_buf; in cd6byteworkaround()2817 len = sizeof(*header10) + blk_desc_len + page_size; in cd6byteworkaround()2829 params->mode_buf + sizeof(*header10), in cd6byteworkaround()2830 len - sizeof(*header10)); in cd6byteworkaround()2833 scsi_ulto2b(0, header10->data_length); in cd6byteworkaround()2834 header10->medium_type = 0; in cd6byteworkaround()2835 scsi_ulto2b(blk_desc_len, header10->blk_desc_len); in cd6byteworkaround()