Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/alc/
HDif_alc.c104 static struct alc_ident alc_ident_table[] = {
168 static struct alc_ident *alc_find_ident(device_t);
626 static struct alc_ident *
629 struct alc_ident *ident; in alc_find_ident()
645 struct alc_ident *ident; in alc_probe()
682 switch (sc->alc_ident->deviceid) { in alc_get_macaddr_813x()
733 switch (sc->alc_ident->deviceid) { in alc_get_macaddr_813x()
884 if (sc->alc_ident->deviceid == DEVICEID_ATHEROS_AR8152_B) { in alc_phy_reset_813x()
892 if (sc->alc_ident->deviceid == DEVICEID_ATHEROS_AR8151 || in alc_phy_reset_813x()
893 sc->alc_ident->deviceid == DEVICEID_ATHEROS_AR8151_V2 || in alc_phy_reset_813x()
[all …]
HDif_alcvar.h195 struct alc_ident { struct
218 struct alc_ident *alc_ident; argument