Searched refs:TCAM_IPV4_ADDR (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp.c | 914 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 D | hxge_flow.h | 158 #define TCAM_IPV4_ADDR(m32, ip4addr) (m32 = ip4addr) macro
|
/titanic_50/usr/src/uts/common/sys/nxge/ |
H A D | nxge_flow.h | 184 #define TCAM_IPV4_ADDR(m32, ip4addr) (m32 = ip4addr) macro
|