HomeSort by: relevance | last modified time | path
    Searched defs:BMSR_LINK (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/evbarm/stand/boot2440/
dm9000.c 422 #define BMSR_LINK 0x0004 /* Link status */
445 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
  /src/sys/arch/sandpoint/stand/altboot/
sip.c 345 #define BMSR_LINK 0x0004 /* Link status */
422 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
sme.c 265 #define BMSR_LINK 0x0004 /* Link status */
316 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
tlp.c 361 #define BMSR_LINK 0x0004 /* Link status */
420 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
wm.c 385 #define BMSR_LINK 0x0004 /* Link status */
454 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
nvt.c 383 #define BMSR_LINK 0x0004 /* Link status */
406 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
rge.c 349 #define BMSR_LINK 0x0004 /* Link status */
410 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
stg.c 430 #define BMSR_LINK 0x0004 /* Link status */
494 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
skg.c 439 #define BMSR_LINK 0x0004 /* Link status */
497 if ((bmsr & BMSR_LINK) && (bmsr & BMSR_ACOMP)) {
vge.c 465 #define BMSR_LINK 0x0004 /* Link status */
498 if ((l->bmsr & BMSR_LINK) && (l->bmsr & BMSR_ACOMP)) {
  /src/sys/dev/mii/
mii.h 83 #define BMSR_LINK 0x0004 /* Link status */

Completed in 18 milliseconds