Searched refs:etr_table (Results 1 – 1 of 1) sorted by relevance
436 static void tmc_etr_sg_table_dump(struct etr_sg_table *etr_table) in tmc_etr_sg_table_dump() argument441 struct tmc_sg_table *sg_table = etr_table->sg_table; in tmc_etr_sg_table_dump()444 etr_table->hwaddr, true); in tmc_etr_sg_table_dump()476 static inline void tmc_etr_sg_table_dump(struct etr_sg_table *etr_table) {} in tmc_etr_sg_table_dump() argument486 static void tmc_etr_sg_table_populate(struct etr_sg_table *etr_table) in tmc_etr_sg_table_populate() argument496 struct tmc_sg_table *sg_table = etr_table->sg_table; in tmc_etr_sg_table_populate()568 struct etr_sg_table *etr_table; in tmc_init_etr_sg_table() local570 etr_table = kzalloc(sizeof(*etr_table), GFP_KERNEL); in tmc_init_etr_sg_table()571 if (!etr_table) in tmc_init_etr_sg_table()578 kfree(etr_table); in tmc_init_etr_sg_table()[all …]