Lines Matching refs:list
107 /* list for desc */
108 spinlock_t desc_lock; /* Descriptor list lock */
295 * pending list ==> running list
301 /* still in running, irq will start the pending list */
310 dev_dbg(chan->dev, "no pending list\n");
324 * reintilize pending list
340 /* desc->tx_list ==> pending list */
355 /* softly link to pending list - desc->tx_list ==> pending list */
416 struct list_head *list)
420 list_for_each_entry_safe(desc, _desc, list, node) {
797 * descriptors that occur in the list _after_ we found that
853 * pending list ==> running list
868 * Start pending list
889 /* submit pending list; callback for each desc; free desc */
894 * move the descriptors to a temporary list so we can drop
900 * Look for the first list entry which has the ENDIRQEN flag
914 * chain_running list is empty.
926 /* Remove from the list of transactions */