Searched refs:mxfe_flags (Results 1 – 2 of 2) sorted by relevance
568 mxfep->mxfe_flags &= ~MXFE_RUNNING; in mxfe_detach()596 mxfep->mxfe_flags |= MXFE_SUSPENDED; in mxfe_detach()618 mxfep->mxfe_flags &= ~MXFE_SUSPENDED; in mxfe_resume()623 mxfep->mxfe_flags |= MXFE_SUSPENDED; in mxfe_resume()630 if (mxfep->mxfe_flags & MXFE_RUNNING) { in mxfe_resume()675 if ((mxfep->mxfe_flags & (MXFE_RUNNING|MXFE_SUSPENDED)) == in mxfe_m_promisc()714 if (mxfep->mxfe_flags & MXFE_SUSPENDED) { in mxfe_m_tx()998 if (mxfep->mxfe_flags & MXFE_RUNNING) in mxfe_stopphy()1211 if (mxfep->mxfe_flags & MXFE_RUNNING) in mxfe_startphynway()1399 if (mxfep->mxfe_flags & MXFE_RUNNING) in mxfe_startphymii()[all …]
89 int mxfe_flags; member