Searched refs:rn (Results 1 - 25 of 99) sorted by relevance

1234

/linux-master/drivers/scsi/csiostor/
H A Dcsio_rnode.c89 csio_is_rnode_ready(struct csio_rnode *rn) argument
91 return csio_match_state(rn, csio_rns_ready);
95 csio_is_rnode_uninit(struct csio_rnode *rn) argument
97 return csio_match_state(rn, csio_rns_uninit);
125 struct csio_rnode *rn; local
128 rn = (struct csio_rnode *) tmp;
129 if (rn->flowid == flowid)
130 return rn;
149 struct csio_rnode *rn; local
152 rn
173 struct csio_rnode *rn; local
190 struct csio_rnode *rn; local
220 struct csio_rnode *rn = mempool_alloc(hw->rnode_mempool, GFP_ATOMIC); local
240 csio_free_rnode(struct csio_rnode *rn) argument
260 struct csio_rnode *rn; local
283 csio_put_rnode(struct csio_lnode *ln, struct csio_rnode *rn) argument
304 struct csio_rnode *rn, *match_rn; local
444 csio_rn_verify_rparams(struct csio_lnode *ln, struct csio_rnode *rn, struct fcoe_rdev_entry *rdevp) argument
548 __csio_reg_rnode(struct csio_rnode *rn) argument
565 __csio_unreg_rnode(struct csio_rnode *rn) argument
604 csio_rns_uninit(struct csio_rnode *rn, enum csio_rn_ev evt) argument
644 csio_rns_ready(struct csio_rnode *rn, enum csio_rn_ev evt) argument
729 csio_rns_offline(struct csio_rnode *rn, enum csio_rn_ev evt) argument
788 csio_rns_disappeared(struct csio_rnode *rn, enum csio_rn_ev evt) argument
847 csio_rnode_devloss_handler(struct csio_rnode *rn) argument
868 csio_rnode_fwevt_handler(struct csio_rnode *rn, uint8_t fwevt) argument
903 csio_rnode_init(struct csio_rnode *rn, struct csio_lnode *ln) argument
917 csio_rnode_exit(struct csio_rnode *rn) argument
[all...]
H A Dcsio_rnode.h120 #define csio_rn_flowid(rn) ((rn)->flowid)
121 #define csio_rn_wwpn(rn) ((rn)->rn_sparm.wwpn)
122 #define csio_rn_wwnn(rn) ((rn)->rn_sparm.wwnn)
123 #define csio_rnode_to_lnode(rn) ((rn)->lnp)
125 int csio_is_rnode_ready(struct csio_rnode *rn);
126 void csio_rnode_state_to_str(struct csio_rnode *rn, int8_
[all...]
H A Dcsio_attr.c52 * @rn: Rnode representing remote port.
59 csio_reg_rnode(struct csio_rnode *rn) argument
61 struct csio_lnode *ln = csio_rnode_to_lnode(rn);
67 ids.node_name = wwn_to_u64(csio_rn_wwnn(rn));
68 ids.port_name = wwn_to_u64(csio_rn_wwpn(rn));
69 ids.port_id = rn->nport_id;
72 if (rn->role & CSIO_RNFR_INITIATOR || rn->role & CSIO_RNFR_TARGET) {
73 rport = rn->rport;
78 rn
121 csio_unreg_rnode(struct csio_rnode *rn) argument
311 struct csio_rnode *rn = NULL; local
683 struct csio_rnode *rn; local
[all...]
/linux-master/arch/powerpc/boot/
H A Dreg.h18 #define mfspr(rn) ({unsigned long rval; \
19 asm volatile("mfspr %0," __stringify(rn) \
21 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : : "r" (v))
H A Ddcr.h5 #define mfdcr(rn) \
8 asm volatile("mfdcr %0,%1" : "=r"(rval) : "i"(rn)); \
11 #define mtdcr(rn, val) \
12 asm volatile("mtdcr %0,%1" : : "i"(rn), "r"(val))
13 #define mfdcrx(rn) \
16 asm volatile("mfdcrx %0,%1" : "=r"(rval) : "r"(rn)); \
19 #define mtdcrx(rn, val) \
21 asm volatile("mtdcrx %0,%1" : : "r"(rn), "r" (val)); \
/linux-master/arch/arm/net/
H A Dbpf_jit_32.h165 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm))
167 #define _AL3_I(op, rd, rn, imm) ((op ## _I) | (rd) << 12 | (rn) << 16 | (imm))
171 #define ARM_ADD_R(rd, rn, rm) _AL3_R(ARM_INST_ADD, rd, rn, rm)
172 #define ARM_ADDS_R(rd, rn, rm) _AL3_R(ARM_INST_ADDS, rd, rn, rm)
173 #define ARM_ADD_I(rd, rn, imm) _AL3_I(ARM_INST_ADD, rd, rn, im
[all...]
/linux-master/sound/soc/amd/renoir/
H A DMakefile3 snd-rn-pci-acp3x-objs := rn-pci-acp3x.o
5 snd-acp3x-rn-objs := acp3x-rn.o
6 obj-$(CONFIG_SND_SOC_AMD_RENOIR) += snd-rn-pci-acp3x.o
8 obj-$(CONFIG_SND_SOC_AMD_RENOIR_MACH) += snd-acp3x-rn.o
/linux-master/tools/perf/arch/powerpc/util/
H A Dutils_header.h7 #define mfspr(rn) ({unsigned long rval; \
8 asm volatile("mfspr %0," __stringify(rn) \
/linux-master/tools/perf/util/
H A Dintlist.h48 struct rb_node *rn = rb_first_cached(&ilist->rblist.entries); local
49 return rn ? rb_entry(rn, struct int_node, rb_node) : NULL;
53 struct rb_node *rn; local
56 rn = rb_next(&in->rb_node);
57 return rn ? rb_entry(rn, struct int_node, rb_node) : NULL;
H A Dstrlist.h60 struct rb_node *rn = rb_first_cached(&slist->rblist.entries); local
61 return rn ? rb_entry(rn, struct str_node, rb_node) : NULL;
65 struct rb_node *rn; local
68 rn = rb_next(&sn->rb_node);
69 return rn ? rb_entry(rn, struct str_node, rb_node) : NULL;
/linux-master/fs/f2fs/
H A Dnode.h241 struct f2fs_node *rn = F2FS_NODE(node_page); local
242 return le32_to_cpu(rn->footer.ino);
247 struct f2fs_node *rn = F2FS_NODE(node_page); local
248 return le32_to_cpu(rn->footer.nid);
253 struct f2fs_node *rn = F2FS_NODE(node_page); local
254 unsigned flag = le32_to_cpu(rn->footer.flag);
260 struct f2fs_node *rn = F2FS_NODE(node_page); local
261 return le64_to_cpu(rn->footer.cp_ver);
266 struct f2fs_node *rn = F2FS_NODE(node_page); local
267 return le32_to_cpu(rn
273 struct f2fs_node *rn = F2FS_NODE(page); local
299 struct f2fs_node *rn = F2FS_NODE(page); local
365 struct f2fs_node *rn = F2FS_NODE(p); local
378 struct f2fs_node *rn = F2FS_NODE(p); local
394 struct f2fs_node *rn = F2FS_NODE(page); local
404 struct f2fs_node *rn = F2FS_NODE(page); local
416 struct f2fs_node *rn = F2FS_NODE(page); local
[all...]
/linux-master/arch/powerpc/include/asm/
H A Ddcr-native.h53 #define mfdcr(rn) \
55 if (__builtin_constant_p(rn) && rn < 1024) \
57 : "n" (rn)); \
59 rval = mfdcrx(rn); \
61 rval = __mfdcr(rn); \
64 #define mtdcr(rn, v) \
66 if (__builtin_constant_p(rn) && rn < 1024) \
68 : : "n" (rn), "
[all...]
H A Dreg_fsl_emb.h14 static __always_inline unsigned int mfpmr(unsigned int rn) argument
20 "mfpmr %[rval], %[rn];"
22 : [rval] "=r" (rval) : [rn] "i" (rn));
27 static __always_inline void mtpmr(unsigned int rn, unsigned int val) argument
31 "mtpmr %[rn], %[val];"
33 : [val] "=r" (val) : [rn] "i" (rn));
/linux-master/arch/arm/probes/kprobes/
H A Dactions-arm.c74 int rn = (insn >> 16) & 0xf; local
79 register unsigned long rnv asm("r2") = (rn == 15) ? pc
80 : regs->uregs[rn];
94 regs->uregs[rn] = rnv;
103 int rn = (insn >> 16) & 0xf; local
107 register unsigned long rnv asm("r2") = (rn == 15) ? pc
108 : regs->uregs[rn];
124 regs->uregs[rn] = rnv;
134 int rn = (insn >> 16) & 0xf; local
139 register unsigned long rnv asm("r2") = (rn
160 int rn = (insn >> 16) & 0xf; local
194 int rn = (insn >> 16) & 0xf; local
222 int rn = (insn >> 12) & 0xf; local
273 int rn = insn & 0xf; local
[all...]
H A Dactions-common.c22 int rn = (insn >> 16) & 0xf; local
27 long *addr = (long *)regs->uregs[rn];
56 regs->uregs[rn] = (long)addr;
133 int rn = (insn >> 16) & 0xf; local
135 if (rn <= 12 && (reglist & 0xe000) == 0) {
139 } else if (rn >= 2 && (reglist & 0x8003) == 0) {
141 rn -= 2;
145 } else if (rn >= 3 && (reglist & 0x0007) == 0) {
148 rn -= 3;
157 (rn << 1
[all...]
H A Dactions-thumb.c28 int rn = (insn >> 16) & 0xf; local
31 unsigned long rnv = (rn == 15) ? pc : regs->uregs[rn];
164 int rn = (insn >> 16) & 0xf; local
168 register unsigned long rnv asm("r2") = (rn == 15) ? pc
169 : regs->uregs[rn];
178 if (rn != 15)
179 regs->uregs[rn] = rnv; /* Writeback base register */
189 int rn = (insn >> 16) & 0xf; local
193 register unsigned long rnv asm("r2") = regs->uregs[rn];
215 int rn = (insn >> 16) & 0xf; local
262 int rn = (insn >> 16) & 0xf; local
284 int rn = (insn >> 16) & 0xf; local
368 int rn = insn & 0x7; local
[all...]
/linux-master/drivers/s390/char/
H A Dsclp_cmd.c174 u16 rn; member in struct:memory_increment
180 u16 rn; member in struct:assign_storage_sccb
190 static unsigned long long rn2addr(u16 rn) argument
192 return (unsigned long long) (rn - 1) * sclp.rzm;
195 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn) argument
204 sccb->rn = rn;
213 pr_warn("assign storage failed (cmd=0x%08x, response=0x%04x, rn=0x%04x)\n",
214 cmd, sccb->header.response_code, rn);
223 static int sclp_assign_storage(u16 rn) argument
236 sclp_unassign_storage(u16 rn) argument
405 add_memory_merged(u16 rn) argument
445 insert_increment(u16 rn, int standby, int assigned) argument
[all...]
/linux-master/drivers/w1/
H A Dw1_internal.h44 void w1_slave_found(struct w1_master *dev, u64 rn);
48 struct w1_reg_num *rn);
57 int w1_attach_slave_device(struct w1_master *dev, struct w1_reg_num *rn);
H A Dw1.c391 struct w1_reg_num *rn)
415 rn->family = family;
416 rn->id = id;
418 rn64_le = cpu_to_le64(*(u64 *)rn);
419 rn->crc = w1_calc_crc8((u8 *)&rn64_le, 7);
423 rn->family, (unsigned long long)rn->id, rn->crc);
433 struct w1_reg_num *rn)
438 if (sl->reg_num.family == rn
390 w1_atoreg_num(struct device *dev, const char *buf, size_t count, struct w1_reg_num *rn) argument
432 w1_slave_search_device(struct w1_master *dev, struct w1_reg_num *rn) argument
454 struct w1_reg_num rn; local
492 struct w1_reg_num rn; local
711 w1_attach_slave_device(struct w1_master *dev, struct w1_reg_num *rn) argument
887 struct w1_reg_num rn; local
907 w1_addr_crc_is_valid(struct w1_master *dev, u64 rn) argument
941 w1_slave_found(struct w1_master *dev, u64 rn) argument
980 u64 last_rn, rn, tmp64; local
[all...]
/linux-master/include/rdma/
H A Dopa_vnic.h35 struct rdma_netdev rn; /* keep this first */ member in struct:opa_vnic_rdma_netdev
42 struct rdma_netdev *rn = netdev_priv(dev); local
44 return rn->clnt_priv;
/linux-master/arch/arm64/kvm/
H A Dva_layout.c112 static u32 compute_instruction(int n, u32 rd, u32 rn) argument
120 rn, rd, va_mask);
126 rn, rn, rd,
131 insn = aarch64_insn_gen_add_sub_imm(rd, rn,
138 insn = aarch64_insn_gen_add_sub_imm(rd, rn,
147 rn, rn, rd, 64 - tag_lsb);
162 u32 rd, rn, insn, oinsn; local
179 rn
[all...]
/linux-master/arch/arm64/crypto/
H A Dsm3-ce-core.S16 .macro sm3partw1, rd, rn, rm
17 .inst 0xce60c000 | .L\rd | (.L\rn << 5) | (.L\rm << 16)
20 .macro sm3partw2, rd, rn, rm
21 .inst 0xce60c400 | .L\rd | (.L\rn << 5) | (.L\rm << 16)
24 .macro sm3ss1, rd, rn, rm, ra
25 .inst 0xce400000 | .L\rd | (.L\rn << 5) | (.L\ra << 10) | (.L\rm << 16)
28 .macro sm3tt1a, rd, rn, rm, imm2
29 .inst 0xce408000 | .L\rd | (.L\rn << 5) | ((\imm2) << 12) | (.L\rm << 16)
32 .macro sm3tt1b, rd, rn, rm, imm2
33 .inst 0xce408400 | .L\rd | (.L\rn <<
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dipoib_main.c198 struct rdma_netdev *rn = netdev_priv(netdev); local
202 rn->send = hfi1_ipoib_send;
203 rn->tx_timeout = hfi1_ipoib_tx_timeout;
204 rn->attach_mcast = hfi1_ipoib_mcast_attach;
205 rn->detach_mcast = hfi1_ipoib_mcast_detach;
206 rn->set_id = hfi1_ipoib_set_id;
207 rn->hca = device;
208 rn->port_num = port_num;
209 rn->mtu = netdev->mtu;
/linux-master/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_netdev.c137 struct rdma_netdev *rn = netdev_priv(adapter->netdev); local
157 rn->set_id(netdev, info->vesw.vesw_id);
327 struct rdma_netdev *rn; local
339 rn = netdev_priv(netdev);
346 rn->clnt_priv = adapter;
347 rn->hca = ibdev;
348 rn->port_num = port_num;
382 rn->free_rdma_netdev(netdev);
391 struct rdma_netdev *rn = netdev_priv(netdev); local
399 rn
[all...]
/linux-master/arch/arm/mach-tegra/
H A Dsleep.h42 /* waits until the microsecond counter (base) is > rn */
43 .macro wait_until, rn, base, tmp variable
44 add \rn, \rn, #1 variable
46 cmp \tmp, \rn

Completed in 298 milliseconds

1234