Lines Matching defs:se_device
777 struct se_device { struct
779 u16 dev_rpti_counter;
781 u32 dev_cur_ordered_id;
782 u32 dev_flags;
783 u32 dev_port_count;
785 u32 dev_status;
787 u32 queue_depth;
789 u64 dev_res_bin_isid;
790 t10_task_attr_index_t dev_task_attr_type;
792 void *dev_ptr;
793 u32 dev_index;
794 u64 creation_time;
795 u32 num_resets;
796 u64 num_cmds;
797 u64 read_bytes;
798 u64 write_bytes;
799 spinlock_t stats_lock;
801 atomic_t simple_cmds;
802 atomic_t dev_ordered_id;
803 atomic_t execute_tasks;
804 atomic_t dev_ordered_sync;
805 atomic_t dev_qf_count;
806 struct se_obj dev_obj;
807 struct se_obj dev_access_obj;
808 struct se_obj dev_export_obj;
809 struct se_queue_obj dev_queue_obj;
810 spinlock_t delayed_cmd_lock;
811 spinlock_t execute_task_lock;
812 spinlock_t dev_reservation_lock;
813 spinlock_t dev_status_lock;
837 /* Linked list for struct se_hba struct se_device list */ argument
851 /* Linked list for struct se_device */ argument