Searched refs:etr_table (Results 1 – 1 of 1) sorted by relevance
437 static void tmc_etr_sg_table_dump(struct etr_sg_table *etr_table) in tmc_etr_sg_table_dump() argument442 struct tmc_sg_table *sg_table = etr_table->sg_table; in tmc_etr_sg_table_dump()445 etr_table->hwaddr, true); in tmc_etr_sg_table_dump()477 static inline void tmc_etr_sg_table_dump(struct etr_sg_table *etr_table) {} in tmc_etr_sg_table_dump() argument487 static void tmc_etr_sg_table_populate(struct etr_sg_table *etr_table) in tmc_etr_sg_table_populate() argument497 struct tmc_sg_table *sg_table = etr_table->sg_table; in tmc_etr_sg_table_populate()569 struct etr_sg_table *etr_table; in tmc_init_etr_sg_table() local571 etr_table = kzalloc(sizeof(*etr_table), GFP_KERNEL); in tmc_init_etr_sg_table()572 if (!etr_table) in tmc_init_etr_sg_table()579 kfree(etr_table); in tmc_init_etr_sg_table()[all …]