Lines Matching refs:se_cmd
937 req->se_cmd.map_tag = tag; in sbp_mgt_get_req()
938 req->se_cmd.tag = next_orb; in sbp_mgt_get_req()
1233 req->se_cmd.tag = req->orb_pointer; in sbp_handle_command()
1234 if (target_submit_cmd(&req->se_cmd, sess->se_sess, req->cmd_buf, in sbp_handle_command()
1265 if (req->se_cmd.data_direction == DMA_FROM_DEVICE) { in sbp_rw_data()
1299 length = req->se_cmd.data_length; in sbp_rw_data()
1302 sg_miter_start(&iter, req->se_cmd.t_data_sg, req->se_cmd.t_data_nents, in sbp_rw_data()
1367 target_put_sess_cmd(&req->se_cmd); in sbp_send_status()
1373 struct se_cmd *se_cmd = &req->se_cmd; in sbp_sense_mangle() local
1377 WARN_ON(se_cmd->scsi_sense_length < 18); in sbp_sense_mangle()
1403 status[0] |= se_cmd->scsi_status & 0x3f;/* status */ in sbp_sense_mangle()
1408 status[2] = se_cmd->scsi_asc; /* sense_code */ in sbp_sense_mangle()
1409 status[3] = se_cmd->scsi_ascq; /* sense_qualifier */ in sbp_sense_mangle()
1440 struct se_cmd *se_cmd = &req->se_cmd; in sbp_send_sense() local
1442 if (se_cmd->scsi_sense_length) { in sbp_send_sense()
1457 struct se_cmd *se_cmd = &req->se_cmd; in sbp_free_request() local
1458 struct se_session *se_sess = se_cmd->se_sess; in sbp_free_request()
1463 percpu_ida_free(&se_sess->sess_tag_pool, se_cmd->map_tag); in sbp_free_request()
1721 static void sbp_release_cmd(struct se_cmd *se_cmd) in sbp_release_cmd() argument
1723 struct sbp_target_request *req = container_of(se_cmd, in sbp_release_cmd()
1724 struct sbp_target_request, se_cmd); in sbp_release_cmd()
1734 static int sbp_write_pending(struct se_cmd *se_cmd) in sbp_write_pending() argument
1736 struct sbp_target_request *req = container_of(se_cmd, in sbp_write_pending()
1737 struct sbp_target_request, se_cmd); in sbp_write_pending()
1753 target_execute_cmd(se_cmd); in sbp_write_pending()
1757 static int sbp_write_pending_status(struct se_cmd *se_cmd) in sbp_write_pending_status() argument
1767 static int sbp_get_cmd_state(struct se_cmd *se_cmd) in sbp_get_cmd_state() argument
1772 static int sbp_queue_data_in(struct se_cmd *se_cmd) in sbp_queue_data_in() argument
1774 struct sbp_target_request *req = container_of(se_cmd, in sbp_queue_data_in()
1775 struct sbp_target_request, se_cmd); in sbp_queue_data_in()
1796 static int sbp_queue_status(struct se_cmd *se_cmd) in sbp_queue_status() argument
1798 struct sbp_target_request *req = container_of(se_cmd, in sbp_queue_status()
1799 struct sbp_target_request, se_cmd); in sbp_queue_status()
1804 static void sbp_queue_tm_rsp(struct se_cmd *se_cmd) in sbp_queue_tm_rsp() argument
1808 static void sbp_aborted_task(struct se_cmd *se_cmd) in sbp_aborted_task() argument
1813 static int sbp_check_stop_free(struct se_cmd *se_cmd) in sbp_check_stop_free() argument
1815 struct sbp_target_request *req = container_of(se_cmd, in sbp_check_stop_free()
1816 struct sbp_target_request, se_cmd); in sbp_check_stop_free()
1818 return transport_generic_free_cmd(&req->se_cmd, 0); in sbp_check_stop_free()