Lines Matching defs:se_device
773 struct se_device { struct
775 u16 dev_rpti_counter;
777 u32 dev_cur_ordered_id;
778 u32 dev_flags;
785 u8 transport_flags;
787 u32 queue_depth;
789 u64 dev_res_bin_isid;
791 u32 dev_index;
792 u64 creation_time;
793 atomic_long_t num_resets;
794 atomic_long_t aborts_complete;
795 atomic_long_t aborts_no_task;
796 atomic_long_t num_cmds;
797 atomic_long_t read_bytes;
798 atomic_long_t write_bytes;
800 atomic_t non_ordered;
801 bool ordered_sync_in_progress;
802 atomic_t delayed_cmd_count;
803 atomic_t dev_qf_count;
804 u32 export_count;
805 spinlock_t delayed_cmd_lock;
806 spinlock_t dev_reservation_lock;
807 unsigned int dev_reservation_flags;
810 spinlock_t se_port_lock;
811 spinlock_t se_tmr_lock;
812 spinlock_t qf_cmd_lock;
813 struct semaphore caw_sem;
815 struct se_session *reservation_holder;
817 struct t10_alua_lu_gp_member *dev_alua_lu_gp_mem;
819 struct t10_pr_registration *dev_pr_res_holder;
820 struct list_head dev_sep_list;
821 struct list_head dev_tmr_list;
822 struct work_struct qf_work_queue;
823 struct work_struct delayed_cmd_work;
824 struct list_head delayed_cmd_list;
825 struct list_head qf_cmd_list;
827 struct se_hba *se_hba;
852 struct se_device_queue *queues; argument
853 struct mutex lun_reset_mutex;