Searched refs:NUM_MEMWIN (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/cxgbe/
H A Dadapter.h478 NUM_MEMWIN = 3, enumerator in enum:__anon4420
884 struct memwin memwin[NUM_MEMWIN]; /* memory windows */
H A Dt4_main.c1567 for (i = 0; i < NUM_MEMWIN; i++) {
2655 static const struct memwin_init t4_memwin[NUM_MEMWIN] = {
2661 static const struct memwin_init t5_memwin[NUM_MEMWIN] = {
2694 for (i = 0, mw = &sc->memwin[0]; i < NUM_MEMWIN; i++, mw_init++, mw++) {
2725 MPASS(idx >= 0 && idx < NUM_MEMWIN);
2748 MPASS(idx >= 0 && idx < NUM_MEMWIN);

Completed in 170 milliseconds