Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_cmd.c991 mlxcx_cmd_send(mlxcx_t *mlxp, mlxcx_cmd_t *cmd, const void *in, uint32_t inlen, in mlxcx_cmd_send() function
1111 if (!mlxcx_cmd_send(mlxp, &cmd, &in, sizeof (in), &out, sizeof (out))) { in mlxcx_cmd_disable_hca()
1137 if (!mlxcx_cmd_send(mlxp, &cmd, &in, sizeof (in), &out, sizeof (out))) { in mlxcx_cmd_enable_hca()
1162 if (!mlxcx_cmd_send(mlxp, &cmd, &in, sizeof (in), &out, sizeof (out))) { in mlxcx_cmd_query_issi()
1200 if (!mlxcx_cmd_send(mlxp, &cmd, &in, sizeof (in), &out, sizeof (out))) { in mlxcx_cmd_set_issi()
1237 if (!mlxcx_cmd_send(mlxp, &cmd, &in, sizeof (in), &out, sizeof (out))) { in mlxcx_cmd_query_pages()
1307 if ((ret = mlxcx_cmd_send(mlxp, &cmd, in, insize, &out, outsize))) { in mlxcx_cmd_give_pages()
1348 if ((ret = mlxcx_cmd_send(mlxp, &cmd, &in, insize, out, outsize))) { in mlxcx_cmd_return_pages()
1385 if (!mlxcx_cmd_send(mlxp, &cmd, &in, sizeof (in), out, sizeof (*out))) { in mlxcx_cmd_query_hca_cap()
1421 if (!mlxcx_cmd_send(mlxp, &cmd, &in, sizeof (in), &out, sizeof (out))) { in mlxcx_cmd_init_hca()
[all …]