Searched defs:fc_st (Results 1 - 2 of 2) sorted by relevance

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

Completed in 57 milliseconds