last_buffer_index   94 drivers/firewire/ohci.c 	unsigned int last_buffer_index;
last_buffer_index  667 drivers/firewire/ohci.c 	d = &ctx->descriptors[ctx->last_buffer_index];
last_buffer_index  670 drivers/firewire/ohci.c 	ctx->last_buffer_index = index;
last_buffer_index  710 drivers/firewire/ohci.c 	return ar_next_buffer_index(ctx->last_buffer_index);
last_buffer_index  720 drivers/firewire/ohci.c 	unsigned int i, next_i, last = ctx->last_buffer_index;