Lines Matching refs:p_cache
989 unsigned char *p_cache, *p_src; in qlcnic_83xx_sysfs_flash_bulk_write() local
991 p_cache = kcalloc(size, sizeof(unsigned char), GFP_KERNEL); in qlcnic_83xx_sysfs_flash_bulk_write()
992 if (!p_cache) in qlcnic_83xx_sysfs_flash_bulk_write()
997 memcpy(p_cache, buf, size); in qlcnic_83xx_sysfs_flash_bulk_write()
998 p_src = p_cache; in qlcnic_83xx_sysfs_flash_bulk_write()
1001 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1008 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1023 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1029 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1041 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1047 kfree(p_cache); in qlcnic_83xx_sysfs_flash_bulk_write()
1057 unsigned char *p_cache, *p_src; in qlcnic_83xx_sysfs_flash_write() local
1059 p_cache = kcalloc(size, sizeof(unsigned char), GFP_KERNEL); in qlcnic_83xx_sysfs_flash_write()
1060 if (!p_cache) in qlcnic_83xx_sysfs_flash_write()
1064 memcpy(p_cache, buf, size); in qlcnic_83xx_sysfs_flash_write()
1065 p_src = p_cache; in qlcnic_83xx_sysfs_flash_write()
1069 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1076 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1088 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1093 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1105 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()
1111 kfree(p_cache); in qlcnic_83xx_sysfs_flash_write()