Home
last modified time | relevance | path

Searched refs:ft_mip (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_flow.c290 ASSERT(MAC_PERIM_HELD((mac_handle_t)ft->ft_mip)); in mac_flow_add()
371 mac_handle_t mh = (mac_handle_t)ft->ft_mip; in mac_flow_rem_subflow()
474 ASSERT(MAC_PERIM_HELD((mac_handle_t)ft->ft_mip)); in mac_flow_remove()
738 ASSERT(MAC_PERIM_HELD((mac_handle_t)ft->ft_mip)); in mac_flow_modify()
911 ASSERT(MAC_PERIM_HELD((mac_handle_t)ft->ft_mip)); in mac_flow_set_desc()
950 ASSERT(MAC_PERIM_HELD((mac_handle_t)ft->ft_mip)); in mac_flow_set_name()
1002 ft->ft_mip = mip; in mac_flow_tab_create()
1644 ft->ft_mip->mi_type->mt_addr_length, ft->ft_size)); in flow_l2_hash()
1660 is_ether = (ft->ft_mip->mi_info.mi_nativemedia == DL_ETHER); in flow_l2_accept()
1661 if ((err = mac_header_info((mac_handle_t)ft->ft_mip, in flow_l2_accept()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dmac_flow_impl.h455 struct mac_impl_s *ft_mip; member