Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_drv.c327 if (port_id > DS_MAX_PORT_ID) { in ds_port_add()
756 if (port_id > DS_MAX_PORT_ID) { in ds_add_port()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h227 #define DS_MAX_PORT_ID (DS_MAX_PORTS - 1) macro