Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fct.h88 #pragma weak fct_send_cmd_done macro
H A Demlxs_fc.h1353 void (*fct_send_cmd_done)(fct_cmd_t *, fct_status_t, uint32_t); member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c3936 MODSYM(fct_send_cmd_done) (fct_cmd, FCT_FAILURE, in emlxs_fct_pkt_comp() local
3943 MODSYM(fct_send_cmd_done) (fct_cmd, FCT_SUCCESS, in emlxs_fct_pkt_comp() local
3980 MODSYM(fct_send_cmd_done) (fct_cmd, FCT_FAILURE, in emlxs_fct_pkt_comp() local
3986 MODSYM(fct_send_cmd_done) (fct_cmd, FCT_SUCCESS, in emlxs_fct_pkt_comp() local
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2818 fct_send_cmd_done(fct_cmd_t *cmd, fct_status_t s, uint32_t ioflags) in fct_send_cmd_done() function