Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c2616 cmd_sbp->fct_flags |= EMLXS_FCT_IO_INP; in emlxs_fct_send_fcp_data()
2753 cmd_sbp->fct_flags |= EMLXS_FCT_IO_INP; in emlxs_fct_send_fcp_status()
2931 cmd_sbp->fct_flags &= ~EMLXS_FCT_IO_INP; in emlxs_fct_handle_fcp_event()
3723 cmd_sbp->fct_flags &= ~EMLXS_FCT_IO_INP; in emlxs_fct_cmd_post()
3776 cmd_sbp->fct_flags &= ~EMLXS_FCT_IO_INP; in emlxs_fct_cmd_done()
3832 cmd_sbp->fct_flags &= ~EMLXS_FCT_IO_INP; in emlxs_fct_pkt_comp()
4097 cmd_sbp->fct_flags |= EMLXS_FCT_IO_INP; in emlxs_fct_send_els_cmd()
4189 cmd_sbp->fct_flags |= EMLXS_FCT_IO_INP; in emlxs_fct_send_els_rsp()
4275 cmd_sbp->fct_flags |= EMLXS_FCT_IO_INP; in emlxs_fct_send_ct_cmd()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h88 #define EMLXS_FCT_IO_INP 0x04 macro