Lines Matching defs:desc_hw_processing
197 * @desc_hw_processing: List those descriptors the hardware is processing,
204 struct list_head desc_hw_processing;
512 * Move VD from desc_issued to desc_hw_processing when entire
522 * The extra list desc_hw_processing is used because
529 list_move_tail(&vd->node, &hvc->desc_hw_processing);
588 /* Remove VD from list desc_hw_processing */
595 list_empty(&hvc->desc_hw_processing)) {
666 list_for_each_entry(vd, &hvc->desc_hw_processing, node)
767 if (!list_empty(&hvc->desc_hw_processing)) {
779 WARN_ONCE(!list_empty(&hvc->desc_hw_processing),
780 "Desc pending still in list desc_hw_processing\n");
977 INIT_LIST_HEAD(&vc->desc_hw_processing);