Home
last modified time | relevance | path

Searched defs:rn (Results 1 – 50 of 50) sorted by relevance

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_rnode.c89 csio_is_rnode_ready(struct csio_rnode *rn) in csio_is_rnode_ready()
95 csio_is_rnode_uninit(struct csio_rnode *rn) in csio_is_rnode_uninit()
125 struct csio_rnode *rn; in csio_rn_lookup() local
149 struct csio_rnode *rn; in csio_rn_lookup_wwpn() local
173 struct csio_rnode *rn; in csio_rnode_lookup_portid() local
190 struct csio_rnode *rn; in csio_rn_dup_flowid() local
220 struct csio_rnode *rn = mempool_alloc(hw->rnode_mempool, GFP_ATOMIC); in csio_alloc_rnode() local
240 csio_free_rnode(struct csio_rnode *rn) in csio_free_rnode()
260 struct csio_rnode *rn; in csio_get_rnode() local
283 csio_put_rnode(struct csio_lnode *ln, struct csio_rnode *rn) in csio_put_rnode()
[all …]
Dcsio_rnode.h120 #define csio_rn_flowid(rn) ((rn)->flowid) argument
121 #define csio_rn_wwpn(rn) ((rn)->rn_sparm.wwpn) argument
122 #define csio_rn_wwnn(rn) ((rn)->rn_sparm.wwnn) argument
123 #define csio_rnode_to_lnode(rn) ((rn)->lnp) argument
Dcsio_attr.c59 csio_reg_rnode(struct csio_rnode *rn) in csio_reg_rnode()
121 csio_unreg_rnode(struct csio_rnode *rn) in csio_unreg_rnode()
299 struct csio_rnode *rn = NULL; in csio_get_host_fabric_name() local
674 struct csio_rnode *rn; in csio_dev_loss_tmo_callbk() local
Dcsio_scsi.c204 struct csio_rnode *rn = req->rnode; in csio_scsi_init_cmd_wr() local
363 struct csio_rnode *rn = req->rnode; in csio_scsi_init_read_wr() local
416 struct csio_rnode *rn = req->rnode; in csio_scsi_init_write_wr() local
650 struct csio_rnode *rn = req->rnode; in csio_scsi_init_abrt_cls_wr() local
777 struct csio_rnode *rn; in csio_scsis_io_active() local
1568 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_scsi_err_handler() local
1777 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_queuecommand() local
1921 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_eh_abort_handler() local
2067 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_eh_lun_reset_handler() local
Dcsio_lnode.c921 struct csio_rnode *rn; in csio_post_event_rns() local
943 struct csio_rnode *rn; in csio_cleanup_rns() local
1469 struct csio_rnode *rn; in csio_fcoe_fwevt_handler() local
1713 struct csio_rnode *rn = io_req->rnode; in csio_ln_mgmt_submit_wr() local
Dcsio_hw.c3517 struct csio_rnode *rn; in csio_evtq_worker() local
/linux-4.1.27/arch/arm/net/
Dbpf_jit_32.h132 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm)) argument
134 #define _AL3_I(op, rd, rn, imm) ((op ## _I) | (rd) << 12 | (rn) << 16 | (imm)) argument
136 #define ARM_ADD_R(rd, rn, rm) _AL3_R(ARM_INST_ADD, rd, rn, rm) argument
137 #define ARM_ADD_I(rd, rn, imm) _AL3_I(ARM_INST_ADD, rd, rn, imm) argument
139 #define ARM_AND_R(rd, rn, rm) _AL3_R(ARM_INST_AND, rd, rn, rm) argument
140 #define ARM_AND_I(rd, rn, imm) _AL3_I(ARM_INST_AND, rd, rn, imm) argument
142 #define ARM_BIC_R(rd, rn, rm) _AL3_R(ARM_INST_BIC, rd, rn, rm) argument
143 #define ARM_BIC_I(rd, rn, imm) _AL3_I(ARM_INST_BIC, rd, rn, imm) argument
149 #define ARM_CMP_R(rn, rm) _AL3_R(ARM_INST_CMP, 0, rn, rm) argument
150 #define ARM_CMP_I(rn, imm) _AL3_I(ARM_INST_CMP, 0, rn, imm) argument
[all …]
Dbpf_jit_32.c440 static inline void emit_udiv(u8 rd, u8 rm, u8 rn, struct jit_ctx *ctx) in emit_udiv()
/linux-4.1.27/arch/arm/probes/kprobes/
Dactions-arm.c82 int rn = (insn >> 16) & 0xf; in emulate_ldrdstrd() local
111 int rn = (insn >> 16) & 0xf; in emulate_ldr() local
142 int rn = (insn >> 16) & 0xf; in emulate_str() local
168 int rn = (insn >> 16) & 0xf; in emulate_rd12rn16rm0rs8_rwflags() local
202 int rn = (insn >> 16) & 0xf; in emulate_rd12rn16rm0_rwflags_nopc() local
230 int rn = (insn >> 12) & 0xf; in emulate_rd16rn12rm0rs8_rwflags_nopc() local
281 int rn = insn & 0xf; in emulate_rdlo12rdhi16rn0rm8_rwflags_nopc() local
Dactions-thumb.c31 int rn = (insn >> 16) & 0xf; in t32_simulate_table_branch() local
167 int rn = (insn >> 16) & 0xf; in t32_emulate_ldrdstrd() local
192 int rn = (insn >> 16) & 0xf; in t32_emulate_ldrstr() local
218 int rn = (insn >> 16) & 0xf; in t32_emulate_rd8rn16rm0_rwflags() local
265 int rn = (insn >> 16) & 0xf; in t32_emulate_rd8rn16_noflags() local
287 int rn = (insn >> 16) & 0xf; in t32_emulate_rdlo12rdhi8rn16rm0_noflags() local
371 int rn = insn & 0x7; in t16_simulate_cbz() local
Dactions-common.c25 int rn = (insn >> 16) & 0xf; in simulate_ldm1stm1() local
134 int rn = (insn >> 16) & 0xf; in kprobe_decode_ldmstm() local
Dcheckers-arm.c130 unsigned int rn = (insn >> 16) & 0xf; in arm_check_regs_ldmstm() local
/linux-4.1.27/fs/f2fs/
Dnode.h216 struct f2fs_node *rn = F2FS_NODE(page); in fill_node_footer() local
242 struct f2fs_node *rn = F2FS_NODE(page); in fill_node_footer_blkaddr() local
250 struct f2fs_node *rn = F2FS_NODE(node_page); in ino_of_node() local
256 struct f2fs_node *rn = F2FS_NODE(node_page); in nid_of_node() local
262 struct f2fs_node *rn = F2FS_NODE(node_page); in ofs_of_node() local
269 struct f2fs_node *rn = F2FS_NODE(node_page); in cpver_of_node() local
275 struct f2fs_node *rn = F2FS_NODE(node_page); in next_blkaddr_of_node() local
320 struct f2fs_node *rn = F2FS_NODE(p); in set_nid() local
333 struct f2fs_node *rn = F2FS_NODE(p); in get_nid() local
385 struct f2fs_node *rn = F2FS_NODE(page); in is_node() local
[all …]
Dnode.c644 struct f2fs_node *rn; in truncate_nodes() local
1743 struct f2fs_node *rn; in restore_node_summary() local
Ddata.c205 struct f2fs_node *rn; in set_data_blkaddr() local
/linux-4.1.27/arch/powerpc/boot/
Dreg.h22 #define mfspr(rn) ({unsigned long rval; \ argument
25 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : : "r" (v)) argument
Ddcr.h4 #define mfdcr(rn) \ argument
10 #define mtdcr(rn, val) \ argument
12 #define mfdcrx(rn) \ argument
18 #define mtdcrx(rn, val) \ argument
/linux-4.1.27/drivers/s390/char/
Dsclp_cmd.c194 u16 rn; member
200 u16 rn; member
210 static unsigned long long rn2addr(u16 rn) in rn2addr()
215 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn) in do_assign_storage()
244 static int sclp_assign_storage(u16 rn) in sclp_assign_storage()
257 static int sclp_unassign_storage(u16 rn) in sclp_unassign_storage()
406 static void __init add_memory_merged(u16 rn) in add_memory_merged()
445 static void __init insert_increment(u16 rn, int standby, int assigned) in insert_increment()
/linux-4.1.27/tools/perf/util/
Dstrlist.h47 struct rb_node *rn = rb_first(&slist->rblist.entries); in strlist__first() local
52 struct rb_node *rn; in strlist__next() local
Dintlist.h47 struct rb_node *rn = rb_first(&ilist->rblist.entries); in intlist__first() local
52 struct rb_node *rn; in intlist__next() local
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
Dreg.h12 #define mfspr(rn) ({unsigned long rval; \ argument
15 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : \ argument
/linux-4.1.27/drivers/w1/
Dw1.c404 struct w1_reg_num *rn) in w1_atoreg_num()
446 struct w1_reg_num *rn) in w1_slave_search_device()
467 struct w1_reg_num rn; in w1_master_attribute_store_add() local
505 struct w1_reg_num rn; in w1_master_attribute_store_remove() local
703 int w1_attach_slave_device(struct w1_master *dev, struct w1_reg_num *rn) in w1_attach_slave_device()
878 struct w1_reg_num rn; in w1_reconnect_slaves() local
898 void w1_slave_found(struct w1_master *dev, u64 rn) in w1_slave_found()
938 u64 last_rn, rn, tmp64; in w1_search() local
Dw1_netlink.c253 static void w1_send_slave(struct w1_master *dev, u64 rn) in w1_send_slave()
275 static void w1_found_send_slave(struct w1_master *dev, u64 rn) in w1_found_send_slave()
292 u64 rn; in w1_get_slaves() local
Dw1_io.c410 u64 rn = le64_to_cpu(*((u64*)&sl->reg_num)); in w1_reset_select_slave() local
/linux-4.1.27/arch/powerpc/lib/
Dsstep.c342 static int __kprobes do_fp_load(int rn, int (*func)(int, unsigned long), in do_fp_load() argument
383 static int __kprobes do_fp_store(int rn, int (*func)(int, unsigned long), in do_fp_store() argument
431 static int __kprobes do_vec_load(int rn, int (*func)(int, unsigned long), in do_vec_load() argument
439 static int __kprobes do_vec_store(int rn, int (*func)(int, unsigned long), in do_vec_store() argument
449 static int __kprobes do_vsx_load(int rn, int (*func)(int, unsigned long), in do_vsx_load() argument
467 static int __kprobes do_vsx_store(int rn, int (*func)(int, unsigned long), in do_vsx_store() argument
/linux-4.1.27/arch/powerpc/include/asm/
Dreg_fsl_emb.h11 #define mfpmr(rn) ({unsigned int rval; \ argument
14 #define mtpmr(rn, v) asm volatile("mtpmr " __stringify(rn) ",%0" : : "r" (v)) argument
Ddcr-native.h64 #define mfdcr(rn) \ argument
75 #define mtdcr(rn, v) \ argument
Dreg_booke.h756 #define mftmr(rn) ({unsigned long rval; \ argument
758 #define mttmr(rn, v) asm volatile(MTTMR(rn, %0) : \ argument
Dreg.h1205 #define mfspr(rn) ({unsigned long rval; \ argument
1208 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : \ argument
/linux-4.1.27/tools/perf/arch/powerpc/util/
Dheader.c10 #define mfspr(rn) ({unsigned long rval; \ argument
/linux-4.1.27/kernel/rcu/
Drcu.h106 static inline bool __rcu_reclaim(const char *rn, struct rcu_head *head) in __rcu_reclaim()
Dtiny.c166 const char *rn = NULL; in __rcu_process_callbacks() local
/linux-4.1.27/arch/arm/probes/uprobes/
Dactions-arm.c169 int rn = (insn >> 16) & 0xf; in uprobe_decode_ldmstm() local
/linux-4.1.27/arch/sh/kernel/
Dtraps_32.c90 unsigned long *rm, *rn; in handle_unaligned_ins() local
Ddisassemble.c302 int rn = 0; in print_sh_insn() local
/linux-4.1.27/drivers/staging/skein/
Dskein_block.c256 ROT, rn) \ argument
282 ROT, rn) \ argument
/linux-4.1.27/drivers/w1/slaves/
Dw1_ds2408.c301 u64 rn = le64_to_cpu(*((u64*)&sl->reg_num)); in w1_f29_disable_test_mode() local
/linux-4.1.27/drivers/md/persistent-data/
Ddm-btree.c430 struct btree_node *ln, *rn, *pn; in btree_split_sibling() local
515 struct btree_node *pn, *ln, *rn; in btree_split_beneath() local
/linux-4.1.27/arch/unicore32/mm/
Dalignment.c291 unsigned int rd, rn, pc_correction, reg_correction, nr_regs, regbits; in do_alignment_ldmstm() local
/linux-4.1.27/include/scsi/
Dfc_encode.h41 struct fc_ns_rn_id rn; member
/linux-4.1.27/arch/arm64/kernel/
Darmv8_deprecated.c373 int rn, rt2, res = 0; in swp_handler() local
/linux-4.1.27/arch/arm/mm/
Dalignment.c487 unsigned int rd, rn, correction, nr_regs, regbits; in do_alignment_ldmstm() local
/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp_ethss.c161 #define GBE_SET_REG_OFS(p, rb, rn) p->rb##_ofs.rn = \ argument
163 #define GBENU_SET_REG_OFS(p, rb, rn) p->rb##_ofs.rn = \ argument
165 #define XGBE_SET_REG_OFS(p, rb, rn) p->rb##_ofs.rn = \ argument
167 #define GBE_REG_ADDR(p, rb, rn) (p->rb + p->rb##_ofs.rn) argument
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_sli.h239 uint32_t rn; /* Receive buffer notification */ member
Dlpfc_els.c4321 RNID *rn; in lpfc_els_rsp_rnid_acc() local
5299 RNID *rn; in lpfc_els_rcv_rnid() local
/linux-4.1.27/drivers/net/wireless/iwlegacy/
D3945.c59 #define IL_DECLARE_RATE_INFO(r, ip, in, rp, rn, pp, np) \ argument
D4965-rs.c76 #define IL_DECLARE_RATE_INFO(r, s, ip, in, rp, rn, pp, np) \ argument
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Drs.c76 #define IWL_DECLARE_RATE_INFO(r, s, ip, in, rp, rn, pp, np) \ argument
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Drs.c77 #define IWL_DECLARE_RATE_INFO(r, s, rp, rn) \ argument
/linux-4.1.27/drivers/net/ethernet/
Djme.h85 __u8 rn; /* Number of read actions */ member