Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c816 emlxs_fct_cmd_post(port, fct_cmd, EMLXS_FCT_CMD_POSTED); in emlxs_fct_unsol_flush()
1792 emlxs_fct_cmd_post(port, fct_cmd, EMLXS_FCT_CMD_POSTED); in emlxs_fct_send_cmd_rsp()
1805 emlxs_fct_cmd_post(port, fct_cmd, EMLXS_FCT_CMD_POSTED); in emlxs_fct_send_cmd_rsp()
2236 emlxs_fct_cmd_post(port, fct_cmd, EMLXS_FCT_CMD_POSTED); in emlxs_fct_register_remote_port()
2251 emlxs_fct_cmd_post(port, fct_cmd, EMLXS_FCT_CMD_POSTED); in emlxs_fct_register_remote_port()
2506 emlxs_fct_cmd_post(port, fct_cmd, EMLXS_FCT_CMD_POSTED); in emlxs_fct_handle_unsol_req()
2592 emlxs_fct_cmd_post(port, fct_cmd, EMLXS_FCT_CMD_POSTED); in emlxs_fct_send_fcp_data()
2671 emlxs_fct_cmd_post(port, fct_cmd, EMLXS_FCT_CMD_POSTED); in emlxs_fct_send_fcp_status()
2776 emlxs_fct_cmd_post(port, fct_cmd, EMLXS_FCT_CMD_POSTED); in emlxs_fct_send_fcp_status()
3358 emlxs_fct_cmd_post(port, fct_cmd, EMLXS_FCT_CMD_POSTED); in emlxs_fct_handle_unsol_els()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h96 #define EMLXS_FCT_CMD_POSTED 3 macro