Searched refs:dp_changeable (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.c3905 struct scsi_control_data_prot_subpage *dp_page, *dp_changeable; local
3922 dp_size = sizeof(*dp_changeable);
3935 dp_changeable =
3952 NULL, NULL, dp_changeable, dp_size, /*prot_changeable*/ 1);
3956 if (scsi_2btoul(dp_changeable->length) > dp_page_length) {
3957 dp_page_length = scsi_2btoul(dp_changeable->length);
3999 if (dp_changeable->prot_method != 0)
4002 if (dp_changeable->pi_length & SA_CTRL_DP_PI_LENGTH_MASK) {
4007 if (dp_changeable->prot_bits & SA_CTRL_DP_LBP_W) {
4014 if (dp_changeable
[all...]

Completed in 105 milliseconds