Searched refs:pDumpTable (Results 1 – 1 of 1) sorted by relevance
2670 uint32_t *pDumpTable) in emlxs_dump_hba_memory() argument2704 entry.un.PortBlock.un.w[0] = *pDumpTable++; in emlxs_dump_hba_memory()2732 entry.un.PortBlock.un.w[1] = *pDumpTable++; in emlxs_dump_hba_memory()2860 uint32_t *pDumpTable = 0; in emlxs_dump_hba() local2869 emlxs_dump_table_read(hba, fpTxtFile, &pDumpTable, in emlxs_dump_hba()2875 status = emlxs_dump_hba_memory(hba, fpDmpFile, pDumpTable); in emlxs_dump_hba()2877 if (pDumpTable != 0) { in emlxs_dump_hba()2878 kmem_free(pDumpTable, DumpTableSize); in emlxs_dump_hba()