Home
last modified time | relevance | path

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

/illumos-gate/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
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) && \
1614 (fc->ipv4_entry.hdr.exact_hdr.ext == 1))
1617 (fc->ipv4_entry.hdr.exact_hdr.ext | \
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c821 hdr.exact_hdr.valid = 0; in npi_fflp_fcram_entry_invalidate()