Lines Matching defs:qpair
652 struct qla_qpair *qpair, *tqpair;
655 list_for_each_entry_safe(qpair, tqpair, &vha->qp_list,
657 qla2xxx_delete_qpair(vha, qpair);
809 struct qla_qpair *qpair = container_of(work, struct qla_qpair, q_work);
810 struct scsi_qla_host *vha = qpair->vha;
812 spin_lock_irqsave(&qpair->qp_lock, flags);
813 qla24xx_process_response_queue(vha, qpair->rsp);
814 spin_unlock_irqrestore(&qpair->qp_lock, flags);
821 uint8_t vp_idx, uint16_t rid, struct qla_qpair *qpair, bool startqp)
857 rsp->msix = qpair->msix;
895 ret = qla25xx_request_irq(ha, qpair, qpair->msix,
916 if (qpair->hw->wq)
917 INIT_WORK(&qpair->q_work, qla_do_work);