Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_zcp.c211 ASSERT(IS_VALID_BAM_REGION(region)); in npi_zcp_set_bam_region()
212 if (!IS_VALID_BAM_REGION(region)) { in npi_zcp_set_bam_region()
244 ASSERT(IS_VALID_BAM_REGION(region)); in npi_zcp_set_dst_region()
245 if (!IS_VALID_BAM_REGION(region)) { in npi_zcp_set_dst_region()
H A Dnpi_zcp.h108 #define IS_VALID_BAM_REGION(region)\ macro