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 D | emlxs_fct.h | 83 #pragma weak fct_send_cmd_done macro
|
H A D | emlxs_fc.h | 1349 void (*fct_send_cmd_done)(fct_cmd_t *, fct_status_t, uint32_t); member
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fct.h | 405 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 D | fcoet_eth.c | 704 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 D | emlxs_fct.c | 429 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 D | qlt.c | 4339 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 D | discovery.c | 1535 fct_send_cmd_done(cmd, FCT_SUCCESS, FCT_IOF_FCA_DONE); in fct_process_plogi()
|
H A D | fct.c | 2799 fct_send_cmd_done(fct_cmd_t *cmd, fct_status_t s, uint32_t ioflags) in fct_send_cmd_done() function
|