Searched refs:SLI4_PORT_STATUS_DIP (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/ocs_fc/
H A Dsli4.h375 #define SLI4_PORT_STATUS_DIP BIT(25) /** dump present */ macro
381 #define SLI4_PORT_STATUS_DUMP_PRESENT(r) ((r) & SLI4_PORT_STATUS_DIP)
H A Dsli4.c5753 return ((val & SLI4_PORT_STATUS_DIP) ? 1 : 0);

Completed in 110 milliseconds