Searched refs:TCAM_IP_PORTS (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp.c | 916 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/io/hxge/ |
H A D | hxge_flow.h | 157 #define TCAM_IP_PORTS(port32, dp, sp) (port32 = dp | (sp << 16)) macro
|
/illumos-gate/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
|