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 *); 151 void transport_init_se_cmd(struct se_cmd *, 154 sense_reason_t transport_lookup_cmd_lun(struct se_cmd *, u64); [all …]
|
D | target_core_backend.h | 41 sense_reason_t (*parse_cdb)(struct se_cmd *cmd); 49 unsigned char *(*get_sense_buffer)(struct se_cmd *); 60 sense_reason_t (*execute_rw)(struct se_cmd *cmd, struct scatterlist *, 62 sense_reason_t (*execute_sync_cache)(struct se_cmd *cmd); 63 sense_reason_t (*execute_write_same)(struct se_cmd *cmd); 64 sense_reason_t (*execute_unmap)(struct se_cmd *cmd, 71 void target_complete_cmd(struct se_cmd *, u8); 72 void target_complete_cmd_with_length(struct se_cmd *, u8, int); 74 void transport_copy_sense_to_cmd(struct se_cmd *, unsigned char *); 76 sense_reason_t spc_parse_cdb(struct se_cmd *cmd, unsigned int *size); [all …]
|
D | target_core_base.h | 234 struct se_cmd; 410 struct se_cmd *task_cmd; 448 struct se_cmd { struct 489 sense_reason_t (*execute_cmd)(struct se_cmd *); argument 490 sense_reason_t (*transport_complete_callback)(struct se_cmd *, bool, int *); argument 943 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), 169 TP_PROTO(struct se_cmd *cmd),
|
/include/target/iscsi/ |
D | iscsi_target_core.h | 499 struct se_cmd se_cmd; member
|