Lines Matching defs:comp_tmp
584 struct dpaa2_qdma_comp *comp_tmp, *_comp_tmp;
587 list_for_each_entry_safe(comp_tmp, _comp_tmp,
590 list_del(&comp_tmp->list);
593 comp_tmp->fd_virt_addr,
594 comp_tmp->fd_bus_addr);
596 comp_tmp->fl_virt_addr,
597 comp_tmp->fl_bus_addr);
599 comp_tmp->desc_virt_addr,
600 comp_tmp->desc_bus_addr);
601 kfree(comp_tmp);