Searched refs:etr_table (Results 1 – 1 of 1) sorted by relevance
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()581 etr_table->sg_table = sg_table; in tmc_init_etr_sg_table()589 return etr_table; in tmc_init_etr_sg_table()697 struct etr_sg_table *etr_table; in tmc_etr_alloc_sg_buf() local702 if (IS_ERR(etr_table)) in tmc_etr_alloc_sg_buf()706 etr_buf->private = etr_table; in tmc_etr_alloc_sg_buf()714 if (etr_table) { in tmc_etr_free_sg_buf()[all …]
Completed in 13 milliseconds