Searched refs:tb_cache (Results 1 – 2 of 2) sorted by relevance
137 void *tb_cache; member936 if (!lpm_priv->tb_cache) in ps3_lpm_copy_tb()960 memcpy(buf, lpm_priv->tb_cache, tmp); in ps3_lpm_copy_tb()991 if (!lpm_priv->tb_cache) in ps3_lpm_copy_tb_to_user()1014 result = copy_to_user(buf, lpm_priv->tb_cache, tmp); in ps3_lpm_copy_tb_to_user()1086 int ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache, in ps3_lpm_open() argument1096 if (tb_type == PS3_LPM_TB_TYPE_NONE && tb_cache) in ps3_lpm_open()1109 lpm_priv->tb_cache = NULL; in ps3_lpm_open()1110 } else if (tb_cache) { in ps3_lpm_open()1111 if (tb_cache != (void *)_ALIGN_UP((unsigned long)tb_cache, 128) in ps3_lpm_open()[all …]
494 int ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache,