Searched defs:qlt_hw_data (Results 1 – 1 of 1) sorted by relevance
4016 struct qlt_hw_data { struct4018 uint32_t node_name_set:1;4020 dma_addr_t atio_dma; /* Physical address. */4021 struct atio *atio_ring; /* Base virtual address */4022 struct atio *atio_ring_ptr; /* Current address. */4023 uint16_t atio_ring_index; /* Current index. */4024 uint16_t atio_q_length;4025 __le32 __iomem *atio_q_in;4026 __le32 __iomem *atio_q_out;4028 const struct qla_tgt_func_tmpl *tgt_ops;[all …]