Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h405 void fct_cmd_fca_aborted(fct_cmd_t *cmd, fct_status_t s, uint32_t ioflags);
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c753 fct_cmd_fca_aborted(xchg->xch_cmd, in fcoet_watchdog()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c478 emlxs_modsym.fct_cmd_fca_aborted = in emlxs_fct_modopen()
481 if ((void *)emlxs_modsym.fct_cmd_fca_aborted == NULL) { in emlxs_fct_modopen()
598 emlxs_modsym.fct_cmd_fca_aborted = NULL; in emlxs_fct_modclose()
3559 MODSYM(fct_cmd_fca_aborted) (fct_cmd, in emlxs_fct_cmd_accept() local
3674 MODSYM(fct_cmd_fca_aborted) (fct_cmd, in emlxs_fct_cmd_acquire() local
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1360 void (*fct_cmd_fca_aborted) member
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c6588 fct_cmd_fca_aborted(cmd, FCT_ABORT_SUCCESS, FCT_IOF_FCA_DONE); in qlt_handle_unsol_els_abort_completion()
6590 fct_cmd_fca_aborted(cmd, FCT_NOT_FOUND, FCT_IOF_FCA_DONE); in qlt_handle_unsol_els_abort_completion()
6592 fct_cmd_fca_aborted(cmd, in qlt_handle_unsol_els_abort_completion()
6988 fct_cmd_fca_aborted(cmd, fc_st, iof); in qlt_handle_ctio_completion()
7049 fct_cmd_fca_aborted(cmd, FCT_ABORT_SUCCESS, FCT_IOF_FCA_DONE); in qlt_handle_sol_abort_completion()
7051 fct_cmd_fca_aborted(cmd, FCT_NOT_FOUND, FCT_IOF_FCA_DONE); in qlt_handle_sol_abort_completion()
7053 fct_cmd_fca_aborted(cmd, QLT_FIRMWARE_ERROR(status, 0, 0), 0); in qlt_handle_sol_abort_completion()
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2825 fct_cmd_fca_aborted(fct_cmd_t *cmd, fct_status_t s, uint32_t ioflags) in fct_cmd_fca_aborted() function