Home
last modified time | relevance | path

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

/drivers/target/
Dtarget_core_sbc.c606 sbc_set_prot_op_checks(u8 protect, bool fabric_prot, enum target_prot_type prot_type, in sbc_set_prot_op_checks() argument
610 cmd->prot_op = fabric_prot ? TARGET_PROT_DOUT_STRIP : in sbc_set_prot_op_checks()
636 cmd->prot_op = fabric_prot ? TARGET_PROT_DIN_INSERT : in sbc_set_prot_op_checks()
672 bool fabric_prot = false; in sbc_check_prot() local
704 fabric_prot = is_write ? in sbc_check_prot()
708 if (fabric_prot && cmd->se_sess->sess_prot_type) { in sbc_check_prot()
721 if (sbc_set_prot_op_checks(protect, fabric_prot, pi_prot_type, is_write, cmd)) in sbc_check_prot()