Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c596 for (i = 0; i < ft->ft_size; i++) { in mac_flow_walk_nolock()
1002 ft->ft_size = size; in mac_flow_tab_create()
1036 kmem_free(ft->ft_table, ft->ft_size * sizeof (flow_entry_t *)); in mac_flow_tab_destroy()
1645 ft->ft_mip->mi_type->mt_addr_length, ft->ft_size)); in flow_l2_hash()
1706 return (HASH_ETHER_VID(l2->l2_daddr, l2->l2_vid, ft->ft_size)); in flow_ether_hash()
1715 return (HASH_ETHER_VID(fd->fd_dst_mac, fd->fd_vid, ft->ft_size)); in flow_ether_hash_fe()
1788 ft->ft_mip->mi_type->mt_addr_length, ft->ft_size)); in flow_l2_hash_fe()
1922 ASSERT(ft->ft_size >= 2); in flow_ip_hash()
1931 return (l3info->l3_protocol % ft->ft_size); in flow_ip_proto_hash()
2078 return (fd->fd_protocol % ft->ft_size); in flow_ip_proto_hash_fe()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h449 uint_t ft_size; member
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c1190 int ft_size = sizeof (flow_template_t); in nxge_flow_get_hash() local
1195 bzero((char *)&ft, ft_size); in nxge_flow_get_hash()
1232 (uint32_t *)&ft, ft_size) & 0xfffff; in nxge_flow_get_hash()
1234 (uint8_t *)&ft, ft_size); in nxge_flow_get_hash()