Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_zcp.c213 ASSERT(IS_VALID_BAM_REGION(region)); in npi_zcp_set_bam_region()
214 if (!IS_VALID_BAM_REGION(region)) { in npi_zcp_set_bam_region()
246 ASSERT(IS_VALID_BAM_REGION(region)); in npi_zcp_set_dst_region()
247 if (!IS_VALID_BAM_REGION(region)) { in npi_zcp_set_dst_region()
H A Dnpi_zcp.h110 #define IS_VALID_BAM_REGION(region)\ macro