Home
last modified time | relevance | path

Searched refs:menlo_cmd_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c46 menlo_cmd_t *cmd_buf = NULL; in emlxs_menlo_set_mode()
56 cmd_buf = (menlo_cmd_t *)kmem_zalloc(cmd_size, KM_SLEEP); in emlxs_menlo_set_mode()
110 menlo_cmd_t *cmd_buf = NULL; in emlxs_menlo_reset()
120 cmd_buf = (menlo_cmd_t *)kmem_zalloc(cmd_size, KM_SLEEP); in emlxs_menlo_reset()
173 menlo_cmd_t *cmd_buf = NULL; in emlxs_menlo_get_cfg()
182 cmd_buf = (menlo_cmd_t *)kmem_zalloc(cmd_size, KM_SLEEP); in emlxs_menlo_get_cfg()
232 menlo_cmd_t *cmd_buf = NULL; in emlxs_menlo_get_logcfg()
241 cmd_buf = (menlo_cmd_t *)kmem_zalloc(cmd_size, KM_SLEEP); in emlxs_menlo_get_logcfg()
289 menlo_cmd_t *cmd_buf = NULL; in emlxs_menlo_get_log()
298 cmd_buf = (menlo_cmd_t *)kmem_zalloc(cmd_size, KM_SLEEP); in emlxs_menlo_get_log()
[all …]
H A Demlxs_els.c2830 menlo_cmd_t *cmd; in emlxs_menlo_handle_event()
2866 cmd = (menlo_cmd_t *)pkt->pkt_cmd; in emlxs_menlo_handle_event()
H A Demlxs_dfc.c8238 menlo_cmd_t *cmd; in emlxs_dfc_set_menlo_loopback()
8294 if (!(pkt = emlxs_pkt_alloc(port, sizeof (menlo_cmd_t), in emlxs_dfc_set_menlo_loopback()
8325 cmd = (menlo_cmd_t *)pkt->pkt_cmd; in emlxs_dfc_set_menlo_loopback()
8420 menlo_cmd_t *cmd; in emlxs_dfc_set_menlo_fte()
8424 if (!(pkt = emlxs_pkt_alloc(port, sizeof (menlo_cmd_t), in emlxs_dfc_set_menlo_fte()
8455 cmd = (menlo_cmd_t *)pkt->pkt_cmd; in emlxs_dfc_set_menlo_fte()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h396 } menlo_cmd_t; typedef