Searched refs:rpc (Results 26 - 40 of 40) sorted by relevance

12

/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c360 struct hw_atl_utils_fw_rpc *rpc = NULL; local
381 err = hw_atl_utils_fw_rpc_wait(self, &rpc);
387 memset(rpc, 0, rpc_size);
388 info = &rpc->fw2x_offloads;
H A Dhw_atl_utils.h636 struct hw_atl_utils_fw_rpc **rpc);
/linux-master/arch/sparc/kernel/
H A Dprocess_64.c215 rp->rpc = rw->ins[7];
219 rp->rpc = 0;
282 (void *) gp->rpc);
285 gp->tpc, gp->o7, gp->i7, gp->rpc);
/linux-master/fs/nfs/
H A Dsuper.c747 struct rpc_clnt *rpc; local
751 rpc = server->client_acl;
752 if (!IS_ERR(rpc))
753 rpc_killall_tasks(rpc);
754 rpc = server->client;
755 if (!IS_ERR(rpc))
756 rpc_killall_tasks(rpc);
798 * means that the server will ignore the rpc creds, so any flavor
/linux-master/drivers/media/platform/amphion/
H A Dvpu_dbg.c250 &core->rpc.phys, core->rpc.length, core->rpc.bytesused);
H A Dvpu.h150 struct vpu_buffer rpc; member in struct:vpu_core
H A Dvpu_msgs.c335 vpu_mbox_send_msg(core, PRC_BUF_OFFSET, core->rpc.phys - core->fw.phys);
/linux-master/arch/arm/
H A DMakefile208 machine-$(CONFIG_ARCH_RPC) += rpc
227 machdirs-$(CONFIG_ARCH_RPC) += arch/arm/mach-rpc
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw.h197 struct hw_atl_utils_fw_rpc rpc; member in struct:aq_hw_s
/linux-master/drivers/spi/
H A DMakefile120 obj-$(CONFIG_SPI_RPCIF) += spi-rpc-if.o
/linux-master/drivers/pinctrl/renesas/
H A Dpfc-r8a77970.c2073 SH_PFC_FUNCTION(rpc),
H A Dpfc-r8a77995.c2474 SH_PFC_FUNCTION(rpc),
H A Dpfc-r8a77980.c2494 SH_PFC_FUNCTION(rpc),
H A Dpfc-r8a77990.c4576 SH_PFC_FUNCTION(rpc),
/linux-master/drivers/dma/
H A Dimx-sdma.c290 * @rpc: return program counter
303 u32 rpc :14; member in struct:sdma_state_registers

Completed in 192 milliseconds

12