Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c3535 if (cmd_sbp->fct_flags & EMLXS_FCT_ABORT_INP) {
3644 if (cmd_sbp->fct_flags & EMLXS_FCT_ABORT_INP) {
4538 if (cmd_sbp->fct_flags & EMLXS_FCT_ABORT_INP) {
4545 cmd_sbp->fct_flags |= EMLXS_FCT_ABORT_INP;
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h85 #define EMLXS_FCT_ABORT_INP 0x02 macro