Home
last modified time | relevance | path

Searched refs:BMSR_LSTATUS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_vsc8211.c148 if (!(status & BMSR_LSTATUS)) in vsc8211_get_link_status()
152 *link_state = status & BMSR_LSTATUS ? PHY_LINK_UP : in vsc8211_get_link_status()
221 if (!(status & BMSR_LSTATUS)) in vsc8211_get_link_status_fiber()
225 *link_state = status & BMSR_LSTATUS ? PHY_LINK_UP : in vsc8211_get_link_status_fiber()
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h145 #define BMSR_LSTATUS BMSR_LINK macro