Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmac_flow_impl.h530 extern void mac_flow_get_desc(flow_entry_t *, flow_desc_t *);
/titanic_50/usr/src/uts/common/io/mac/
H A Dmac_client.c494 mac_flow_get_desc(mcip->mci_flent, &flow_desc); in mac_client_vid()
785 mac_flow_get_desc(flent, &flow_desc); in i_mac_flow_vid()
855 mac_flow_get_desc(flent, &flow_desc); in mac_unicast_update_client_flow()
874 mac_flow_get_desc(flent, &flow_desc); in mac_unicast_update_client_flow()
2213 mac_flow_get_desc(flent, &flow_desc); in mac_client_update_mcast()
4922 mac_flow_get_desc(mcip->mci_flent, &flow_desc); in mac_client_get_flow()
H A Dmac_flow.c870 mac_flow_get_desc(flow_entry_t *flent, flow_desc_t *fd) in mac_flow_get_desc() function