Home
last modified time | relevance | path

Searched refs:fct_send_cmd_done (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fct.h83 #pragma weak fct_send_cmd_done macro
H A Demlxs_fc.h1349 void (*fct_send_cmd_done)(fct_cmd_t *, fct_status_t, uint32_t); member
/titanic_41/usr/src/uts/common/sys/
H A Dfct.h405 void fct_send_cmd_done(fct_cmd_t *cmd, fct_status_t s, uint32_t ioflags);
/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c704 fct_send_cmd_done(xch->xch_cmd, fc_st, iof); in fcoet_process_sol_els_rsp()
876 fct_send_cmd_done(xch->xch_cmd, fc_st, iof); in fcoet_process_sol_ct_rsp()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c429 emlxs_modsym.fct_send_cmd_done =
432 if ((void *)emlxs_modsym.fct_send_cmd_done == NULL) {
591 emlxs_modsym.fct_send_cmd_done = NULL;
3922 MODSYM(fct_send_cmd_done) (fct_cmd, FCT_FAILURE, local
3929 MODSYM(fct_send_cmd_done) (fct_cmd, FCT_SUCCESS, local
3966 MODSYM(fct_send_cmd_done) (fct_cmd, FCT_FAILURE, local
3972 MODSYM(fct_send_cmd_done) (fct_cmd, FCT_SUCCESS, local
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c4339 fct_send_cmd_done(cmd, FCT_SUCCESS, FCT_IOF_FCA_DONE); in qlt_handle_sol_els_completion()
4341 fct_send_cmd_done(cmd, in qlt_handle_sol_els_completion()
4408 fct_send_cmd_done(cmd, FCT_SUCCESS, FCT_IOF_FCA_DONE); in qlt_handle_ct_completion()
4410 fct_send_cmd_done(cmd, QLT_FIRMWARE_ERROR(status, 0, 0), 0); in qlt_handle_ct_completion()
/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c1535 fct_send_cmd_done(cmd, FCT_SUCCESS, FCT_IOF_FCA_DONE); in fct_process_plogi()
H A Dfct.c2799 fct_send_cmd_done(fct_cmd_t *cmd, fct_status_t s, uint32_t ioflags) in fct_send_cmd_done() function