Lines Matching refs:p_cache
988 unsigned char *p_cache, *p_src; in qlcnic_83xx_sysfs_flash_bulk_write() local
990 p_cache = kcalloc(size, sizeof(unsigned char), GFP_KERNEL); in qlcnic_83xx_sysfs_flash_bulk_write()
991 if (!p_cache) in qlcnic_83xx_sysfs_flash_bulk_write()
996 memcpy(p_cache, buf, size); in qlcnic_83xx_sysfs_flash_bulk_write()
997 p_src = p_cache; in qlcnic_83xx_sysfs_flash_bulk_write()
1000 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1007 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1022 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1028 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1040 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1046 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1056 unsigned char *p_cache, *p_src; in qlcnic_83xx_sysfs_flash_write() local
1058 p_cache = kcalloc(size, sizeof(unsigned char), GFP_KERNEL); in qlcnic_83xx_sysfs_flash_write()
1059 if (!p_cache) in qlcnic_83xx_sysfs_flash_write()
1063 memcpy(p_cache, buf, size); in qlcnic_83xx_sysfs_flash_write()
1064 p_src = p_cache; in qlcnic_83xx_sysfs_flash_write()
1068 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1075 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1087 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1092 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1104 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1110 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()