Home
last modified time | relevance | path

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

/linux/include/uapi/fwctl/
H A Dfwctl.h102 FWCTL_RPC_DEBUG_WRITE = 2, enumerator
/linux/drivers/fwctl/mlx5/
H A Dmain.c294 return scope >= FWCTL_RPC_DEBUG_WRITE; in mlx5ctl_validate_rpc()
/linux/Documentation/userspace-api/fwctl/
H A Dfwctl-cxl.rst36 fwctl access policy must be FWCTL_RPC_DEBUG_WRITE or higher.
/linux/drivers/fwctl/
H A Dmain.c104 case FWCTL_RPC_DEBUG_WRITE: in fwctl_cmd_rpc()
/linux/drivers/fwctl/pds/
H A Dmain.c268 entries[i].scope = FWCTL_RPC_DEBUG_WRITE; in pdsfc_get_operations()
/linux/drivers/cxl/core/
H A Dfeatures.c603 if (!(effects & imm_mask) && scope >= FWCTL_RPC_DEBUG_WRITE) in cxlctl_validate_set_features()