Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_spc.c91 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { in spc_emulate_inquiry_std()
448 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { in spc_emulate_evpd_86()
459 (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) && in spc_emulate_evpd_86()
884 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { in spc_modesense_control()
Dtarget_core_transport.c248 struct se_session *transport_alloc_session(enum target_prot_op sup_prot_ops) in transport_alloc_session() argument
264 se_sess->sup_prot_ops = sup_prot_ops; in transport_alloc_session()
312 enum target_prot_op sup_prot_ops) in transport_init_session_tags() argument
328 se_sess = transport_alloc_session(sup_prot_ops); in transport_init_session_tags()
2028 if (!(cmd->se_sess->sup_prot_ops & TARGET_PROT_DOUT_INSERT)) in target_write_prot_action()
2032 if (cmd->se_sess->sup_prot_ops & TARGET_PROT_DOUT_STRIP) in target_write_prot_action()
2328 if (!(cmd->se_sess->sup_prot_ops & TARGET_PROT_DIN_STRIP)) { in target_read_prot_action()
2340 if (cmd->se_sess->sup_prot_ops & TARGET_PROT_DIN_INSERT) in target_read_prot_action()
Dtarget_core_sbc.c91 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { in sbc_emulate_readcapacity_16()
692 int sp_ops = cmd->se_sess->sup_prot_ops; in sbc_check_prot()
/kernel/linux/linux-5.10/drivers/target/iscsi/
Discsi_target_login.c442 if (sess->se_sess->sup_prot_ops & in iscsi_login_zero_tsih_s2()
1361 conn->sess->se_sess->sup_prot_ops = in __iscsi_target_login_thread()
/kernel/linux/linux-5.10/include/target/
Dtarget_core_base.h614 enum target_prot_op sup_prot_ops; member