Lines Matching refs:p_cache
1317 u8 *p_cache; in qlcnic_83xx_copy_bootloader() local
1330 p_cache = vzalloc(size); in qlcnic_83xx_copy_bootloader()
1331 if (p_cache == NULL) in qlcnic_83xx_copy_bootloader()
1334 ret = qlcnic_83xx_lockless_flash_read32(adapter, src, p_cache, in qlcnic_83xx_copy_bootloader()
1337 vfree(p_cache); in qlcnic_83xx_copy_bootloader()
1341 ret = qlcnic_ms_mem_write128(adapter, dest, (u32 *)p_cache, in qlcnic_83xx_copy_bootloader()
1344 vfree(p_cache); in qlcnic_83xx_copy_bootloader()
1347 vfree(p_cache); in qlcnic_83xx_copy_bootloader()
1356 u32 dest, *p_cache, *temp; in qlcnic_83xx_copy_fw_file() local
1380 p_cache = temp; in qlcnic_83xx_copy_fw_file()
1384 p_cache, size / 16); in qlcnic_83xx_copy_fw_file()