sc_sts            108 dev/pci/if_myx.c 	struct myx_status	*sc_sts;
sc_sts            256 dev/pci/if_myx.c 	sc->sc_sts = (struct myx_status *)sc->sc_stsdma.mxm_kva;
sc_sts            797 dev/pci/if_myx.c 	if (sc->sc_sts == NULL)
sc_sts            799 dev/pci/if_myx.c 	if (sc->sc_sts->ms_linkstate == MYXSTS_LINKUP)
sc_sts            962 dev/pci/if_myx.c 	struct myx_status	*sts = sc->sc_sts;
sc_sts           1242 dev/pci/if_myx.c 	if (sc->sc_sts != NULL) {
sc_sts           1244 dev/pci/if_myx.c 		sc->sc_sts = NULL;