Lines Matching refs:slot_node
45 slot = list_entry(slot->slot_node.next, in iop_adma_free_slots()
47 slot_node); in iop_adma_free_slots()
274 slot_node); in iop_adma_alloc_slots()
277 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_alloc_slots()
325 iter = list_entry(iter->slot_node.next, in iop_adma_alloc_slots()
327 slot_node); in iop_adma_alloc_slots()
447 INIT_LIST_HEAD(&slot->slot_node); in iop_adma_alloc_chan_resources()
455 list_add_tail(&slot->slot_node, &iop_chan->all_slots); in iop_adma_alloc_chan_resources()
462 slot_node); in iop_adma_alloc_chan_resources()
729 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_free_chan_resources()
730 list_del(&iter->slot_node); in iop_adma_free_chan_resources()