Searched refs:cache_data (Results 1 – 3 of 3) sorted by relevance
28 unsigned char *cache_data; member91 mtdblk->cache_size, mtdblk->cache_data); in write_cached_data()155 &retlen, mtdblk->cache_data); in do_cached_write()167 memcpy (mtdblk->cache_data + offset, buf, size); in do_cached_write()213 memcpy (buf, mtdblk->cache_data + offset, size); in do_cached_read()241 if (unlikely(!mtdblk->cache_data && mtdblk->cache_size)) { in mtdblock_writesect()242 mtdblk->cache_data = vmalloc(mtdblk->mbd.mtd->erasesize); in mtdblock_writesect()243 if (!mtdblk->cache_data) in mtdblock_writesect()274 mtdblk->cache_data = NULL; in mtdblock_open()299 vfree(mtdblk->cache_data); in mtdblock_release()
47 unsigned char *cache_data; /* cached block data */ member
3785 struct ice_phy_cache_mode_data cache_data, in ice_cache_phy_user_req() argument3793 pi->phy.curr_user_fc_req = cache_data.data.curr_user_fc_req; in ice_cache_phy_user_req()3797 cache_data.data.curr_user_speed_req; in ice_cache_phy_user_req()3800 pi->phy.curr_user_fec_req = cache_data.data.curr_user_fec_req; in ice_cache_phy_user_req()3864 struct ice_phy_cache_mode_data cache_data; in ice_cfg_phy_fc() local3893 cache_data.data.curr_user_fc_req = req_mode; in ice_cfg_phy_fc()3894 ice_cache_phy_user_req(pi, cache_data, ICE_FC_MODE); in ice_cfg_phy_fc()