DESC_LEN
desc.control = DESC_INTERRUPT | DESC_LEN(1); /* I L=1 */
desc.control = DESC_VALID | DESC_LEN(1); /* V L=1 */
desc.control = DESC_VALID | DESC_WRAP | DESC_LEN(1); /* VW L=1 */
desc.control = DESC_VALID | DESC_WRAP | DESC_LEN(1); /* VW L=1 */
for (i = 0; i < DESC_LEN; i++)
u32 descriptors[DESC_LEN]; /* 0x800 */