Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c3549 if (cmd_sbp->fct_flags & EMLXS_FCT_ABORT_INP) { in emlxs_fct_cmd_accept()
3658 if (cmd_sbp->fct_flags & EMLXS_FCT_ABORT_INP) { in emlxs_fct_cmd_acquire()
4552 if (cmd_sbp->fct_flags & EMLXS_FCT_ABORT_INP) { in emlxs_fct_abort()
4559 cmd_sbp->fct_flags |= EMLXS_FCT_ABORT_INP; in emlxs_fct_abort()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h87 #define EMLXS_FCT_ABORT_INP 0x02 macro