Searched refs:isp_ops (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_inline.h43 ha->isp_ops->intr_handler(0, rsp);
H A Dqla_init.c514 rval = ha->isp_ops->pci_config(vha);
521 ha->isp_ops->reset_chip(vha);
530 ha->isp_ops->get_flash_version(vha, req->ring);
534 ha->isp_ops->nvram_config(vha);
550 rval = ha->isp_ops->chip_diag(vha);
830 ha->isp_ops->disable_intrs(ha);
1022 ha->isp_ops->enable_intrs(ha);
1041 ha->isp_ops->disable_intrs(ha);
1413 rval = ha->isp_ops->load_risc(vha, &srisc_address);
1432 rval = ha->isp_ops
[all...]
H A Dqla_attr.c107 ha->isp_ops->read_optrom(vha, ha->nvram, ha->flt_region_nvram << 2,
124 !ha->isp_ops->write_nvram)
157 ha->isp_ops->write_nvram(vha, (uint8_t *)buf, ha->nvram_base, count);
158 ha->isp_ops->read_nvram(vha, (uint8_t *)ha->nvram, ha->nvram_base,
295 ha->isp_ops->read_optrom(vha, ha->optrom_buffer,
371 ha->isp_ops->write_optrom(vha, ha->optrom_buffer,
405 ha->isp_ops->read_optrom(vha, ha->vpd, ha->flt_region_vpd << 2,
424 !ha->isp_ops->write_nvram)
434 ha->isp_ops->write_nvram(vha, (uint8_t *)buf, ha->vpd_base, count);
435 ha->isp_ops
[all...]
H A Dqla_os.c588 rval = ha->isp_ops->start_scsi(sp);
877 if (ha->isp_ops->abort_command(sp)) {
1016 ha->isp_ops->lun_reset);
1026 ha->isp_ops->target_reset);
1147 if (ha->isp_ops->abort_isp(base_vha)) {
1192 ret = ha->isp_ops->target_reset(fcport, 0, 0);
1407 ha->isp_ops->calc_req_entries = qla2x00_calc_iocbs_64;
1408 ha->isp_ops->build_iocbs = qla2x00_build_scsi_iocbs_64;
2015 ha->isp_ops = &qla2100_isp_ops;
2026 ha->isp_ops
[all...]
H A Dqla_gs.c180 ms_pkt = ha->isp_ops->prep_ms_iocb(vha, GA_NXT_REQ_SIZE,
267 ms_pkt = ha->isp_ops->prep_ms_iocb(vha, GID_PT_REQ_SIZE,
342 ms_pkt = ha->isp_ops->prep_ms_iocb(vha, GPN_ID_REQ_SIZE,
402 ms_pkt = ha->isp_ops->prep_ms_iocb(vha, GNN_ID_REQ_SIZE,
475 ms_pkt = ha->isp_ops->prep_ms_iocb(vha, RFT_ID_REQ_SIZE,
531 ms_pkt = ha->isp_ops->prep_ms_iocb(vha, RFF_ID_REQ_SIZE,
585 ms_pkt = ha->isp_ops->prep_ms_iocb(vha, RNN_ID_REQ_SIZE,
651 ms_pkt = ha->isp_ops->prep_ms_iocb(vha, 0, RSNN_NN_RSP_SIZE);
1109 ha->isp_ops->fabric_login(vha, vha->mgmt_svr_loop_id, 0xff, 0xff, 0xfa,
1263 ms_pkt = ha->isp_ops
[all...]
H A Dqla_sup.c676 ha->isp_ops->read_optrom(vha, (uint8_t *)req->ring,
821 ha->isp_ops->read_optrom(vha, (uint8_t *)req->ring,
909 ha->isp_ops->read_optrom(vha, (uint8_t *)req->ring,
958 ha->isp_ops->read_optrom(vha, (uint8_t *)&hdr,
977 ha->isp_ops->read_optrom(vha, (uint8_t *)data,
1370 ha->isp_ops->read_optrom(vha, dbuf, ha->flt_region_vpd_nvram << 2,
1373 ha->isp_ops->write_optrom(vha, dbuf, ha->flt_region_vpd_nvram << 2,
1534 ha->isp_ops->beacon_blink(vha); /* This turns green LED off */
1655 ha->isp_ops->beacon_blink(vha); /* Will flip to all off. */
2042 ha->isp_ops
[all...]
H A Dqla_isr.c72 ha->isp_ops->fw_dump(vha, 1);
177 ha->isp_ops->fw_dump(vha, 1);
407 ha->isp_ops->fw_dump(vha, 1);
2134 ha->isp_ops->fw_dump(vha, 1);
2278 ha->isp_ops->fw_dump(vha, 1);
2496 ret = request_irq(ha->pdev->irq, ha->isp_ops->intr_handler,
H A Dqla_nx.c1693 ha->isp_ops->disable_intrs(ha);
1725 ha->isp_ops->disable_intrs(ha);
3264 ha->isp_ops->get_flash_version(vha, req->ring);
3265 ha->isp_ops->nvram_config(vha);
3519 ha->isp_ops->reset_adapter(vha);
H A Dqla_iocb.c378 req_cnt = ha->isp_ops->calc_req_entries(tot_dsds);
416 ha->isp_ops->build_iocbs(sp, cmd_pkt, tot_dsds);
H A Dqla_bsg.c1391 if (ha->isp_ops->abort_command(sp)) {
H A Dqla_def.h2768 struct isp_operations *isp_ops; member in struct:qla_hw_data
H A Dqla_mbx.c329 if (ha->isp_ops->abort_isp(vha)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_iocb.c22 cnt = (uint16_t) ha->isp_ops->rd_shdw_req_q_out(ha);
111 ha->isp_ops->queue_iocb(ha);
378 ha->isp_ops->queue_iocb(ha);
H A Dql4_isr.c424 ha->isp_ops->complete_iocb(ha);
434 ha->isp_ops->complete_iocb(ha);
740 if (ha->isp_ops->rd_shdw_rsp_q_in(ha) !=
794 ha->isp_ops->interrupt_service_routine(ha, intr_status);
855 ha->isp_ops->interrupt_service_routine(ha, intr_status);
922 ha->isp_ops->interrupt_service_routine(ha, intr_status);
1082 ret = request_irq(ha->pdev->irq, ha->isp_ops->intr_handler,
H A Dql4_os.c1096 status = ha->isp_ops->reset_firmware(ha);
1099 ha->isp_ops->disable_intrs(ha);
1121 status = ha->isp_ops->reset_chip(ha);
1192 ha->isp_ops->enable_intrs(ha);
1299 ha->isp_ops->enable_intrs(ha);
1395 ha->isp_ops->disable_intrs(ha);
1407 ha->isp_ops->reset_firmware(ha);
1653 ha->isp_ops = &qla4_8xxx_isp_ops;
1666 ha->isp_ops = &qla4xxx_isp_ops;
1674 ret = ha->isp_ops
[all...]
H A Dql4_mbx.c92 ha->isp_ops->interrupt_service_routine(ha, intr_status);
104 ha->isp_ops->interrupt_service_routine(ha, intr_status);
185 ha->isp_ops->interrupt_service_routine(
205 ha->isp_ops->interrupt_service_routine(
H A Dql4_init.c1389 ha->isp_ops->pci_config(ha);
1391 ha->isp_ops->disable_intrs(ha);
1394 if (ha->isp_ops->start_firmware(ha) == QLA_ERROR)
1400 if (ha->isp_ops->get_sys_info(ha) == QLA_ERROR)
H A Dql4_def.h598 struct isp_operations *isp_ops; member in struct:scsi_qla_host
H A Dql4_nx.c1624 ha->isp_ops->disable_intrs(ha);

Completed in 165 milliseconds