Searched refs:TCAM_IPV4_ADDR (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp.c | 912 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_key, fspec_key.ip4dst); in nxge_fill_tcam_entry_udp() 913 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_mask, fspec_mask.ip4dst); in nxge_fill_tcam_entry_udp() 914 TCAM_IPV4_ADDR(tcam_ptr->ip4_src_key, fspec_key.ip4src); in nxge_fill_tcam_entry_udp() 915 TCAM_IPV4_ADDR(tcam_ptr->ip4_src_mask, fspec_mask.ip4src); in nxge_fill_tcam_entry_udp() 972 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_key, fspec_key.ip4dst); in nxge_fill_tcam_entry_tcp() 973 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_mask, fspec_mask.ip4dst); in nxge_fill_tcam_entry_tcp() 974 TCAM_IPV4_ADDR(tcam_ptr->ip4_src_key, fspec_key.ip4src); in nxge_fill_tcam_entry_tcp() 975 TCAM_IPV4_ADDR(tcam_ptr->ip4_src_mask, fspec_mask.ip4src); in nxge_fill_tcam_entry_tcp() 998 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_key, fspec_key.ip4dst); in nxge_fill_tcam_entry_sctp() 999 TCAM_IPV4_ADDR(tcam_ptr->ip4_dest_mask, fspec_mask.ip4dst); in nxge_fill_tcam_entry_sctp() [all …]
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_flow.h | 156 #define TCAM_IPV4_ADDR(m32, ip4addr) (m32 = ip4addr) macro
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_flow.h | 184 #define TCAM_IPV4_ADDR(m32, ip4addr) (m32 = ip4addr) macro
|