Lines Matching refs:slot_node
54 slot = list_entry(slot->slot_node.next, in iop_adma_free_slots()
56 slot_node); in iop_adma_free_slots()
283 slot_node); in iop_adma_alloc_slots()
286 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_alloc_slots()
334 iter = list_entry(iter->slot_node.next, in iop_adma_alloc_slots()
336 slot_node); in iop_adma_alloc_slots()
458 INIT_LIST_HEAD(&slot->slot_node); in iop_adma_alloc_chan_resources()
466 list_add_tail(&slot->slot_node, &iop_chan->all_slots); in iop_adma_alloc_chan_resources()
473 slot_node); in iop_adma_alloc_chan_resources()
740 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_free_chan_resources()
741 list_del(&iter->slot_node); in iop_adma_free_chan_resources()