Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitchvar.h47 #define ARSWITCH_NUM_PHYS MAX(AR8327_NUM_PHYS, AR8X16_NUM_PHYS)
H A Darswitchreg.h352 #define AR8X16_NUM_PHYS 5 macro
H A Darswitch.c603 if (sc->numphys > AR8X16_NUM_PHYS) in arswitch_attach()
604 sc->numphys = AR8X16_NUM_PHYS; in arswitch_attach()