Lines Matching defs:scsi_qla_host
2820 typedef struct scsi_qla_host { struct
2821 struct list_head list;
2822 struct list_head vp_fcports; /* list of fcports */
2823 struct list_head work_list;
2824 spinlock_t work_lock;
2827 struct Scsi_Host *host;
2828 unsigned long host_no;
2829 uint8_t host_str[16];
2831 volatile struct {
2841 } flags;
2843 atomic_t loop_state;
2851 unsigned long dpc_flags;
2874 uint32_t device_flags;
2880 uint16_t loop_id; /* Host adapter loop id */
2882 port_id_t d_id; /* Host adapter port id */
2883 uint8_t marker_needed;
2884 uint16_t mgmt_svr_loop_id;
2889 uint32_t rscn_queue[MAX_RSCN_COUNT];
2890 uint8_t rscn_in_ptr;
2891 uint8_t rscn_out_ptr;
2894 uint8_t loop_down_abort_time; /* port down timer */
2895 atomic_t loop_down_timer; /* loop down timer */
2896 uint8_t link_down_timeout; /* link down timeout */
2898 uint32_t timer_active;
2899 struct timer_list timer;
2901 uint8_t node_name[WWN_SIZE];
2902 uint8_t port_name[WWN_SIZE];
2903 uint8_t fabric_node_name[WWN_SIZE];
2905 uint16_t fcoe_vlan_id;
2906 uint16_t fcoe_fcf_idx;
2907 uint8_t fcoe_vn_port_mac[6];
2909 uint32_t vp_abort_cnt;
2911 struct fc_vport *fc_vport; /* holds fc_vport * for each vport */
2912 uint16_t vp_idx; /* vport ID */
2914 unsigned long vp_flags;
2939 } scsi_qla_host_t; argument