Home
last modified time | relevance | path

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

/linux/include/uapi/fwctl/
H A Dfwctl.h78 enum fwctl_rpc_scope { enum
/linux/include/linux/
H A Dfwctl.h56 void *(*fw_rpc)(struct fwctl_uctx *uctx, enum fwctl_rpc_scope scope,
/linux/drivers/fwctl/mlx5/
H A Dmain.c180 static bool mlx5ctl_validate_rpc(const void *in, enum fwctl_rpc_scope scope) in mlx5ctl_validate_rpc()
306 static void *mlx5ctl_fw_rpc(struct fwctl_uctx *uctx, enum fwctl_rpc_scope scope, in mlx5ctl_fw_rpc()
/linux/drivers/cxl/core/
H A Dfeatures.c543 enum fwctl_rpc_scope scope) in cxlctl_validate_set_features()
611 enum fwctl_rpc_scope scope, in cxlctl_validate_hw_command()
645 static void *cxlctl_fw_rpc(struct fwctl_uctx *uctx, enum fwctl_rpc_scope scope, in cxlctl_fw_rpc()
/linux/drivers/fwctl/pds/
H A Dmain.c283 enum fwctl_rpc_scope scope) in pdsfc_validate_rpc()
350 static void *pdsfc_fw_rpc(struct fwctl_uctx *uctx, enum fwctl_rpc_scope scope, in pdsfc_fw_rpc()
/linux/Documentation/userspace-api/fwctl/
H A Dfwctl.rst96 some general scopes of action (see enum fwctl_rpc_scope):
218 then the driver should pass the fwctl_rpc_scope to the FW along with the command.