Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c910 #define fspec_mask (flow_spec->um.udpip4spec) in nxge_fill_tcam_entry_udp() macro
913 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_mask, fspec_mask.ip4dst); in nxge_fill_tcam_entry_udp()
915 TCAM_IPV4_ADDR(tcam_ptr->ip4_src_mask, fspec_mask.ip4src); in nxge_fill_tcam_entry_udp()
919 fspec_mask.pdst, fspec_mask.psrc); in nxge_fill_tcam_entry_udp()
927 tcam_ptr->ip4_tos_mask = fspec_mask.tos; in nxge_fill_tcam_entry_udp()
929 #undef fspec_mask in nxge_fill_tcam_entry_udp()
938 #define fspec_mask (flow_spec->um.udpip6spec) in nxge_fill_tcam_entry_udp_ipv6() macro
944 TCAM_IPV6_ADDR(tcam_ptr->ip6_ip_addr_mask, fspec_mask.ip6src); in nxge_fill_tcam_entry_udp_ipv6()
947 TCAM_IPV6_ADDR(tcam_ptr->ip6_ip_addr_mask, fspec_mask.ip6dst); in nxge_fill_tcam_entry_udp_ipv6()
957 fspec_mask.pdst, fspec_mask.psrc); in nxge_fill_tcam_entry_udp_ipv6()
[all …]