Lines Matching refs:desc
804 DescStateSplit desc[];
813 #. Set ``desc[i].counter`` to the value of global counter
817 #. Set ``desc[i].inflight`` to 1
823 2. Set ``desc[i].next`` to ``last_batch_head``
926 DescStatePacked desc[];
937 a. Set ``desc[old_free_head].num`` to 0
939 #. Set ``desc[old_free_head].counter`` to the value of global counter
943 #. Set ``desc[old_free_head].inflight`` to 1
945 #. If ``d`` is last descriptor, set ``desc[old_free_head].last`` to
948 #. Increase ``desc[old_free_head].num`` by 1
950 #. Set ``desc[free_head].addr``, ``desc[free_head].len``,
951 ``desc[free_head].flags``, ``desc[free_head].id`` to ``d.addr``,
954 #. Set ``free_head`` to ``desc[free_head].next``
965 3. Set ``desc[e.last].next`` to ``free_head``