Lines Matching defs:qla_qpair
3443 struct qla_qpair { struct
3444 spinlock_t qp_lock;
3445 atomic_t ref_count;
3446 uint32_t lun_cnt;
3474 void (*reqq_start_iocbs)(struct qla_qpair *); argument
3477 struct req_que *req;
3478 struct rsp_que *rsp;
3479 struct atio_que *atio;
3480 struct qla_msix_entry *msix; /* point to &ha->msix_entries[x] */
3481 struct qla_hw_data *hw;
3482 struct work_struct q_work;
3483 struct list_head qp_list_elem; /* vha->qp_list */
3484 struct list_head hints_list;
3485 uint16_t cpuid;
3486 struct qla_tgt_counters tgt_counters;