Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.c2004 mlxcx_group_vlan_t *v; in mlxcx_remove_all_vlan_entries()
2019 kmem_free(v, sizeof (mlxcx_group_vlan_t)); in mlxcx_remove_all_vlan_entries()
2036 mlxcx_group_vlan_t *v; in mlxcx_remove_vlan_entry()
2091 kmem_free(v, sizeof (mlxcx_group_vlan_t)); in mlxcx_remove_vlan_entry()
2105 mlxcx_group_vlan_t *v; in mlxcx_add_vlan_entry()
2135 v = kmem_zalloc(sizeof (mlxcx_group_vlan_t), KM_SLEEP); in mlxcx_add_vlan_entry()
2152 kmem_free(v, sizeof (mlxcx_group_vlan_t)); in mlxcx_add_vlan_entry()
H A Dmlxcx.h907 } mlxcx_group_vlan_t; typedef
H A Dmlxcx_ring.c1089 list_create(&g->mlg_rx_vlans, sizeof (mlxcx_group_vlan_t), in mlxcx_rx_group_setup()
1090 offsetof(mlxcx_group_vlan_t, mlgv_entry)); in mlxcx_rx_group_setup()