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

  /src/sys/dev/ic/
elinkxl.c 196 if (sc->ex_conf & (EX_CONF_INV_LED_POLARITY | EX_CONF_PHY_POWER)) {
199 if (sc->ex_conf & EX_CONF_INV_LED_POLARITY)
201 if (sc->ex_conf & EX_CONF_PHY_POWER)
205 if (sc->ex_conf & EX_CONF_NO_XCVR_PWR) {
368 sc->ex_conf |= EX_CONF_MII;
383 if (sc->ex_conf & EX_CONF_MII) {
421 if (sc->ex_conf & EX_CONF_90XB)
599 if (sc->ex_conf & EX_CONF_90XB)
632 if (sc->ex_conf & (EX_CONF_PHY_POWER | EX_CONF_INV_LED_POLARITY)) {
634 if (sc->ex_conf & EX_CONF_PHY_POWER
    [all...]
elinkxlvar.h 72 u_int ex_conf; /* config flags */ member in struct:ex_softc
  /src/sys/dev/pci/
if_ex_pci.c 237 sc->ex_conf = epp->epp_flags;
253 if (sc->ex_conf & EX_CONF_PCI_FUNCREG) {
304 if (sc->ex_conf & EX_CONF_PCI_FUNCREG)
376 if (sc->ex_conf & EX_CONF_PCI_FUNCREG)
  /src/sys/dev/cardbus/
if_ex_cardbus.c 235 sc->ex_conf = ecp->ecp_flags;

Completed in 51 milliseconds