Home
last modified time | relevance | path

Searched defs:fct_send_cmd_done (Results 1 – 4 of 4) sorted by relevance

/titanic_52/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_52/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c3922 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, global() local
3972 MODSYM(fct_send_cmd_done) (fct_cmd, FCT_SUCCESS, global() local
[all...]
/titanic_52/usr/src/uts/common/io/comstar/port/fct/
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