Home
last modified time | relevance | path

Searched refs:dp_changeable (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/cam/scsi/
H A Dscsi_sa.c4210 struct scsi_control_data_prot_subpage *dp_page, *dp_changeable; in sasetprot() local
4227 dp_size = sizeof(*dp_changeable); in sasetprot()
4240 dp_changeable = in sasetprot()
4257 NULL, NULL, dp_changeable, dp_size, /*prot_changeable*/ 1); in sasetprot()
4261 if (scsi_2btoul(dp_changeable->length) > dp_page_length) { in sasetprot()
4262 dp_page_length = scsi_2btoul(dp_changeable->length); in sasetprot()
4304 if (dp_changeable->prot_method != 0) in sasetprot()
4307 if (dp_changeable->pi_length & SA_CTRL_DP_PI_LENGTH_MASK) { in sasetprot()
4312 if (dp_changeable->prot_bits & SA_CTRL_DP_LBP_W) { in sasetprot()
4319 if (dp_changeable->prot_bits & SA_CTRL_DP_LBP_R) { in sasetprot()
[all …]