Lines Matching defs:comp_tmp
585 struct dpaa2_qdma_comp *comp_tmp, *_comp_tmp;
588 list_for_each_entry_safe(comp_tmp, _comp_tmp,
591 list_del(&comp_tmp->list);
594 comp_tmp->fd_virt_addr,
595 comp_tmp->fd_bus_addr);
597 comp_tmp->fl_virt_addr,
598 comp_tmp->fl_bus_addr);
600 comp_tmp->desc_virt_addr,
601 comp_tmp->desc_bus_addr);
602 kfree(comp_tmp);