Searched refs:TCAM_IP_PORTS (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hxge_flow.h | 159 #define TCAM_IP_PORTS(port32, dp, sp) (port32 = dp | (sp << 16)) macro
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp.c | 918 TCAM_IP_PORTS(tcam_ptr->ip4_port_key, in nxge_fill_tcam_entry_udp() 920 TCAM_IP_PORTS(tcam_ptr->ip4_port_mask, in nxge_fill_tcam_entry_udp() 956 TCAM_IP_PORTS(tcam_ptr->ip6_port_key, in nxge_fill_tcam_entry_udp_ipv6() 958 TCAM_IP_PORTS(tcam_ptr->ip6_port_mask, in nxge_fill_tcam_entry_udp_ipv6() 979 TCAM_IP_PORTS(tcam_ptr->ip4_port_key, in nxge_fill_tcam_entry_tcp() 981 TCAM_IP_PORTS(tcam_ptr->ip4_port_mask, in nxge_fill_tcam_entry_tcp() 1010 TCAM_IP_PORTS(tcam_ptr->ip4_port_key, in nxge_fill_tcam_entry_sctp() 1012 TCAM_IP_PORTS(tcam_ptr->ip4_port_mask, in nxge_fill_tcam_entry_sctp() 1043 TCAM_IP_PORTS(tcam_ptr->ip6_port_key, in nxge_fill_tcam_entry_tcp_ipv6() 1045 TCAM_IP_PORTS(tcam_ptr->ip6_port_mask, in nxge_fill_tcam_entry_tcp_ipv6() [all …]
|
/titanic_50/usr/src/uts/common/sys/nxge/ |
H A D | nxge_flow.h | 187 #define TCAM_IP_PORTS(port32, dp, sp) (port32 = dp | (sp << 16)) macro
|