Searched refs:tb_type (Results 1 – 1 of 1) sorted by relevance
1065 * @tb_type: Specifies the type of trace buffer lv1 should use for this lpm1069 * Unused when @tb_type is PS3_LPM_TB_TYPE_NONE.1071 * Unused when @tb_cache is NULL or @tb_type is PS3_LPM_TB_TYPE_NONE.1074 int ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache, in ps3_lpm_open() argument 1081 BUG_ON(tb_type != PS3_LPM_TB_TYPE_NONE in ps3_lpm_open() 1082 && tb_type != PS3_LPM_TB_TYPE_INTERNAL); in ps3_lpm_open() 1084 if (tb_type == PS3_LPM_TB_TYPE_NONE && tb_cache) in ps3_lpm_open() 1094 if (tb_type == PS3_LPM_TB_TYPE_NONE) { in ps3_lpm_open() 1121 result = lv1_construct_lpm(lpm_priv->node_id, tb_type, 0, 0, in ps3_lpm_open()