Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h1501 } exact_hdr; member
1599 #define hash_hdr_fmt ipv4_entry.hdr.exact_hdr.fmt
1600 #define hash_hdr_ext ipv4_entry.hdr.exact_hdr.ext
1601 #define hash_hdr_valid ipv4_entry.hdr.exact_hdr.valid
1604 (fc->ipv4_entry.hdr.exact_hdr.ext == 1)
1606 ((fc->ipv4_entry.hdr.exact_hdr.ext == 0) && \
1607 (fc->ipv6_entry.hdr.exact_hdr.fmt == 0))
1609 ((fc->ipv6_entry.hdr.exact_hdr.fmt == 1) && \
1610 (fc->ipv4_entry.hdr.exact_hdr.ext == 1))
1613 ((fc->ipv6_entry.hdr.exact_hdr.fmt == 0) && \
[all …]
/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c821 hdr.exact_hdr.valid = 0; in npi_fflp_fcram_entry_invalidate()