Searched refs:etr_table (Results 1 – 1 of 1) sorted by relevance
435 static void tmc_etr_sg_table_dump(struct etr_sg_table *etr_table) in tmc_etr_sg_table_dump() argument440 struct tmc_sg_table *sg_table = etr_table->sg_table; in tmc_etr_sg_table_dump()443 etr_table->hwaddr, true); in tmc_etr_sg_table_dump()475 static inline void tmc_etr_sg_table_dump(struct etr_sg_table *etr_table) {} in tmc_etr_sg_table_dump() argument485 static void tmc_etr_sg_table_populate(struct etr_sg_table *etr_table) in tmc_etr_sg_table_populate() argument495 struct tmc_sg_table *sg_table = etr_table->sg_table; in tmc_etr_sg_table_populate()567 struct etr_sg_table *etr_table; in tmc_init_etr_sg_table() local569 etr_table = kzalloc(sizeof(*etr_table), GFP_KERNEL); in tmc_init_etr_sg_table()570 if (!etr_table) in tmc_init_etr_sg_table()577 kfree(etr_table); in tmc_init_etr_sg_table()[all …]