scsi_report_supported_opcodes_all
struct scsi_report_supported_opcodes_all *all_hdr;
all_hdr = (struct scsi_report_supported_opcodes_all *)buf;
struct scsi_report_supported_opcodes_all *hdr;
hdr = (struct scsi_report_supported_opcodes_all *)buf;
struct scsi_report_supported_opcodes_all *all;
total_len = sizeof(struct scsi_report_supported_opcodes_all) +
all = (struct scsi_report_supported_opcodes_all *)
struct scsi_report_supported_opcodes_all *hdr;
hdr = (struct scsi_report_supported_opcodes_all *)ccb->csio.data_ptr;