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

/freebsd-11-stable/stand/i386/libfirewire/
H A Dfwohci.c296 #define OHCI_SIDSIZE (1 << 11)
297 sc->sid_buf = fwdma_malloc(&sc->fc, OHCI_SIDSIZE, OHCI_SIDSIZE,
/freebsd-11-stable/sys/dev/firewire/
H A Dfwohci.c696 #define OHCI_SIDSIZE (1 << 11) macro
697 sc->sid_buf = fwdma_malloc(&sc->fc, OHCI_SIDSIZE, OHCI_SIDSIZE,
2023 if (plen < 4 || plen > OHCI_SIDSIZE) {
2028 buf = (uint32_t *)malloc(OHCI_SIDSIZE, M_FW, M_NOWAIT);

Completed in 113 milliseconds