HomeSort by: relevance | last modified time | path
    Searched defs:ixl_add_macvlan (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_ixl.c 780 static int ixl_add_macvlan(struct ixl_softc *, const uint8_t *,
1575 rv = ixl_add_macvlan(sc, sc->sc_enaddr, vid,
1578 rv = ixl_add_macvlan(sc, etherbroadcastaddr,
1725 rv = ixl_add_macvlan(sc, addrlo, 0,
1763 error = ixl_add_macvlan(sc, enm->enm_addrlo, 0,
2170 ixl_add_macvlan(sc, sc->sc_enaddr, 0, flag_add);
4966 ixl_add_macvlan(struct ixl_softc *sc, const uint8_t *macaddr, function in typeref:typename:int
5604 rv = ixl_add_macvlan(sc, sc->sc_enaddr, 0,
5608 rv = ixl_add_macvlan(sc, etherbroadcastaddr, 0,
5615 rv = ixl_add_macvlan(sc, sc->sc_enaddr
    [all...]

Completed in 15 milliseconds