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

/freebsd-13-stable/sys/dev/ioat/
H A Dioat_hw.h32 #define IOAT_MAX_CHANNELS 32 macro
H A Dioat.c156 static struct ioat_softc *ioat_channel[IOAT_MAX_CHANNELS];
311 for (i = 0; i < IOAT_MAX_CHANNELS; i++) {
315 if (i >= IOAT_MAX_CHANNELS) {

Completed in 50 milliseconds