Searched defs:qlt_hw_data (Results 1 – 1 of 1) sorted by relevance
3928 struct qlt_hw_data { struct3930 uint32_t node_name_set:1;3932 dma_addr_t atio_dma; /* Physical address. */3933 struct atio *atio_ring; /* Base virtual address */3934 struct atio *atio_ring_ptr; /* Current address. */3935 uint16_t atio_ring_index; /* Current index. */3936 uint16_t atio_q_length;3937 __le32 __iomem *atio_q_in;3938 __le32 __iomem *atio_q_out;3940 const struct qla_tgt_func_tmpl *tgt_ops;[all …]