Home
last modified time | relevance | path

Searched refs:mlxcx_put32 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.h1253 extern void mlxcx_put32(mlxcx_t *, uintptr_t, uint32_t);
H A Dmlxcx_cmd.c606 mlxcx_put32(mlxp, MLXCX_ISS_CMD_HIGH, cmd_high); in mlxcx_cmd_queue_init()
607 mlxcx_put32(mlxp, MLXCX_ISS_CMD_LOW, cmd_low); in mlxcx_cmd_queue_init()
932 mlxcx_put32(mlxp, MLXCX_ISS_CMD_DOORBELL, 1 << slot); in mlxcx_cmd_taskq()
H A Dmlxcx.c675 mlxcx_put32(mlxcx_t *mlxp, uintptr_t off, uint32_t val) in mlxcx_put32() function