Searched refs:fwctl_rpc (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/fwctl/pds/ |
| H A D | main.c | 403 .fwctl_rpc = { in pdsfc_fw_rpc() 419 cmd.fwctl_rpc.req_pa, cmd.fwctl_rpc.req_sz, cmd.fwctl_rpc.req_sg_elems, in pdsfc_fw_rpc() 420 cmd.fwctl_rpc.resp_pa, cmd.fwctl_rpc.resp_sz, cmd.fwctl_rpc.resp_sg_elems, in pdsfc_fw_rpc() 433 rpc->out.retval = le32_to_cpu(comp.fwctl_rpc.err); in pdsfc_fw_rpc()
|
| /linux/Documentation/userspace-api/fwctl/ |
| H A D | fwctl-cxl.rst | 58 by ``fwctl_rpc.in``. ``struct fwctl_rpc_cxl.in_payload`` points to 59 the hardware input structure that is defined by the CXL spec. ``fwctl_rpc.out`` 81 struct fwctl_rpc rpc = {0};
|
| /linux/drivers/fwctl/ |
| H A D | main.c | 89 struct fwctl_rpc *cmd = ucmd->cmd; in fwctl_cmd_rpc() 144 struct fwctl_rpc rpc; 165 IOCTL_OP(FWCTL_RPC, fwctl_cmd_rpc, struct fwctl_rpc, out),
|
| /linux/include/uapi/fwctl/ |
| H A D | fwctl.h | 131 struct fwctl_rpc { struct
|
| /linux/include/linux/pds/ |
| H A D | pds_adminq.h | 1489 struct pds_fwctl_rpc_cmd fwctl_rpc; member 1520 struct pds_fwctl_rpc_comp fwctl_rpc; member
|