Home
last modified time | relevance | path

Searched refs:ixgbe_vlan_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c1198 list_create(&rx_group->vlans, sizeof (ixgbe_vlan_t), in ixgbe_init_driver_settings()
1199 offsetof(ixgbe_vlan_t, ixvl_link)); in ixgbe_init_driver_settings()
2325 ixgbe_vlan_t *vlp; in ixgbe_free_rings()
2329 kmem_free(vlp, sizeof (ixgbe_vlan_t)); in ixgbe_free_rings()
3252 for (ixgbe_vlan_t *vlp = list_head(&rxg->vlans); vlp != NULL; in ixgbe_init_vlan()
6423 static ixgbe_vlan_t *
6426 for (ixgbe_vlan_t *vlp = list_head(&rx_group->vlans); vlp != NULL; in ixgbe_find_vlan()
6447 ixgbe_vlan_t *vlp; in ixgbe_addvlan()
6514 vlp = kmem_zalloc(sizeof (ixgbe_vlan_t), KM_SLEEP); in ixgbe_addvlan()
6552 ixgbe_vlan_t *vlp; in ixgbe_remvlan()
[all …]
H A Dixgbe_sw.h402 } ixgbe_vlan_t; typedef