Home
last modified time | relevance | path

Searched refs:fct_cmd_fca_aborted (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dfct.h402 void fct_cmd_fca_aborted(fct_cmd_t *cmd, fct_status_t s, uint32_t ioflags);
/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c753 fct_cmd_fca_aborted(xchg->xch_cmd, in fcoet_watchdog()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c475 emlxs_modsym.fct_cmd_fca_aborted =
478 if ((void *)emlxs_modsym.fct_cmd_fca_aborted == NULL) {
595 emlxs_modsym.fct_cmd_fca_aborted = NULL;
3545 MODSYM(fct_cmd_fca_aborted) (fct_cmd, local
3660 MODSYM(fct_cmd_fca_aborted) (fct_cmd, local
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c4262 fct_cmd_fca_aborted(cmd, FCT_ABORT_SUCCESS, FCT_IOF_FCA_DONE); in qlt_handle_unsol_els_abort_completion()
4264 fct_cmd_fca_aborted(cmd, FCT_NOT_FOUND, FCT_IOF_FCA_DONE); in qlt_handle_unsol_els_abort_completion()
4266 fct_cmd_fca_aborted(cmd, in qlt_handle_unsol_els_abort_completion()
4539 fct_cmd_fca_aborted(cmd, fc_st, iof); in qlt_handle_ctio_completion()
4592 fct_cmd_fca_aborted(cmd, FCT_ABORT_SUCCESS, FCT_IOF_FCA_DONE); in qlt_handle_sol_abort_completion()
4594 fct_cmd_fca_aborted(cmd, FCT_NOT_FOUND, FCT_IOF_FCA_DONE); in qlt_handle_sol_abort_completion()
4596 fct_cmd_fca_aborted(cmd, QLT_FIRMWARE_ERROR(status, 0, 0), 0); in qlt_handle_sol_abort_completion()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1356 void (*fct_cmd_fca_aborted) member
/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2806 fct_cmd_fca_aborted(fct_cmd_t *cmd, fct_status_t s, uint32_t ioflags) in fct_cmd_fca_aborted() function