Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_spc.c104 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { in spc_emulate_inquiry_std()
452 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { in spc_emulate_evpd_86()
463 (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) && in spc_emulate_evpd_86()
867 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { in spc_modesense_control()
Dtarget_core_transport.c227 struct se_session *transport_init_session(enum target_prot_op sup_prot_ops) in transport_init_session() argument
243 se_sess->sup_prot_ops = sup_prot_ops; in transport_init_session()
279 enum target_prot_op sup_prot_ops) in transport_init_session_tags() argument
284 se_sess = transport_init_session(sup_prot_ops); in transport_init_session_tags()
1778 if (!(cmd->se_sess->sup_prot_ops & TARGET_PROT_DOUT_INSERT)) in target_write_prot_action()
1782 if (cmd->se_sess->sup_prot_ops & TARGET_PROT_DOUT_STRIP) in target_write_prot_action()
2008 if (!(cmd->se_sess->sup_prot_ops & TARGET_PROT_DIN_STRIP)) { in target_read_prot_action()
2020 if (cmd->se_sess->sup_prot_ops & TARGET_PROT_DIN_INSERT) in target_read_prot_action()
Dtarget_core_sbc.c119 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { in sbc_emulate_readcapacity_16()
721 int sp_ops = cmd->se_sess->sup_prot_ops; in sbc_check_prot()
/linux-4.4.14/drivers/target/iscsi/
Discsi_target_login.c461 if (sess->se_sess->sup_prot_ops & in iscsi_login_zero_tsih_s2()
1360 conn->sess->se_sess->sup_prot_ops = in __iscsi_target_login_thread()
/linux-4.4.14/include/target/
Dtarget_core_base.h602 enum target_prot_op sup_prot_ops; member