• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/

Lines Matching refs:vha

33 		sp->fcport->vha->hw->qla_stats.output_bytes +=
37 sp->fcport->vha->hw->qla_stats.input_bytes +=
94 qla2x00_prep_cont_type0_iocb(struct scsi_qla_host *vha)
97 struct req_que *req = vha->req;
123 qla2x00_prep_cont_type1_iocb(scsi_qla_host_t *vha)
127 struct req_que *req = vha->req;
201 scsi_qla_host_t *vha;
218 vha = sp->fcport->vha;
235 cont_pkt = qla2x00_prep_cont_type0_iocb(vha);
259 scsi_qla_host_t *vha;
276 vha = sp->fcport->vha;
294 cont_pkt = qla2x00_prep_cont_type1_iocb(vha);
318 scsi_qla_host_t *vha;
334 vha = sp->fcport->vha;
335 ha = vha->hw;
344 if (vha->marker_needed != 0) {
345 if (qla2x00_marker(vha, req, rsp, 0, 0, MK_SYNC_ALL)
348 vha->marker_needed = 0;
437 if (vha->flags.process_response_queue &&
465 __qla2x00_marker(struct scsi_qla_host *vha, struct req_que *req,
471 struct qla_hw_data *ha = vha->hw;
475 mrk = (mrk_entry_t *)qla2x00_alloc_iocbs(vha, 0);
492 mrk24->vp_index = vha->vp_idx;
501 qla2x00_isp_cmd(vha, req);
507 qla2x00_marker(struct scsi_qla_host *vha, struct req_que *req,
514 spin_lock_irqsave(&vha->hw->hardware_lock, flags);
515 ret = __qla2x00_marker(vha, req, rsp, loop_id, lun, type);
516 spin_unlock_irqrestore(&vha->hw->hardware_lock, flags);
528 qla2x00_isp_cmd(struct scsi_qla_host *vha, struct req_que *req)
530 struct qla_hw_data *ha = vha->hw;
620 scsi_qla_host_t *vha;
638 vha = sp->fcport->vha;
639 req = vha->req;
645 sp->fcport->vha->hw->qla_stats.output_bytes +=
650 sp->fcport->vha->hw->qla_stats.input_bytes +=
670 cont_pkt = qla2x00_prep_cont_type1_iocb(vha);
958 scsi_qla_host_t *vha;
991 vha = sp->fcport->vha;
992 ha = vha->hw;
996 vha->host_no, sp, cmd->serial_number, scsi_get_prot_op(sp->cmd)));
1078 __func__, vha->host_no, tot_dsds, (tot_dsds-tot_prot_dsds),
1120 vha->host_no, dif_bytes, dif_bytes, total_bytes, total_bytes,
1178 struct scsi_qla_host *vha = sp->fcport->vha;
1179 struct qla_hw_data *ha = vha->hw;
1185 req = vha->req;
1191 if (vha->marker_needed != 0) {
1192 if (qla2x00_marker(vha, req, rsp, 0, 0, MK_SYNC_ALL)
1195 vha->marker_needed = 0;
1293 if (vha->flags.process_response_queue &&
1295 qla24xx_process_response_queue(vha, rsp);
1332 struct scsi_qla_host *vha = sp->fcport->vha;
1333 struct qla_hw_data *ha = vha->hw;
1348 req = vha->req;
1354 if (vha->marker_needed != 0) {
1355 if (qla2x00_marker(vha, req, rsp, 0, 0, MK_SYNC_ALL) !=
1358 vha->marker_needed = 0;
1473 if (vha->flags.process_response_queue &&
1475 qla24xx_process_response_queue(vha, rsp);
1499 struct qla_hw_data *ha = sp->fcport->vha->hw;
1511 qla2x00_alloc_iocbs(scsi_qla_host_t *vha, srb_t *sp)
1513 struct qla_hw_data *ha = vha->hw;
1580 struct qla_hw_data *ha = sp->fcport->vha->hw;
1635 struct qla_hw_data *ha = sp->fcport->vha->hw;
1673 struct qla_hw_data *ha = sp->fcport->vha->hw;
1700 struct qla_hw_data *ha = sp->fcport->vha->hw;
1724 scsi_qla_host_t *vha = fcport->vha;
1725 struct qla_hw_data *ha = vha->hw;
1728 struct req_que *req = vha->req;
1803 scsi_qla_host_t *vha = sp->fcport->vha;
1804 struct qla_hw_data *ha = vha->hw;
1854 cont_pkt = qla2x00_prep_cont_type1_iocb(vha);
1879 scsi_qla_host_t *vha = sp->fcport->vha;
1925 cont_pkt = qla2x00_prep_cont_type1_iocb(vha);
1946 struct qla_hw_data *ha = sp->fcport->vha->hw;
1953 pkt = qla2x00_alloc_iocbs(sp->fcport->vha, sp);