Searched refs:ir_prg (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dvideo1394.c92 struct dma_cmd **ir_prg; member in struct:dma_iso_ctx
165 kfree(d->ir_prg);
244 d->ir_prg = kzalloc(d->num_desc * sizeof(*d->ir_prg),
247 if (!d->ir_prg) {
264 d->ir_prg[i] = (struct dma_cmd *)d->prg_reg[i].kvirt;
343 d->ir_prg[n][0].status = cpu_to_le32(4);
344 d->ir_prg[n][1].status = cpu_to_le32(PAGE_SIZE-4);
346 d->ir_prg[n][i].status = cpu_to_le32(PAGE_SIZE);
347 d->ir_prg[
352 struct dma_cmd *ir_prg = d->ir_prg[n]; local
377 struct dma_cmd *ir_prg = d->ir_prg[n]; local
[all...]

Completed in 94 milliseconds