Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/ieee1394/
Dohci1394.h86 struct dma_rcv_ctx { struct
184 struct dma_rcv_ctx ar_resp_context;
185 struct dma_rcv_ctx ar_req_context;
203 struct dma_rcv_ctx ir_legacy_context;
Dohci1394.c178 static int alloc_dma_rcv_ctx(struct ti_ohci *ohci, struct dma_rcv_ctx *d,
181 static void free_dma_rcv_ctx(struct dma_rcv_ctx *d);
400 static void initialize_dma_rcv_ctx(struct dma_rcv_ctx *d, int generate_irq) in initialize_dma_rcv_ctx()
2385 struct dma_rcv_ctx *d = &ohci->ar_req_context; in ohci_irq_handler()
2395 struct dma_rcv_ctx *d = &ohci->ar_resp_context; in ohci_irq_handler()
2489 static void insert_dma_buffer(struct dma_rcv_ctx *d, int idx) in insert_dma_buffer()
2520 static __inline__ int packet_length(struct dma_rcv_ctx *d, int idx, quadlet_t *buf_ptr, in packet_length()
2550 struct dma_rcv_ctx *d = (struct dma_rcv_ctx*)data; in dma_rcv_tasklet()
2822 static void free_dma_rcv_ctx(struct dma_rcv_ctx *d) in free_dma_rcv_ctx()
2872 alloc_dma_rcv_ctx(struct ti_ohci *ohci, struct dma_rcv_ctx *d, in alloc_dma_rcv_ctx()