Home
last modified time | relevance | path

Searched refs:AR8X16_NUM_PHYS (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/etherswitch/arswitch/
HDarswitchvar.h49 #define ARSWITCH_NUM_PHYS MAX(AR8327_NUM_PHYS, AR8X16_NUM_PHYS)
HDarswitchreg.h311 #define AR8X16_NUM_PHYS 5 macro
HDarswitch.c367 if (sc->numphys > AR8X16_NUM_PHYS) in arswitch_attach()
368 sc->numphys = AR8X16_NUM_PHYS; in arswitch_attach()