Lines Matching defs:qpair
658 struct qla_qpair *qpair, *tqpair;
661 list_for_each_entry_safe(qpair, tqpair, &vha->qp_list,
663 qla2xxx_delete_qpair(vha, qpair);
815 struct qla_qpair *qpair = container_of(work, struct qla_qpair, q_work);
816 struct scsi_qla_host *vha = qpair->vha;
818 spin_lock_irqsave(&qpair->qp_lock, flags);
819 qla24xx_process_response_queue(vha, qpair->rsp);
820 spin_unlock_irqrestore(&qpair->qp_lock, flags);
827 uint8_t vp_idx, uint16_t rid, struct qla_qpair *qpair, bool startqp)
863 rsp->msix = qpair->msix;
901 ret = qla25xx_request_irq(ha, qpair, qpair->msix,
922 if (qpair->hw->wq)
923 INIT_WORK(&qpair->q_work, qla_do_work);