Searched refs:sup_prot_ops (Results 1 – 4 of 4) sorted by relevance
289 struct se_session *transport_alloc_session(enum target_prot_op sup_prot_ops) in transport_alloc_session() argument300 se_sess->sup_prot_ops = sup_prot_ops; in transport_alloc_session()348 enum target_prot_op sup_prot_ops) in transport_init_session_tags() argument364 se_sess = transport_alloc_session(sup_prot_ops); in transport_init_session_tags()2194 if (!(cmd->se_sess->sup_prot_ops & TARGET_PROT_DOUT_INSERT)) in target_write_prot_action()2198 if (cmd->se_sess->sup_prot_ops & TARGET_PROT_DOUT_STRIP) in target_write_prot_action()2497 if (!(cmd->se_sess->sup_prot_ops & TARGET_PROT_DIN_STRIP)) { in target_read_prot_action()2509 if (cmd->se_sess->sup_prot_ops & TARGET_PROT_DIN_INSERT) in target_read_prot_action()
113 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { in spc_emulate_inquiry_std()476 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { in spc_emulate_evpd_86()487 (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) && in spc_emulate_evpd_86()930 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { in spc_modesense_control()
91 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) { in sbc_emulate_readcapacity_16()670 int sp_ops = cmd->se_sess->sup_prot_ops; in sbc_check_prot()
643 enum target_prot_op sup_prot_ops; member