Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1758 fct_cmd->cmd_comp_status, FCT_IOF_FCA_DONE); in emlxs_fct_send_cmd_rsp()
3047 fct_buf, FCT_IOF_FCA_DONE); in emlxs_fct_handle_fcp_event()
3057 fct_cmd->cmd_comp_status, FCT_IOF_FCA_DONE); in emlxs_fct_handle_fcp_event()
3560 FCT_ABORT_SUCCESS, FCT_IOF_FCA_DONE); in emlxs_fct_cmd_accept()
3675 FCT_ABORT_SUCCESS, FCT_IOF_FCA_DONE); in emlxs_fct_cmd_acquire()
3881 fct_cmd->cmd_comp_status, FCT_IOF_FCA_DONE); in emlxs_fct_pkt_comp()
3900 fct_cmd->cmd_comp_status, FCT_IOF_FCA_DONE); in emlxs_fct_pkt_comp()
3937 FCT_IOF_FCA_DONE); in emlxs_fct_pkt_comp()
3944 FCT_IOF_FCA_DONE); in emlxs_fct_pkt_comp()
3981 FCT_IOF_FCA_DONE); in emlxs_fct_pkt_comp()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h370 #define FCT_IOF_FCA_DONE 0x10000 macro
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c6496 fct_send_response_done(cmd, FCT_SUCCESS, FCT_IOF_FCA_DONE); in qlt_handle_unsol_els_completion()
6588 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()
6666 fct_send_cmd_done(cmd, FCT_SUCCESS, FCT_IOF_FCA_DONE); in qlt_handle_sol_els_completion()
6737 fct_send_cmd_done(cmd, FCT_SUCCESS, FCT_IOF_FCA_DONE); in qlt_handle_ct_completion()
6943 iof = FCT_IOF_FCA_DONE; in qlt_handle_ctio_completion()
6947 iof = FCT_IOF_FCA_DONE; in qlt_handle_ctio_completion()
6954 iof = FCT_IOF_FCA_DONE; 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()
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1972 if (ioflags & FCT_IOF_FCA_DONE) { in fct_scsi_data_xfer_done()
2014 if ((ioflags & FCT_IOF_FCA_DONE) == 0) { in fct_send_response_done()
2834 ((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()