Searched refs:se_cmd (Results 1 – 5 of 5) sorted by relevance
| /include/target/ |
| D | target_core_fabric.h | 66 int (*check_stop_free)(struct se_cmd *); 67 void (*release_cmd)(struct se_cmd *); 76 int (*write_pending)(struct se_cmd *); 78 int (*get_cmd_state)(struct se_cmd *); 79 int (*queue_data_in)(struct se_cmd *); 80 int (*queue_status)(struct se_cmd *); 81 void (*queue_tm_rsp)(struct se_cmd *); 82 void (*aborted_task)(struct se_cmd *); 166 void __target_init_cmd(struct se_cmd *cmd, 171 int target_init_cmd(struct se_cmd *se_cmd, struct se_session *se_sess, [all …]
|
| D | target_core_backend.h | 45 sense_reason_t (*parse_cdb)(struct se_cmd *cmd); 55 unsigned char *(*get_sense_buffer)(struct se_cmd *); 66 sense_reason_t (*execute_rw)(struct se_cmd *cmd, struct scatterlist *, 68 sense_reason_t (*execute_sync_cache)(struct se_cmd *cmd); 69 sense_reason_t (*execute_write_same)(struct se_cmd *cmd); 70 sense_reason_t (*execute_unmap)(struct se_cmd *cmd, 72 sense_reason_t (*execute_pr_out)(struct se_cmd *cmd, u8 sa, u64 key, 74 sense_reason_t (*execute_pr_in)(struct se_cmd *cmd, u8 sa, 81 void target_complete_cmd(struct se_cmd *, u8); 82 void target_set_cmd_data_length(struct se_cmd *, int); [all …]
|
| D | target_core_base.h | 248 struct se_cmd; 425 struct se_cmd *task_cmd; 470 struct se_cmd { struct 512 sense_reason_t (*execute_cmd)(struct se_cmd *); argument 513 sense_reason_t (*transport_complete_callback)(struct se_cmd *, bool, int *); argument 894 struct se_cmd *cmd); 1018 static inline void target_free_tag(struct se_session *sess, struct se_cmd *cmd) in target_free_tag()
|
| /include/trace/events/ |
| D | target.h | 134 TP_PROTO(struct se_cmd *cmd), 171 TP_PROTO(struct se_cmd *cmd),
|
| /include/target/iscsi/ |
| D | iscsi_target_core.h | 487 struct se_cmd se_cmd; member
|