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

/freebsd-13-stable/sys/dev/firewire/
H A Dif_fwevar.h46 short dma_ch; member in struct:fwe_softc
H A Dif_fwipvar.h47 short dma_ch; member in struct:fwip_softc
H A Dif_fwe.c152 fwe->dma_ch = -1;
220 if (fwe->dma_ch >= 0) {
221 xferq = fc->ir[fwe->dma_ch];
224 fc->irx_disable(fc, fwe->dma_ch);
242 fwe->dma_ch = -1;
290 if (fwe->dma_ch < 0) {
291 fwe->dma_ch = fw_open_isodma(fc, /* tx */0);
292 if (fwe->dma_ch < 0)
294 xferq = fc->ir[fwe->dma_ch];
335 xferq = fc->ir[fwe->dma_ch];
[all...]
H A Dif_fwip.c162 fwip->dma_ch = -1;
217 if (fwip->dma_ch >= 0) {
218 xferq = fc->ir[fwip->dma_ch];
221 fc->irx_disable(fc, fwip->dma_ch);
246 fwip->dma_ch = -1;
293 if (fwip->dma_ch < 0) {
294 fwip->dma_ch = fw_open_isodma(fc, /* tx */0);
295 if (fwip->dma_ch < 0)
297 xferq = fc->ir[fwip->dma_ch];
361 xferq = fc->ir[fwip->dma_ch];
[all...]
H A Dfwohcireg.h320 struct ohci_dma dma_ch[0x4]; member in struct:ohci_registers

Completed in 45 milliseconds