Lines Matching defs:qla_qpair
3602 struct qla_qpair { struct
3603 spinlock_t qp_lock;
3604 atomic_t ref_count;
3605 uint32_t lun_cnt;
3610 spinlock_t *qp_lock_ptr;
3634 void (*reqq_start_iocbs)(struct qla_qpair *); argument
3637 struct req_que *req;
3638 struct rsp_que *rsp;
3639 struct atio_que *atio;
3640 struct qla_msix_entry *msix; /* point to &ha->msix_entries[x] */
3641 struct qla_hw_data *hw;
3642 struct work_struct q_work;
3643 struct qla_counters counters;
3645 struct list_head qp_list_elem; /* vha->qp_list */
3646 struct list_head hints_list;
3648 uint16_t retry_term_cnt;
3649 __le32 retry_term_exchg_addr;
3650 uint64_t retry_term_jiff;
3651 struct qla_tgt_counters tgt_counters;
3652 uint16_t cpuid;
3653 struct qla_fw_resources fwres ____cacheline_aligned;