Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/
Dadapter.h483 NUM_MEMWIN = 3, enumerator
925 struct memwin memwin[NUM_MEMWIN]; /* memory windows */
Dt4_main.c1693 for (i = 0; i < NUM_MEMWIN; i++) { in t4_detach_common()
2830 static const struct memwin_init t4_memwin[NUM_MEMWIN] = {
2836 static const struct memwin_init t5_memwin[NUM_MEMWIN] = {
2869 for (i = 0, mw = &sc->memwin[0]; i < NUM_MEMWIN; i++, mw_init++, mw++) { in setup_memwin()
2900 MPASS(idx >= 0 && idx < NUM_MEMWIN); in position_memwin()
2923 MPASS(idx >= 0 && idx < NUM_MEMWIN); in rw_via_memwin()