Home
last modified time | relevance | path

Searched refs:FCT_IOF_FCA_DONE (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c702 iof = FCT_IOF_FCA_DONE; in fcoet_process_sol_els_rsp()
875 iof = FCT_IOF_FCA_DONE; in fcoet_process_sol_ct_rsp()
921 uint32_t iof = FCT_IOF_FCA_DONE; in fcoet_send_fcp_status_done()
965 iof = FCT_IOF_FCA_DONE; in fcoet_send_unsol_els_rsp_done()
H A Dfcoet.c754 FCT_ABORT_SUCCESS, FCT_IOF_FCA_DONE); in fcoet_watchdog()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1747 fct_cmd->cmd_comp_status, FCT_IOF_FCA_DONE);
3033 fct_buf, FCT_IOF_FCA_DONE);
3043 fct_cmd->cmd_comp_status, FCT_IOF_FCA_DONE);
3546 FCT_ABORT_SUCCESS, FCT_IOF_FCA_DONE);
3661 FCT_ABORT_SUCCESS, FCT_IOF_FCA_DONE);
3867 fct_cmd->cmd_comp_status, FCT_IOF_FCA_DONE);
3886 fct_cmd->cmd_comp_status, FCT_IOF_FCA_DONE);
3923 FCT_IOF_FCA_DONE);
3930 FCT_IOF_FCA_DONE);
3967 FCT_IOF_FCA_DONE);
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dfct.h367 #define FCT_IOF_FCA_DONE 0x10000 macro
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c4188 fct_send_response_done(cmd, FCT_SUCCESS, FCT_IOF_FCA_DONE); in qlt_handle_unsol_els_completion()
4262 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()
4339 fct_send_cmd_done(cmd, FCT_SUCCESS, FCT_IOF_FCA_DONE); in qlt_handle_sol_els_completion()
4408 fct_send_cmd_done(cmd, FCT_SUCCESS, FCT_IOF_FCA_DONE); in qlt_handle_ct_completion()
4494 iof = FCT_IOF_FCA_DONE; in qlt_handle_ctio_completion()
4498 iof = FCT_IOF_FCA_DONE; in qlt_handle_ctio_completion()
4505 iof = FCT_IOF_FCA_DONE; 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()
/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1953 if (ioflags & FCT_IOF_FCA_DONE) { in fct_scsi_data_xfer_done()
1995 if ((ioflags & FCT_IOF_FCA_DONE) == 0) { in fct_send_response_done()
2815 ((ioflags & FCT_IOF_FCA_DONE) == 0)) { in fct_cmd_fca_aborted()
H A Ddiscovery.c1535 fct_send_cmd_done(cmd, FCT_SUCCESS, FCT_IOF_FCA_DONE); in fct_process_plogi()