HomeSort by: relevance | last modified time | path
    Searched defs:MC_RXDMABUFS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mac68k/dev/
if_mcvar.h 47 #ifndef MC_RXDMABUFS
48 #define MC_RXDMABUFS 4
50 #if (MC_RXDMABUFS < 2)
54 #define MC_NPAGES ((MC_RXDMABUFS * 0x800 + PAGE_SIZE - 1) / PAGE_SIZE)
  /src/sys/arch/macppc/dev/
if_mcvar.h 47 #ifndef MC_RXDMABUFS
48 #define MC_RXDMABUFS 2
50 #if (MC_RXDMABUFS < 2)
54 #define MC_NPAGES ((MC_RXDMABUFS * 0x800 + PAGE_SIZE - 1) / PAGE_SIZE)

Completed in 13 milliseconds