Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c2010 if (!list_is_empty(&g->mlg_rx_vlans)) { in mlxcx_remove_all_vlan_entries()
2043 for (v = list_head(&g->mlg_rx_vlans); v != NULL; in mlxcx_remove_vlan_entry()
2044 v = list_next(&g->mlg_rx_vlans, v)) { in mlxcx_remove_vlan_entry()
2055 list_remove(&g->mlg_rx_vlans, v); in mlxcx_remove_vlan_entry()
2064 if (list_is_empty(&g->mlg_rx_vlans)) { in mlxcx_remove_vlan_entry()
2067 list_insert_tail(&g->mlg_rx_vlans, v); in mlxcx_remove_vlan_entry()
2080 list_insert_tail(&g->mlg_rx_vlans, v); in mlxcx_remove_vlan_entry()
2113 for (v = list_head(&g->mlg_rx_vlans); v != NULL; in mlxcx_add_vlan_entry()
2114 v = list_next(&g->mlg_rx_vlans, v)) { in mlxcx_add_vlan_entry()
2120 if (list_is_empty(&g->mlg_rx_vlans)) in mlxcx_add_vlan_entry()
[all …]
H A Dmlxcx_ring.c559 ASSERT(list_is_empty(&g->mlg_rx_vlans)); in mlxcx_teardown_rx_group()
579 list_destroy(&g->mlg_rx_vlans); in mlxcx_teardown_rx_group()
1089 list_create(&g->mlg_rx_vlans, sizeof (mlxcx_group_vlan_t), in mlxcx_rx_group_setup()
H A Dmlxcx.h936 list_t mlg_rx_vlans; member