Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c688 ASSERT(entryn < BMAC_MAX_HOST_INFO_ENTRY); in npi_mac_hostinfo_entry()
689 if (entryn >= BMAC_MAX_HOST_INFO_ENTRY) { in npi_mac_hostinfo_entry()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h930 #define BMAC_MAX_HOST_INFO_ENTRY 9 /* 9 host entries */ macro