Lines Matching defs:scsi_qla_host
2580 typedef struct scsi_qla_host { struct
2581 struct list_head list;
2582 struct list_head vp_fcports; /* list of fcports */
2583 struct list_head work_list;
2585 struct Scsi_Host *host;
2586 unsigned long host_no;
2587 uint8_t host_str[16];
2589 volatile struct {
2597 } flags;
2599 atomic_t loop_state;
2607 unsigned long dpc_flags;
2640 uint32_t device_flags;
2647 srb_t *status_srb; /* Status continuation entry. */
2650 uint16_t loop_id; /* Host adapter loop id */
2652 port_id_t d_id; /* Host adapter port id */
2653 uint8_t marker_needed;
2654 uint16_t mgmt_svr_loop_id;
2659 uint32_t rscn_queue[MAX_RSCN_COUNT];
2660 uint8_t rscn_in_ptr;
2661 uint8_t rscn_out_ptr;
2664 uint8_t loop_down_abort_time; /* port down timer */
2665 atomic_t loop_down_timer; /* loop down timer */
2666 uint8_t link_down_timeout; /* link down timeout */
2668 uint32_t timer_active;
2669 struct timer_list timer;
2671 uint8_t node_name[WWN_SIZE];
2672 uint8_t port_name[WWN_SIZE];
2673 uint8_t fabric_node_name[WWN_SIZE];
2674 uint32_t vp_abort_cnt;
2676 struct fc_vport *fc_vport; /* holds fc_vport * for each vport */
2700 } scsi_qla_host_t; argument