Lines Matching refs:p_cache
995 unsigned char *p_cache, *p_src; in qlcnic_83xx_sysfs_flash_bulk_write() local
997 p_cache = kcalloc(size, sizeof(unsigned char), GFP_KERNEL); in qlcnic_83xx_sysfs_flash_bulk_write()
998 if (!p_cache) in qlcnic_83xx_sysfs_flash_bulk_write()
1003 memcpy(p_cache, buf, size); in qlcnic_83xx_sysfs_flash_bulk_write()
1004 p_src = p_cache; in qlcnic_83xx_sysfs_flash_bulk_write()
1007 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1014 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1029 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1035 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1047 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1053 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1063 unsigned char *p_cache, *p_src; in qlcnic_83xx_sysfs_flash_write() local
1065 p_cache = kcalloc(size, sizeof(unsigned char), GFP_KERNEL); in qlcnic_83xx_sysfs_flash_write()
1066 if (!p_cache) in qlcnic_83xx_sysfs_flash_write()
1070 memcpy(p_cache, buf, size); in qlcnic_83xx_sysfs_flash_write()
1071 p_src = p_cache; in qlcnic_83xx_sysfs_flash_write()
1075 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1082 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1094 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1099 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1111 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1117 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()