nvfw_gsp_rpc
r535_gsp_msg_dump(struct nvkm_gsp *gsp, struct nvfw_gsp_rpc *msg, int lvl);
struct nvfw_gsp_rpc *rpc = (struct nvfw_gsp_rpc *)mqe->data;
memcpy(buf, mqe->data + sizeof(struct nvfw_gsp_rpc),
len - sizeof(struct nvfw_gsp_rpc));
struct nvfw_gsp_rpc *rpc;
rpc = (struct nvfw_gsp_rpc *)mqe->data;
r535_gsp_msg_done(struct nvkm_gsp *gsp, struct nvfw_gsp_rpc *msg)
r535_gsp_msg_dump(struct nvkm_gsp *gsp, struct nvfw_gsp_rpc *msg, int lvl)
struct nvfw_gsp_rpc *
struct nvfw_gsp_rpc *rpc;
struct nvfw_gsp_rpc *reply;
struct nvfw_gsp_rpc *rpc = to_gsp_hdr(payload, rpc);
struct nvfw_gsp_rpc *rpc = container_of(repv, typeof(*rpc), data);
struct nvfw_gsp_rpc *rpc;
struct nvfw_gsp_rpc *rpc = to_gsp_hdr(payload, rpc);
struct nvfw_gsp_rpc *r535_gsp_msg_recv(struct nvkm_gsp *, int fn, u32 gsp_rpc_len);