Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
if_wmreg.h | 1272 #define PCS_LSTS_LINKOK __BIT(0) |
if_wm.c | 10788 if ((reg & PCS_LSTS_LINKOK) != 0) { 13947 if ((reg & PCS_LSTS_LINKOK) == 0) { 14043 if ((reg & PCS_LSTS_LINKOK) != 0) { |