Home
last modified time | relevance | path

Searched refs:at_context (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/firewire/
H A Dohci.c162 struct at_context { struct
217 struct at_context at_request_ctx;
218 struct at_context at_response_ctx;
988 struct at_context *ctx = from_work(ctx, work, work); in ohci_at_context_work()
1192 static int at_context_queue_packet(struct at_context *ctx, struct fw_packet *packet) in at_context_queue_packet()
1331 static void at_context_flush(struct at_context *ctx) in at_context_flush()
1358 struct at_context *ctx = container_of(context, struct at_context, context); in handle_at_packet()
1536 static void handle_local_request(struct at_context *ctx, struct fw_packet *packet) in handle_local_request()
1573 static void at_context_transmit(struct at_context *ctx, struct fw_packet *packet) in at_context_transmit()
2568 struct at_context *ctx = &ohci->at_request_ctx; in ohci_cancel_packet()