Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_cmd.c856 ASSERT3P(cmdq->mcmd_active[slot], ==, NULL); in mlxcx_cmd_reserve_slot()
897 cmdq->mcmd_active[slot] = NULL; in mlxcx_cmd_done()
916 cmdq->mcmd_active[slot] = cmd; in mlxcx_cmd_taskq()
958 cmdq->mcmd_active[slot] = NULL; in mlxcx_cmd_taskq()
982 cmd = cmdq->mcmd_active[slot]; in mlxcx_cmd_completion()
H A Dmlxcx.h328 mlxcx_cmd_t *mcmd_active[MLXCX_CMD_MAX]; member