Searched refs:target_put_sess_cmd (Results 1 - 9 of 9) sorted by relevance

/drivers/target/
H A Dtarget_core_tmr.c156 target_put_sess_cmd(se_sess, se_cmd);
H A Dtarget_core_transport.c1396 target_put_sess_cmd(se_sess, se_cmd);
2134 return target_put_sess_cmd(cmd->se_sess, cmd);
2366 * @ack_kref: Signal that fabric will perform an ack target_put_sess_cmd()
2376 * fabric acknowledgement that requires two target_put_sess_cmd()
2417 /* target_put_sess_cmd - Check for active I/O shutdown via kref_put
2421 int target_put_sess_cmd(struct se_session *se_sess, struct se_cmd *se_cmd) function
2430 EXPORT_SYMBOL(target_put_sess_cmd); variable
/drivers/target/iscsi/
H A Discsi_target_util.c749 target_put_sess_cmd(se_cmd->se_sess, se_cmd);
765 target_put_sess_cmd(se_cmd->se_sess, se_cmd);
H A Discsi_target.c715 pr_debug("iscsi reject: calling target_put_sess_cmd >>>>>>\n");
716 target_put_sess_cmd(conn->sess->se_sess, &cmd->se_cmd);
1072 target_put_sess_cmd(conn->sess->se_sess, &cmd->se_cmd);
1088 target_put_sess_cmd(conn->sess->se_sess, &cmd->se_cmd);
1146 target_put_sess_cmd(conn->sess->se_sess, &cmd->se_cmd);
1958 target_put_sess_cmd(conn->sess->se_sess, &cmd->se_cmd);
H A Discsi_target_configfs.c1950 return target_put_sess_cmd(se_cmd->se_sess, se_cmd);
/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c1338 target_put_sess_cmd(ch->sess, &ioctx->cmd);
1369 target_put_sess_cmd(ioctx->ch->sess, &ioctx->cmd);
1373 target_put_sess_cmd(ioctx->ch->sess, &ioctx->cmd);
1685 return target_put_sess_cmd(ioctx->ch->sess, &ioctx->cmd);
3082 target_put_sess_cmd(ioctx->ch->sess, &ioctx->cmd);
/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c425 return target_put_sess_cmd(se_cmd->se_sess, se_cmd);
/drivers/infiniband/ulp/isert/
H A Dib_isert.c1232 target_put_sess_cmd(conn->sess->se_sess, &cmd->se_cmd);
1635 * but requires an extra target_put_sess_cmd()
1642 target_put_sess_cmd(se_cmd->se_sess, se_cmd);
/drivers/vhost/
H A Dscsi.c598 return target_put_sess_cmd(se_cmd->se_sess, se_cmd);

Completed in 241 milliseconds