Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_pr.c2039 bool aptpl, bool all_tg_pt, bool spec_i_pt, enum register_type register_type) in core_scsi3_emulate_pro_register() argument
2079 if (!spec_i_pt) { in core_scsi3_emulate_pro_register()
2123 if (spec_i_pt) { in core_scsi3_emulate_pro_register()
3547 u8 type, bool aptpl, bool all_tg_pt, bool spec_i_pt) in target_try_pr_out_pt() argument
3568 if (spec_i_pt || all_tg_pt) { in target_try_pr_out_pt()
3587 int spec_i_pt = 0, all_tg_pt = 0, unreg = 0; in target_scsi3_emulate_pr_out() local
3640 spec_i_pt = (buf[20] & 0x08); in target_scsi3_emulate_pr_out()
3660 if (spec_i_pt && (sa != PRO_REGISTER)) in target_scsi3_emulate_pr_out()
3672 if (!spec_i_pt && (sa != PRO_REGISTER_AND_MOVE) && in target_scsi3_emulate_pr_out()
3681 aptpl, all_tg_pt, spec_i_pt); in target_scsi3_emulate_pr_out()
[all …]