Searched refs:NTB_LINK_STATUS_ACTIVE (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ntb/ntb_hw/ | ||
H A D | ntb_hw_intel.h | 51 #define NTB_LINK_STATUS_ACTIVE 0x2000 macro |
H A D | ntb_hw_intel.c | 2458 return ((ntb->lnk_sta & NTB_LINK_STATUS_ACTIVE) != 0); in _xeon_link_is_up() |