Searched refs:rpc_in (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/cxl/core/ |
| H A D | features.c | 360 const struct fwctl_rpc_cxl *rpc_in) in get_support_feature_info() argument 365 if (rpc_in->op_size < sizeof(uuid)) in get_support_feature_info() 368 uuid = &rpc_in->set_feat_in.uuid; in get_support_feature_info() 392 if (rpc_in->op_size != sizeof(*feat_in)) in cxlctl_get_supported_features() 395 feat_in = &rpc_in->get_sup_feats_in; in cxlctl_get_supported_features() 457 const struct fwctl_rpc_cxl *rpc_in, in cxlctl_get_feature() argument 465 if (rpc_in->op_size != sizeof(*feat_in)) in cxlctl_get_feature() 468 feat_in = &rpc_in->get_feat_in; in cxlctl_get_feature() 498 const struct fwctl_rpc_cxl *rpc_in, in cxlctl_set_feature() argument 511 feat_in = &rpc_in->set_feat_in; in cxlctl_set_feature() [all …]
|
| /linux-6.15/drivers/fwctl/mlx5/ |
| H A D | main.c | 300 void *rpc_in, size_t in_len, size_t *out_len) in mlx5ctl_fw_rpc() argument 314 mfd->uctx_uid, MLX5_GET(mbox_in_hdr, rpc_in, opcode), in mlx5ctl_fw_rpc() 317 if (!mlx5ctl_validate_rpc(rpc_in, scope)) in mlx5ctl_fw_rpc() 325 rpc_out = rpc_in; in mlx5ctl_fw_rpc() 333 MLX5_SET(mbox_in_hdr, rpc_in, uid, mfd->uctx_uid); in mlx5ctl_fw_rpc() 334 ret = mlx5_cmd_do(mcdev->mdev, rpc_in, in_len, rpc_out, *out_len); in mlx5ctl_fw_rpc() 338 mfd->uctx_uid, MLX5_GET(mbox_in_hdr, rpc_in, opcode), in mlx5ctl_fw_rpc() 347 if (rpc_out != rpc_in) in mlx5ctl_fw_rpc()
|
| /linux-6.15/include/linux/ |
| H A D | fwctl.h | 57 void *rpc_in, size_t in_len, size_t *out_len);
|