Searched refs:mi_flow_tab (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_bcast.c | 417 rc = mac_flow_add(mip->mi_flow_tab, grp->mbg_flow_ent); in mac_bcast_add() 608 mac_flow_remove(mip->mi_flow_tab, flent, B_FALSE); in mac_bcast_delete()
|
H A D | mac_provider.c | 416 mac_flow_l2tab_create(mip, &mip->mi_flow_tab); in mac_register() 582 mac_flow_tab_destroy(mip->mi_flow_tab); in mac_unregister() 583 mip->mi_flow_tab = NULL; in mac_unregister() 758 if (!FLOW_TAB_EMPTY(mip->mi_flow_tab)) { in mac_rx_common()
|
H A D | mac_client.c | 2087 mac_flow_modify(mip->mi_flow_tab, flent, mrp); in mac_resource_ctl_set() 2343 if ((err = mac_flow_add(mip->mi_flow_tab, flent)) != 0) { in mac_client_datapath_setup() 3078 mac_flow_remove(mip->mi_flow_tab, flent, B_FALSE); in mac_unicast_remove() 3843 mac_flow_modify(mip->mi_flow_tab, mcip->mci_flent, mrp); in mac_cpu_set()
|
H A D | mac_datapath_setup.c | 3012 if ((err = mac_flow_add(mip->mi_flow_tab, flent)) != 0) in mac_datapath_setup() 3126 mac_flow_remove(mip->mi_flow_tab, flent, B_FALSE); in mac_datapath_teardown()
|
H A D | mac_sched.c | 4253 err = mac_flow_lookup(mip->mi_flow_tab, mp, FLOW_OUTBOUND, &flent); in mac_tx_classify()
|
H A D | mac.c | 2445 err = mac_flow_lookup(mip->mi_flow_tab, mp, flags, &flent); in mac_rx_classify()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | mac_impl.h | 486 flow_tab_t *mi_flow_tab; /* WO */ member
|