Lines Matching refs:descriptor
77 struct descriptor { struct
104 struct descriptor *descriptors; argument
115 struct descriptor *d,
116 struct descriptor *last);
127 struct descriptor buffer[0];
155 struct descriptor *last;
161 struct descriptor *prev;
672 struct descriptor *d; in ar_context_link_page()
991 struct descriptor *d; in ar_context_init()
1030 ar_next_buffer_index(i) * sizeof(struct descriptor)); in ar_context_init()
1054 static struct descriptor *find_branch_descriptor(struct descriptor *d, int z) in find_branch_descriptor()
1070 struct descriptor *d, *last; in context_tasklet()
1188 static struct descriptor *context_get_descriptors(struct context *ctx, in context_get_descriptors()
1191 struct descriptor *d = NULL; in context_get_descriptors()
1232 struct descriptor *d, int z, int extra) in context_append()
1236 struct descriptor *d_branch; in context_append()
1303 struct descriptor *d, *last; in at_context_queue_packet()
1372 BUILD_BUG_ON(sizeof(struct driver_data) > sizeof(struct descriptor)); in at_context_queue_packet()
1439 struct descriptor *d, in handle_at_packet()
1440 struct descriptor *last) in handle_at_packet()
2770 struct descriptor *d, in handle_ir_packet_per_buffer()
2771 struct descriptor *last) in handle_ir_packet_per_buffer()
2775 struct descriptor *pd; in handle_ir_packet_per_buffer()
2805 struct descriptor *d, in handle_ir_buffer_fill()
2806 struct descriptor *last) in handle_ir_buffer_fill()
2856 struct descriptor *pd) in sync_it_packet_for_cpu()
2893 struct descriptor *d, in handle_it_packet()
2894 struct descriptor *last) in handle_it_packet()
2898 struct descriptor *pd; in handle_it_packet()
3206 struct descriptor *d, *last, *pd; in queue_iso_transmit()
3311 struct descriptor *d, *pd; in queue_iso_packet_per_buffer()
3391 struct descriptor *d; in queue_iso_buffer_fill()
3636 BUILD_BUG_ON(AR_BUFFERS * sizeof(struct descriptor) > PAGE_SIZE/4); in pci_probe()