Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_flow.h157 #define TCAM_IP_PORTS(port32, dp, sp) (port32 = dp | (sp << 16)) macro
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c916 TCAM_IP_PORTS(tcam_ptr->ip4_port_key, in nxge_fill_tcam_entry_udp()
918 TCAM_IP_PORTS(tcam_ptr->ip4_port_mask, in nxge_fill_tcam_entry_udp()
954 TCAM_IP_PORTS(tcam_ptr->ip6_port_key, in nxge_fill_tcam_entry_udp_ipv6()
956 TCAM_IP_PORTS(tcam_ptr->ip6_port_mask, in nxge_fill_tcam_entry_udp_ipv6()
976 TCAM_IP_PORTS(tcam_ptr->ip4_port_key, in nxge_fill_tcam_entry_tcp()
978 TCAM_IP_PORTS(tcam_ptr->ip4_port_mask, in nxge_fill_tcam_entry_tcp()
1006 TCAM_IP_PORTS(tcam_ptr->ip4_port_key, in nxge_fill_tcam_entry_sctp()
1008 TCAM_IP_PORTS(tcam_ptr->ip4_port_mask, in nxge_fill_tcam_entry_sctp()
1038 TCAM_IP_PORTS(tcam_ptr->ip6_port_key, in nxge_fill_tcam_entry_tcp_ipv6()
1040 TCAM_IP_PORTS(tcam_ptr->ip6_port_mask, in nxge_fill_tcam_entry_tcp_ipv6()
[all …]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_flow.h187 #define TCAM_IP_PORTS(port32, dp, sp) (port32 = dp | (sp << 16)) macro