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

/linux-master/drivers/target/
H A Dtarget_core_transport.c287 * @sup_prot_ops: bitmask that defines which T10-PI modes are supported.
289 struct se_session *transport_alloc_session(enum target_prot_op sup_prot_ops) argument
300 se_sess->sup_prot_ops = sup_prot_ops;
344 * @sup_prot_ops: bitmask that defines which T10-PI modes are supported.
348 enum target_prot_op sup_prot_ops)
364 se_sess = transport_alloc_session(sup_prot_ops);
2188 if (!(cmd->se_sess->sup_prot_ops & TARGET_PROT_DOUT_INSERT))
2192 if (cmd->se_sess->sup_prot_ops & TARGET_PROT_DOUT_STRIP)
2488 if (!(cmd->se_sess->sup_prot_ops
347 transport_init_session_tags(unsigned int tag_num, unsigned int tag_size, enum target_prot_op sup_prot_ops) argument
[all...]
H A Dtarget_core_spc.c113 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) {
476 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) {
487 (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) &&
912 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) {
H A Dtarget_core_sbc.c91 if (sess->sup_prot_ops & (TARGET_PROT_DIN_PASS | TARGET_PROT_DOUT_PASS)) {
670 int sp_ops = cmd->se_sess->sup_prot_ops;
/linux-master/include/target/
H A Dtarget_core_base.h641 enum target_prot_op sup_prot_ops; member in struct:se_session
/linux-master/drivers/target/iscsi/
H A Discsi_target_login.c455 if (sess->se_sess->sup_prot_ops &
1339 conn->sess->se_sess->sup_prot_ops =

Completed in 150 milliseconds