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

  /src/sys/dev/pci/
if_bge.c 1212 if (!BGE_STS_BIT(sc, BGE_STS_LINK) &&
1215 BGE_STS_SETBIT(sc, BGE_STS_LINK);
1216 else if (BGE_STS_BIT(sc, BGE_STS_LINK) &&
1219 BGE_STS_CLRBIT(sc, BGE_STS_LINK);
1221 if (!BGE_STS_BIT(sc, BGE_STS_LINK))
4883 if (!BGE_STS_BIT(sc, BGE_STS_LINK)) {
6249 BGE_STS_CLRBIT(sc, BGE_STS_LINK);
6289 if (!BGE_STS_BIT(sc, BGE_STS_LINK) &&
6292 BGE_STS_SETBIT(sc, BGE_STS_LINK);
6293 else if (BGE_STS_BIT(sc, BGE_STS_LINK) &
    [all...]
if_bgevar.h 337 #define BGE_STS_LINK __BIT(0) /* MAC link status */

Completed in 15 milliseconds