Lines Matching defs:descriptors
91 struct descriptor *descriptors;
126 * List of page-sized buffers for storing DMA descriptors.
706 d = &ctx->descriptors[index];
711 wmb(); /* finish init of new descriptors before branch_address update */
712 d = &ctx->descriptors[ctx->last_buffer_index];
768 res_count = READ_ONCE(ctx->descriptors[i].res_count);
775 rmb(); /* read descriptors in order */
776 next_res_count = READ_ONCE(ctx->descriptors[next_i].res_count);
792 next_res_count = READ_ONCE(ctx->descriptors[next_i].res_count);
1045 ctx->descriptors = ohci->misc_buffer + descriptors_offset;
1049 d = &ctx->descriptors[i];
1147 * 16MB of descriptors should be far more than enough for any DMA
1161 * for descriptors, even 0x10-byte ones. This can cause page faults when
1274 wmb(); /* finish init of new descriptors before branch_address update */
3268 /* Get header size in number of descriptors. */
3359 /* Get header size in number of descriptors. */
3672 * response descriptors and the self IDs buffer.