ixgbe_vlan_t
list_create(&rx_group->vlans, sizeof (ixgbe_vlan_t),
offsetof(ixgbe_vlan_t, ixvl_link));
ixgbe_vlan_t *vlp;
kmem_free(vlp, sizeof (ixgbe_vlan_t));
for (ixgbe_vlan_t *vlp = list_head(&rxg->vlans); vlp != NULL;
static ixgbe_vlan_t *
for (ixgbe_vlan_t *vlp = list_head(&rx_group->vlans); vlp != NULL;
ixgbe_vlan_t *vlp;
vlp = kmem_zalloc(sizeof (ixgbe_vlan_t), KM_SLEEP);
ixgbe_vlan_t *vlp;
kmem_free(vlp, sizeof (ixgbe_vlan_t));