Searched refs:menlo_cmd_t (Results 1 – 4 of 4) sorted by relevance
46 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 …]
2830 menlo_cmd_t *cmd; in emlxs_menlo_handle_event()2866 cmd = (menlo_cmd_t *)pkt->pkt_cmd; in emlxs_menlo_handle_event()
8238 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()
396 } menlo_cmd_t; typedef