Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cam/scsi/
Dscsi_sa.c4218 struct scsi_control_data_prot_subpage *dp_page, *dp_changeable; in sasetprot() local
4235 dp_size = sizeof(*dp_changeable); in sasetprot()
4248 dp_changeable = in sasetprot()
4265 NULL, NULL, dp_changeable, dp_size, /*prot_changeable*/ 1); in sasetprot()
4269 if (scsi_2btoul(dp_changeable->length) > dp_page_length) { in sasetprot()
4270 dp_page_length = scsi_2btoul(dp_changeable->length); in sasetprot()
4312 if (dp_changeable->prot_method != 0) in sasetprot()
4315 if (dp_changeable->pi_length & SA_CTRL_DP_PI_LENGTH_MASK) { in sasetprot()
4320 if (dp_changeable->prot_bits & SA_CTRL_DP_LBP_W) { in sasetprot()
4327 if (dp_changeable->prot_bits & SA_CTRL_DP_LBP_R) { in sasetprot()
[all …]