Home
last modified time | relevance | path

Searched refs:fc_st (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c510 fct_status_t fc_st; in fcoet_process_sol_fcp_data() local
547 fc_st = FCT_SUCCESS; in fcoet_process_sol_fcp_data()
549 dbuf->db_xfer_status = fc_st; in fcoet_process_sol_fcp_data()
666 fct_status_t fc_st; in fcoet_process_sol_els_rsp() local
701 fc_st = FCT_SUCCESS; in fcoet_process_sol_els_rsp()
704 fct_send_cmd_done(xch->xch_cmd, fc_st, iof); in fcoet_process_sol_els_rsp()
846 fct_status_t fc_st; in fcoet_process_sol_ct_rsp() local
874 fc_st = FCT_SUCCESS; in fcoet_process_sol_ct_rsp()
876 fct_send_cmd_done(xch->xch_cmd, fc_st, iof); in fcoet_process_sol_ct_rsp()
920 fct_status_t fc_st = FCT_SUCCESS; in fcoet_send_fcp_status_done() local
[all …]
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c4421 fct_status_t fc_st; in qlt_handle_ctio_completion() local
4493 fc_st = FCT_ABORT_SUCCESS; in qlt_handle_ctio_completion()
4496 fc_st = FCT_SUCCESS; in qlt_handle_ctio_completion()
4504 fc_st = FCT_NOT_FOUND; in qlt_handle_ctio_completion()
4507 fc_st = QLT_FIRMWARE_ERROR(status, 0, 0); in qlt_handle_ctio_completion()
4527 dbuf->db_xfer_status = fc_st; in qlt_handle_ctio_completion()
4535 fct_send_response_done(cmd, fc_st, iof); in qlt_handle_ctio_completion()
4539 fct_cmd_fca_aborted(cmd, fc_st, iof); in qlt_handle_ctio_completion()