Home
last modified time | relevance | path

Searched refs:FCT_NOT_FOUND (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dfct_defines.h42 #define FCT_NOT_FOUND STMF_NOT_FOUND macro
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1753 if (rval == FCT_NOT_FOUND) {
1890 rval = FCT_NOT_FOUND;
1925 if ((rval == FCT_SUCCESS) || (rval == FCT_NOT_FOUND)) {
3519 return (FCT_NOT_FOUND);
3532 return (FCT_NOT_FOUND);
3548 return (FCT_NOT_FOUND);
3588 return (FCT_NOT_FOUND);
3597 return (FCT_NOT_FOUND);
3606 return (FCT_NOT_FOUND);
3619 return (FCT_NOT_FOUND);
[all …]
/titanic_50/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2164 if ((ret == FCT_NOT_FOUND) || (ret == FCT_ABORT_SUCCESS)) { in fct_scsi_abort()
2814 if ((((s != FCT_ABORT_SUCCESS) && (s != FCT_NOT_FOUND))) || in fct_cmd_fca_aborted()
3281 (abort_ret != FCT_NOT_FOUND)) { in fct_cmd_terminator()
3307 (abort_ret == FCT_NOT_FOUND)) { in fct_cmd_terminator()
H A Ddiscovery.c439 if (ret == FCT_NOT_FOUND) { in fct_do_flogi()
890 FCT_NOT_FOUND); in fct_handle_els()
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c4264 fct_cmd_fca_aborted(cmd, FCT_NOT_FOUND, FCT_IOF_FCA_DONE); in qlt_handle_unsol_els_abort_completion()
4504 fc_st = FCT_NOT_FOUND; in qlt_handle_ctio_completion()
4594 fct_cmd_fca_aborted(cmd, FCT_NOT_FOUND, FCT_IOF_FCA_DONE); in qlt_handle_sol_abort_completion()
4669 return (FCT_NOT_FOUND); in qlt_abort_cmd()