Home
last modified time | relevance | path

Searched refs:IOAT_MAX_CHANNELS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ioat/
H A Dioat_hw.h29 #define IOAT_MAX_CHANNELS 32 macro
H A Dioat.c154 static struct ioat_softc *ioat_channel[IOAT_MAX_CHANNELS];
332 for (i = 0; i < IOAT_MAX_CHANNELS; i++) { in ioat_attach()
336 if (i >= IOAT_MAX_CHANNELS) { in ioat_attach()