Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h59 #define AGTIAPI_MAX_PORTALS 16 /* max portal per card */ macro
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c772 if (ag_portal_count > AGTIAPI_MAX_PORTALS) in agtiapi_attach()
773 ag_portal_count = AGTIAPI_MAX_PORTALS; in agtiapi_attach()
777 ag_portal_count = AGTIAPI_MAX_PORTALS; in agtiapi_attach()