Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c2073 cmd_sbp->fct_type = EMLXS_FCT_ELS_CMD; in emlxs_fct_register_remote_port()
2402 cmd_sbp->fct_type = EMLXS_FCT_FCP_CMD; in emlxs_fct_handle_unsol_req()
2598 cmd_sbp->fct_type = EMLXS_FCT_FCP_DATA; in emlxs_fct_send_fcp_data()
2677 cmd_sbp->fct_type = EMLXS_FCT_FCP_STATUS; in emlxs_fct_send_fcp_status()
3314 cmd_sbp->fct_type = EMLXS_FCT_ELS_CMD; in emlxs_fct_handle_unsol_els()
3473 sbp->fct_type = cmd_sbp->fct_type; in emlxs_fct_pkt_init()
4064 cmd_sbp->fct_type = EMLXS_FCT_ELS_REQ; in emlxs_fct_send_els_cmd()
4160 cmd_sbp->fct_type = EMLXS_FCT_ELS_RSP; in emlxs_fct_send_els_rsp()
4246 cmd_sbp->fct_type = EMLXS_FCT_CT_REQ; in emlxs_fct_send_ct_cmd()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h73 uint8_t fct_type; member