Lines Matching refs:p_cache
990 unsigned char *p_cache, *p_src; in qlcnic_83xx_sysfs_flash_bulk_write() local
992 p_cache = kcalloc(size, sizeof(unsigned char), GFP_KERNEL); in qlcnic_83xx_sysfs_flash_bulk_write()
993 if (!p_cache) in qlcnic_83xx_sysfs_flash_bulk_write()
998 memcpy(p_cache, buf, size); in qlcnic_83xx_sysfs_flash_bulk_write()
999 p_src = p_cache; in qlcnic_83xx_sysfs_flash_bulk_write()
1002 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1009 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1024 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1030 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1042 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1048 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1058 unsigned char *p_cache, *p_src; in qlcnic_83xx_sysfs_flash_write() local
1060 p_cache = kcalloc(size, sizeof(unsigned char), GFP_KERNEL); in qlcnic_83xx_sysfs_flash_write()
1061 if (!p_cache) in qlcnic_83xx_sysfs_flash_write()
1065 memcpy(p_cache, buf, size); in qlcnic_83xx_sysfs_flash_write()
1066 p_src = p_cache; in qlcnic_83xx_sysfs_flash_write()
1070 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1077 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1089 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1094 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1106 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1112 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()