Searched refs:mlxcx_put32 (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/mlxcx/ |
H A D | mlxcx.h | 1253 extern void mlxcx_put32(mlxcx_t *, uintptr_t, uint32_t);
|
H A D | mlxcx_cmd.c | 606 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 D | mlxcx.c | 675 mlxcx_put32(mlxcx_t *mlxp, uintptr_t off, uint32_t val) in mlxcx_put32() function
|