Home
last modified time | relevance | path

Searched refs:rpc (Results 1 – 24 of 24) sorted by relevance

/Linux-v4.19/arch/mips/pci/
Dpci-rt3883.c83 static inline u32 rt3883_pci_r32(struct rt3883_pci_controller *rpc, in rt3883_pci_r32() argument
86 return ioread32(rpc->base + reg); in rt3883_pci_r32()
89 static inline void rt3883_pci_w32(struct rt3883_pci_controller *rpc, in rt3883_pci_w32() argument
92 iowrite32(val, rpc->base + reg); in rt3883_pci_w32()
102 static u32 rt3883_pci_read_cfg32(struct rt3883_pci_controller *rpc, in rt3883_pci_read_cfg32() argument
112 rt3883_pci_w32(rpc, address, RT3883_PCI_REG_CFGADDR); in rt3883_pci_read_cfg32()
113 ret = rt3883_pci_r32(rpc, RT3883_PCI_REG_CFGDATA); in rt3883_pci_read_cfg32()
118 static void rt3883_pci_write_cfg32(struct rt3883_pci_controller *rpc, in rt3883_pci_write_cfg32() argument
127 rt3883_pci_w32(rpc, address, RT3883_PCI_REG_CFGADDR); in rt3883_pci_write_cfg32()
128 rt3883_pci_w32(rpc, val, RT3883_PCI_REG_CFGDATA); in rt3883_pci_write_cfg32()
[all …]
/Linux-v4.19/drivers/staging/greybus/
Des2.c885 struct arpc *rpc; in arpc_alloc() local
887 if (size + sizeof(*rpc->req) > ARPC_OUT_SIZE_MAX) in arpc_alloc()
890 rpc = kzalloc(sizeof(*rpc), GFP_KERNEL); in arpc_alloc()
891 if (!rpc) in arpc_alloc()
894 INIT_LIST_HEAD(&rpc->list); in arpc_alloc()
895 rpc->req = kzalloc(sizeof(*rpc->req) + size, GFP_KERNEL); in arpc_alloc()
896 if (!rpc->req) in arpc_alloc()
899 rpc->resp = kzalloc(sizeof(*rpc->resp), GFP_KERNEL); in arpc_alloc()
900 if (!rpc->resp) in arpc_alloc()
903 rpc->req->type = type; in arpc_alloc()
[all …]
/Linux-v4.19/drivers/pci/pcie/
Daer.c1169 static void aer_isr_one_error(struct aer_rpc *rpc, in aer_isr_one_error() argument
1172 struct pci_dev *pdev = rpc->rpd; in aer_isr_one_error()
1173 struct aer_err_info *e_info = &rpc->e_info; in aer_isr_one_error()
1224 static int get_e_source(struct aer_rpc *rpc, struct aer_err_source *e_src) in get_e_source() argument
1229 spin_lock_irqsave(&rpc->e_lock, flags); in get_e_source()
1230 if (rpc->prod_idx == rpc->cons_idx) { in get_e_source()
1231 spin_unlock_irqrestore(&rpc->e_lock, flags); in get_e_source()
1235 *e_src = rpc->e_sources[rpc->cons_idx]; in get_e_source()
1236 rpc->cons_idx++; in get_e_source()
1237 if (rpc->cons_idx == AER_ERROR_SOURCES_MAX) in get_e_source()
[all …]
/Linux-v4.19/drivers/md/
Ddm-era-target.c1162 struct rpc { struct
1275 struct rpc *rpc, *tmp; in process_rpc_calls() local
1282 list_for_each_entry_safe(rpc, tmp, &calls, list) { in process_rpc_calls()
1283 rpc->result = rpc->fn0 ? rpc->fn0(era->md) : rpc->fn1(era->md, rpc->arg); in process_rpc_calls()
1290 list_for_each_entry_safe(rpc, tmp, &calls, list) in process_rpc_calls()
1291 rpc->result = r; in process_rpc_calls()
1294 list_for_each_entry_safe(rpc, tmp, &calls, list) in process_rpc_calls()
1295 complete(&rpc->complete); in process_rpc_calls()
1328 static int perform_rpc(struct era *era, struct rpc *rpc) in perform_rpc() argument
1330 rpc->result = 0; in perform_rpc()
[all …]
/Linux-v4.19/Documentation/filesystems/nfs/
D00-INDEX21 rpc-cache.txt
25 rpc-server-gss.txt
Drpc-server-gss.txt47 to talk to a custom daemon called rpc.svcgssd that is provide by the
74 This upcall mechanism uses the kernel rpc client and connects to the gssproxy
84 /proc/net/rpc/use-gss-proxy. If gss-proxy dies, it must repeat both
90 from /proc/net/rpc/use-gss-proxy and checking that it contains a
Dnfs41-server.txt11 control file, the nfsd service must be taken down. You can use rpc.nfsd
12 for this; see rpc.nfsd(8).
17 on or off; rpc.nfsd does this correctly.)
Didmapper.txt9 or by placing a call to the rpc.idmap daemon.
19 legacy rpc.idmap daemon for the id mapping. This result will be stored
Dnfsd-admin-interfaces.txt39 Note that the rpc server requires the caller to serialize addition and
Drpc-cache.txt131 with that name is created in /proc/net/rpc
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils.c412 (u32 *)(void *)&self->rpc, in hw_atl_utils_fw_rpc_call()
427 struct hw_aq_atl_utils_fw_rpc **rpc) in hw_atl_utils_fw_rpc_wait() argument
454 if (rpc) { in hw_atl_utils_fw_rpc_wait()
460 &self->rpc, in hw_atl_utils_fw_rpc_wait()
468 *rpc = &self->rpc; in hw_atl_utils_fw_rpc_wait()
/Linux-v4.19/drivers/tee/optee/
DMakefile5 optee-objs += rpc.o
/Linux-v4.19/drivers/staging/most/dim2/
Dhal.c68 u16 rpc; member
390 g.atx_dbr.rpc = dim2_rpc(ch_addr); in dbrcnt_init()
391 g.atx_dbr.wpc = g.atx_dbr.rpc; in dbrcnt_init()
411 while (norm_pc(dbr->rpc) != cur_rpc) { in dim_dbr_space()
412 dbr->rest_size += dbr->sz_queue[norm_pc(dbr->rpc)]; in dim_dbr_space()
413 dbr->rpc++; in dim_dbr_space()
416 if ((u16)(dbr->wpc - dbr->rpc) >= CDT0_RPC_MASK) in dim_dbr_space()
/Linux-v4.19/arch/sparc/kernel/
Dprocess_64.c227 rp->rpc = rw->ins[7]; in __global_reg_self()
231 rp->rpc = 0; in __global_reg_self()
294 (void *) gp->rpc); in arch_trigger_cpumask_backtrace()
297 gp->tpc, gp->o7, gp->i7, gp->rpc); in arch_trigger_cpumask_backtrace()
/Linux-v4.19/Documentation/devicetree/bindings/mailbox/
Dmailbox.txt35 mbox-names = "pwr-ctrl", "rpc";
/Linux-v4.19/arch/mips/include/asm/
Dasm.h64 #define NESTED(symbol, framesize, rpc) \ argument
69 symbol: .frame sp, framesize, rpc; \
/Linux-v4.19/arch/sparc/include/asm/
Dptrace.h46 unsigned long rpc; member
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/
Daq_hw.h127 struct hw_aq_atl_utils_fw_rpc rpc; member
/Linux-v4.19/fs/nfs/
Dsuper.c900 struct rpc_clnt *rpc; in nfs_umount_begin() local
904 rpc = server->client_acl; in nfs_umount_begin()
905 if (!IS_ERR(rpc)) in nfs_umount_begin()
906 rpc_killall_tasks(rpc); in nfs_umount_begin()
907 rpc = server->client; in nfs_umount_begin()
908 if (!IS_ERR(rpc)) in nfs_umount_begin()
909 rpc_killall_tasks(rpc); in nfs_umount_begin()
/Linux-v4.19/arch/arm/
DMakefile207 machine-$(CONFIG_ARCH_RPC) += rpc
/Linux-v4.19/drivers/dma/
Dimx-sdma.c236 u32 rpc :14; member
/Linux-v4.19/Documentation/filesystems/
Dproc.txt1144 rpc Directory containing rpc info
/Linux-v4.19/
DCREDITS3717 D: NSM (rpc.statd) developer.
DMAINTAINERS1914 F: arch/arm/mach-rpc/