Searched refs:mi_flow_tab (Results 1 – 7 of 7) sorted by relevance
/titanic_44/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 | 421 mac_flow_l2tab_create(mip, &mip->mi_flow_tab); in mac_register() 595 mac_flow_tab_destroy(mip->mi_flow_tab); in mac_unregister() 596 mip->mi_flow_tab = NULL; in mac_unregister() 771 if (!FLOW_TAB_EMPTY(mip->mi_flow_tab)) { in mac_rx_common()
|
H A D | mac_client.c | 2103 mac_flow_modify(mip->mi_flow_tab, flent, mrp); in mac_resource_ctl_set() 2359 if ((err = mac_flow_add(mip->mi_flow_tab, flent)) != 0) { in mac_client_datapath_setup() 3094 mac_flow_remove(mip->mi_flow_tab, flent, B_FALSE); in mac_unicast_remove() 3859 mac_flow_modify(mip->mi_flow_tab, mcip->mci_flent, mrp); in mac_cpu_set()
|
H A D | mac_datapath_setup.c | 2989 if ((err = mac_flow_add(mip->mi_flow_tab, flent)) != 0) in mac_datapath_setup() 3103 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 | 2440 err = mac_flow_lookup(mip->mi_flow_tab, mp, flags, &flent); in mac_rx_classify()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | mac_impl.h | 497 flow_tab_t *mi_flow_tab; /* WO */ member
|