Home
last modified time | relevance | path

Searched refs:mlg_rx_vlan_ft (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c2000 mlxcx_flow_table_t *ft = g->mlg_rx_vlan_ft; in mlxcx_remove_all_vlan_entries()
2032 mlxcx_flow_table_t *ft = g->mlg_rx_vlan_ft; in mlxcx_remove_vlan_entry()
2101 mlxcx_flow_table_t *ft = g->mlg_rx_vlan_ft; in mlxcx_add_vlan_entry()
2202 gm->mlgm_group->mlg_rx_vlan_ft; in mlxcx_remove_all_umcast_entries()
2261 gm->mlgm_group->mlg_rx_vlan_ft; in mlxcx_remove_umcast_entry()
2331 fe->mlfe_dest[fe->mlfe_ndest++].mlfed_flow = group->mlg_rx_vlan_ft; in mlxcx_add_umcast_entry()
H A Dmlxcx_ring.c533 if (g->mlg_rx_vlan_ft != NULL) in mlxcx_teardown_rx_group()
557 if (g->mlg_rx_vlan_ft != NULL) { in mlxcx_teardown_rx_group()
558 mutex_enter(&g->mlg_rx_vlan_ft->mlft_mtx); in mlxcx_teardown_rx_group()
578 mlxcx_teardown_flow_table(mlxp, g->mlg_rx_vlan_ft); in mlxcx_teardown_rx_group()
581 g->mlg_rx_vlan_ft = NULL; in mlxcx_teardown_rx_group()
1085 g->mlg_rx_vlan_ft = (ft = kmem_zalloc(sizeof (mlxcx_flow_table_t), in mlxcx_rx_group_setup()
H A Dmlxcx.h932 mlxcx_flow_table_t *mlg_rx_vlan_ft; member
H A Dmlxcx_gld.c677 ft = g->mlg_rx_vlan_ft; in mlxcx_mac_setpromisc()