Lines Matching refs:node
83 struct list_head node;
135 container_of(lh, struct mmp_pdma_desc_sw, node)
327 struct mmp_pdma_desc_sw, node);
351 list_for_each_entry(child, &desc->tx_list, node) {
420 list_for_each_entry_safe(desc, _desc, list, node) {
421 list_del(&desc->node);
505 list_add_tail(&new->node, &first->tx_list);
579 list_add_tail(&new->node, &first->tx_list);
674 list_add_tail(&new->node, &first->tx_list);
783 list_for_each_entry(sw, &chan->chain_running, node) {
892 list_for_each_entry_safe(desc, _desc, &chan->chain_running, node) {
897 list_move(&desc->node, &chain_cleanup);
923 list_for_each_entry_safe(desc, _desc, &chain_cleanup, node) {
927 list_del(&desc->node);