Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/firewire/
H A Dfwohcivar.h66 uint32_t *sid_buf; member
H A Dfwohcireg.h256 fwohcireg_t sid_buf; /* self id buffer 0x64 */ member
H A Dfwohci.c699 sc->sid_buf = fwdma_malloc(&sc->fc, OHCI_SIDSIZE, OHCI_SIDSIZE,
701 if (sc->sid_buf == NULL) {
793 if (sc->sid_buf != NULL)
2036 buf[i] = FWOHCI_DMA_READ(sc->sid_buf[i + 1]);
/freebsd-12.1/stand/i386/libfirewire/
H A Dfwohci.c297 sc->sid_buf = fwdma_malloc(&sc->fc, OHCI_SIDSIZE, OHCI_SIDSIZE,
299 if (sc->sid_buf == NULL) {