Lines Matching defs:se_cmd
507 struct se_cmd { struct
522 /* Used to signal cmd->se_tfo->check_release_cmd() usage per cmd */ argument
525 /* See se_cmd_flags_table */ argument
526 u32 se_cmd_flags; argument
548 struct list_head se_cmd_list; argument
553 void (*transport_complete_callback)(struct se_cmd *); argument
555 unsigned char *t_task_cdb;
556 unsigned char __t_task_cdb[TCM_MAX_COMMAND_SIZE];
557 unsigned long long t_task_lba;
558 int t_tasks_failed;
559 u32 t_tasks_sg_chained_no;
560 atomic_t t_fe_count;
561 atomic_t t_se_count;
562 atomic_t t_task_cdbs_left;
563 atomic_t t_task_cdbs_ex_left;
564 atomic_t t_task_cdbs_sent;
565 atomic_t t_transport_aborted;
566 atomic_t t_transport_active;
567 atomic_t t_transport_complete;
568 atomic_t t_transport_queue_active;
569 atomic_t t_transport_sent;
570 atomic_t t_transport_stop;
571 atomic_t transport_dev_active;
572 atomic_t transport_lun_active;
573 atomic_t transport_lun_fe_stop;
574 atomic_t transport_lun_stop;
575 spinlock_t t_state_lock;
576 struct completion t_transport_stop_comp;
577 struct completion transport_lun_fe_stop_comp;
578 struct completion transport_lun_stop_comp;
579 struct scatterlist *t_tasks_sg_chained;
581 struct work_struct work;
606 struct se_cmd *task_cmd; argument