Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_flow.c595 for (i = 0; i < ft->ft_size; i++) { in mac_flow_walk_nolock()
1001 ft->ft_size = size; in mac_flow_tab_create()
1035 kmem_free(ft->ft_table, ft->ft_size * sizeof (flow_entry_t *)); in mac_flow_tab_destroy()
1644 ft->ft_mip->mi_type->mt_addr_length, ft->ft_size)); in flow_l2_hash()
1705 return (HASH_ETHER_VID(l2->l2_daddr, l2->l2_vid, ft->ft_size)); in flow_ether_hash()
1714 return (HASH_ETHER_VID(fd->fd_dst_mac, fd->fd_vid, ft->ft_size)); in flow_ether_hash_fe()
1787 ft->ft_mip->mi_type->mt_addr_length, ft->ft_size)); in flow_l2_hash_fe()
1921 ASSERT(ft->ft_size >= 2); in flow_ip_hash()
1930 return (l3info->l3_protocol % ft->ft_size); in flow_ip_proto_hash()
2077 return (fd->fd_protocol % ft->ft_size); in flow_ip_proto_hash_fe()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dmac_flow_impl.h449 uint_t ft_size; member
/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c1196 int ft_size = sizeof (flow_template_t); in nxge_flow_get_hash() local
1201 bzero((char *)&ft, ft_size); in nxge_flow_get_hash()
1238 (uint32_t *)&ft, ft_size) & 0xfffff; in nxge_flow_get_hash()
1240 (uint8_t *)&ft, ft_size); in nxge_flow_get_hash()