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

  /src/sys/arch/arm/gemini/
gemini_ipmvar.h 12 * - note that indices are 8 bit and NIPMDESC < (1<<8)
17 #define NIPMDESC 255
18 #define IPMQPADSZ (4096 - ((sizeof(ipm_desc_t) * NIPMDESC) + (2 * sizeof(ipmqindex_t))))
20 ipm_desc_t ipm_desc[NIPMDESC];
29 if (++ix >= NIPMDESC)
gemini_ipm.c 143 sc->sc_txqavail = NIPMDESC;

Completed in 48 milliseconds