Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_flow.h159 #define TCAM_IP_PORTS(port32, dp, sp) (port32 = dp | (sp << 16)) macro
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c918 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_41/usr/src/uts/common/sys/nxge/
H A Dnxge_flow.h187 #define TCAM_IP_PORTS(port32, dp, sp) (port32 = dp | (sp << 16)) macro