Lines Matching refs:ahw
406 void *hdr = adapter->ahw->fw_dump.tmpl_hdr; in qlcnic_dump_ctrl()
550 addr = adapter->ahw->pci_base0 + ocm->read_addr; in qlcnic_dump_ocm()
576 adapter->ahw->pci_func); in qlcnic_read_rom()
679 mutex_lock(&adapter->ahw->mem_lock); in qlcnic_read_memory_test_agent()
708 mutex_unlock(&adapter->ahw->mem_lock); in qlcnic_read_memory_test_agent()
728 tmpl_hdr = adapter->ahw->fw_dump.tmpl_hdr; in qlcnic_start_pex_dma()
771 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; in qlcnic_read_memory_pexdma()
811 temp |= (adapter->ahw->pci_func & 0xf) << 4; in qlcnic_read_memory_pexdma()
857 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; in qlcnic_read_memory()
1208 struct qlcnic_hardware_context *ahw; in qlcnic_fw_cmd_get_minidump_temp() local
1216 ahw = adapter->ahw; in qlcnic_fw_cmd_get_minidump_temp()
1217 fw_dump = &ahw->fw_dump; in qlcnic_fw_cmd_get_minidump_temp()
1287 struct qlcnic_fw_dump *fw_dump = &adapter->ahw->fw_dump; in qlcnic_dump_fw()
1293 struct qlcnic_hardware_context *ahw; in qlcnic_dump_fw() local
1301 ahw = adapter->ahw; in qlcnic_dump_fw()
1319 netif_info(adapter->ahw, drv, adapter->netdev, "Take FW dump\n"); in qlcnic_dump_fw()
1346 ocm_window = hdr_83xx->ocm_wnd_reg[ahw->pci_func]; in qlcnic_dump_fw()
1348 hdr_83xx->saved_state[QLC_83XX_PCI_INDEX] = ahw->pci_func; in qlcnic_dump_fw()
1409 (adapter->ahw->extra_capability[0] & in qlcnic_83xx_md_check_extended_dump_capability()
1416 struct qlcnic_hardware_context *ahw = adapter->ahw; in qlcnic_83xx_get_minidump_template() local
1417 struct qlcnic_fw_dump *fw_dump = &ahw->fw_dump; in qlcnic_83xx_get_minidump_template()