Searched refs:dtsd (Results 1 – 1 of 1) sorted by relevance
1976 struct scsi_read_capacity_data_long *dtsd; in tpc_create_token() local2001 dtsd = (struct scsi_read_capacity_data_long *)&token->body[88 - 8]; in tpc_create_token()2002 scsi_ulto4b(lun->be_lun->blocksize, dtsd->length); in tpc_create_token()2003 dtsd->prot_lbppbe = lun->be_lun->pblockexp & SRC16_LBPPBE; in tpc_create_token()2004 scsi_ulto2b(lun->be_lun->pblockoff & SRC16_LALBA_A, dtsd->lalba_lbp); in tpc_create_token()2006 dtsd->lalba_lbp[0] |= SRC16_LBPME | SRC16_LBPRZ; in tpc_create_token()