Home
last modified time | relevance | path

Searched refs:EMLXS_FCT_IO_DONE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c265 if ((data == EMLXS_FCT_IO_DONE) || (data == EMLXS_FCT_ABORT_DONE)) { in emlxs_fct_io_trace()
1747 emlxs_fct_cmd_done(port, fct_cmd, EMLXS_FCT_IO_DONE); in emlxs_fct_send_cmd_rsp()
3034 emlxs_fct_cmd_done(port, fct_cmd, EMLXS_FCT_IO_DONE); in emlxs_fct_handle_fcp_event()
3864 emlxs_fct_cmd_done(port, fct_cmd, EMLXS_FCT_IO_DONE); in emlxs_fct_pkt_comp()
3890 emlxs_fct_cmd_done(port, fct_cmd, EMLXS_FCT_IO_DONE); in emlxs_fct_pkt_comp()
3920 emlxs_fct_cmd_done(port, fct_cmd, EMLXS_FCT_IO_DONE); in emlxs_fct_pkt_comp()
3964 emlxs_fct_cmd_done(port, fct_cmd, EMLXS_FCT_IO_DONE); in emlxs_fct_pkt_comp()
3996 emlxs_fct_cmd_done(port, fct_cmd, EMLXS_FCT_IO_DONE); in emlxs_fct_pkt_comp()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h120 #define EMLXS_FCT_IO_DONE 27 macro