Lines Matching defs:qlt_hw_data
3503 struct qlt_hw_data { struct
3505 uint32_t node_name_set:1;
3507 dma_addr_t atio_dma; /* Physical address. */
3508 struct atio *atio_ring; /* Base virtual address */
3509 struct atio *atio_ring_ptr; /* Current address. */
3510 uint16_t atio_ring_index; /* Current index. */
3511 uint16_t atio_q_length;
3512 uint32_t __iomem *atio_q_in;
3513 uint32_t __iomem *atio_q_out;
3515 struct qla_tgt_func_tmpl *tgt_ops;
3516 struct qla_tgt_vp_map *tgt_vp_map;
3518 int saved_set;
3519 uint16_t saved_exchange_count;
3520 uint32_t saved_firmware_options_1;
3521 uint32_t saved_firmware_options_2;
3522 uint32_t saved_firmware_options_3;
3523 uint8_t saved_firmware_options[2];
3524 uint8_t saved_add_firmware_options[2];
3526 uint8_t tgt_node_name[WWN_SIZE];
3528 struct dentry *dfs_tgt_sess;
3529 struct dentry *dfs_tgt_port_database;
3530 struct dentry *dfs_naqp;
3532 struct list_head q_full_list;
3533 uint32_t num_pend_cmds;
3534 uint32_t num_qfull_cmds_alloc;
3535 uint32_t num_qfull_cmds_dropped;
3536 spinlock_t q_full_lock;
3537 uint32_t leak_exchg_thresh_hold;
3538 spinlock_t sess_lock;
3539 int num_act_qpairs;
3541 spinlock_t atio_lock ____cacheline_aligned;
3542 struct btree_head32 host_map;