HomeSort by: relevance | last modified time | path
    Searched refs:ether_set_vlan_cb (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/net/
if_ether.h 254 void ether_set_vlan_cb(struct ethercom *, ether_vlancb_t);
if_ethersubr.c 1465 ether_set_vlan_cb(struct ethercom *ec, ether_vlancb_t cb) function in typeref:typename:void
  /src/sys/net/lagg/
if_lagg.c 415 ether_set_vlan_cb(ec, lagg_vlan_cb);
  /src/sys/dev/pci/ixgbe/
ixv.c 485 ether_set_vlan_cb(&sc->osdep.ec, ixv_vlan_cb);
ixgbe.c 940 ether_set_vlan_cb(&sc->osdep.ec, ixgbe_vlan_cb);
  /src/sys/dev/pci/
if_aq.c 1941 ether_set_vlan_cb(&sc->sc_ethercom, aq_vlan_cb);
if_iavf.c 900 ether_set_vlan_cb(&sc->sc_ec, iavf_vlan_cb);
if_ixl.c 1323 ether_set_vlan_cb(&sc->sc_ec, ixl_vlan_cb);

Completed in 36 milliseconds