ether_set_vlan_cb
ether_set_vlan_cb(&sc->sc_ethercom, aq_vlan_cb);
ether_set_vlan_cb(&sc->sc_ec, iavf_vlan_cb);
ether_set_vlan_cb(&sc->sc_ec, ixl_vlan_cb);
ether_set_vlan_cb(&sc->osdep.ec, ixgbe_vlan_cb);
ether_set_vlan_cb(&sc->osdep.ec, ixv_vlan_cb);
void ether_set_vlan_cb(struct ethercom *, ether_vlancb_t);
ether_set_vlan_cb(ec, lagg_vlan_cb);