Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c914 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_key, fspec_key->ip4dst); in nxge_fill_tcam_entry_udp()
915 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_mask, fspec_mask->ip4dst); in nxge_fill_tcam_entry_udp()
916 TCAM_IPV4_ADDR(tcam_ptr->ip4_src_key, fspec_key->ip4src); in nxge_fill_tcam_entry_udp()
917 TCAM_IPV4_ADDR(tcam_ptr->ip4_src_mask, fspec_mask->ip4src); in nxge_fill_tcam_entry_udp()
975 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_key, fspec_key->ip4dst); in nxge_fill_tcam_entry_tcp()
976 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_mask, fspec_mask->ip4dst); in nxge_fill_tcam_entry_tcp()
977 TCAM_IPV4_ADDR(tcam_ptr->ip4_src_key, fspec_key->ip4src); in nxge_fill_tcam_entry_tcp()
978 TCAM_IPV4_ADDR(tcam_ptr->ip4_src_mask, fspec_mask->ip4src); in nxge_fill_tcam_entry_tcp()
1002 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_key, fspec_key->ip4dst); in nxge_fill_tcam_entry_sctp()
1003 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_mask, fspec_mask->ip4dst); in nxge_fill_tcam_entry_sctp()
[all …]
/titanic_50/usr/src/uts/common/io/hxge/
H A Dhxge_flow.h158 #define TCAM_IPV4_ADDR(m32, ip4addr) (m32 = ip4addr) macro
/titanic_50/usr/src/uts/common/sys/nxge/
H A Dnxge_flow.h184 #define TCAM_IPV4_ADDR(m32, ip4addr) (m32 = ip4addr) macro