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()
284 slot_node); in iop_adma_alloc_slots()
287 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_alloc_slots()
335 iter = list_entry(iter->slot_node.next, in iop_adma_alloc_slots()
337 slot_node); in iop_adma_alloc_slots()
459 INIT_LIST_HEAD(&slot->slot_node); in iop_adma_alloc_chan_resources()
467 list_add_tail(&slot->slot_node, &iop_chan->all_slots); in iop_adma_alloc_chan_resources()
474 slot_node); in iop_adma_alloc_chan_resources()
741 iter, _iter, &iop_chan->all_slots, slot_node) { in iop_adma_free_chan_resources()
742 list_del(&iter->slot_node); in iop_adma_free_chan_resources()