Home
last modified time | relevance | path

Searched refs:SLIPORT_STATUS_ERR_MASK (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/oce/
H A Doce_if.c2404 if (sliport_status & SLIPORT_STATUS_ERR_MASK) { in oce_detect_hw_error()
2422 if (sliport_status & SLIPORT_STATUS_ERR_MASK) { in oce_detect_hw_error()
2427 if (sliport_status & SLIPORT_STATUS_ERR_MASK) { in oce_detect_hw_error()
H A Doce_mbox.c58 if (sliport_status & SLIPORT_STATUS_ERR_MASK && in oce_wait_ready()
H A Doce_hw.h75 #define SLIPORT_STATUS_ERR_MASK 0x80000000 macro