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

/linux-4.1.27/drivers/target/
H A Dtarget_core_transport.c242 struct se_session *transport_init_session(enum target_prot_op sup_prot_ops) transport_init_session() argument
258 se_sess->sup_prot_ops = sup_prot_ops; transport_init_session()
297 enum target_prot_op sup_prot_ops) transport_init_session_tags()
302 se_sess = transport_init_session(sup_prot_ops); transport_init_session_tags()
1760 if (!(cmd->se_sess->sup_prot_ops & TARGET_PROT_DOUT_INSERT)) target_write_prot_action()
1764 if (cmd->se_sess->sup_prot_ops & TARGET_PROT_DOUT_STRIP) target_write_prot_action()
1999 if (!(cmd->se_sess->sup_prot_ops & TARGET_PROT_DIN_STRIP)) { target_read_prot_action()
2008 if (cmd->se_sess->sup_prot_ops & TARGET_PROT_DIN_INSERT) target_read_prot_action()
295 transport_init_session_tags(unsigned int tag_num, unsigned int tag_size, enum target_prot_op sup_prot_ops) transport_init_session_tags() argument
H A Dtarget_core_spc.c110 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { spc_emulate_inquiry_std()
471 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { spc_emulate_evpd_86()
867 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { spc_modesense_control()
H A Dtarget_core_sbc.c118 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { sbc_emulate_readcapacity_16()
668 int sp_ops = cmd->se_sess->sup_prot_ops; sbc_check_prot()
/linux-4.1.27/drivers/target/iscsi/
H A Discsi_target_login.c463 if (sess->se_sess->sup_prot_ops & iscsi_login_zero_tsih_s2()
1418 conn->sess->se_sess->sup_prot_ops = __iscsi_target_login_thread()
/linux-4.1.27/include/target/
H A Dtarget_core_base.h620 enum target_prot_op sup_prot_ops; member in struct:se_session

Completed in 156 milliseconds