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

  /src/sys/dev/pci/cxgb/
cxgb_vsc8211.c 134 * BMSR_LSTATUS is latch-low, so if it is 0 we need to read it
137 if (!(status & BMSR_LSTATUS))
141 *link_ok = (status & BMSR_LSTATUS) != 0;
cxgb_ael1002.c 99 * BMSR_LSTATUS is latch-low, so if it is 0 we need to read it
102 if (!err && !(status & BMSR_LSTATUS))
107 *link_ok = !!(status & BMSR_LSTATUS);
cxgb_osdep.h 289 #define BMSR_LSTATUS BMSR_LINK

Completed in 13 milliseconds