| /linux/drivers/scsi/csiostor/ |
| H A D | csio_attr.c | 61 struct csio_lnode *ln = csio_rnode_to_lnode(rn); in csio_reg_rnode() local 123 struct csio_lnode *ln = csio_rnode_to_lnode(rn); in csio_unreg_rnode() local 141 csio_lnode_async_event(struct csio_lnode *ln, enum csio_ln_fc_evt fc_evt) in csio_lnode_async_event() 182 csio_fchost_attr_init(struct csio_lnode *ln) in csio_fchost_attr_init() 212 struct csio_lnode *ln = shost_priv(shost); in csio_get_host_port_id() local 228 struct csio_lnode *ln = shost_priv(shost); in csio_get_host_port_type() local 247 struct csio_lnode *ln = shost_priv(shost); in csio_get_host_port_state() local 272 struct csio_lnode *ln = shost_priv(shost); in csio_get_host_speed() local 310 struct csio_lnode *ln = shost_priv(shost); in csio_get_host_fabric_name() local 331 struct csio_lnode *ln = shost_priv(shost); in csio_get_stats() local [all …]
|
| H A D | csio_rnode.c | 121 csio_rn_lookup(struct csio_lnode *ln, uint32_t flowid) in csio_rn_lookup() 145 csio_rn_lookup_wwpn(struct csio_lnode *ln, uint8_t *wwpn) in csio_rn_lookup_wwpn() 169 csio_rnode_lookup_portid(struct csio_lnode *ln, uint32_t portid) in csio_rnode_lookup_portid() 185 csio_rn_dup_flowid(struct csio_lnode *ln, uint32_t rdev_flowid, in csio_rn_dup_flowid() 216 csio_alloc_rnode(struct csio_lnode *ln) in csio_alloc_rnode() 258 csio_get_rnode(struct csio_lnode *ln, uint32_t flowid) in csio_get_rnode() 283 csio_put_rnode(struct csio_lnode *ln, struct csio_rnode *rn) in csio_put_rnode() 300 csio_confirm_rnode(struct csio_lnode *ln, uint32_t rdev_flowid, in csio_confirm_rnode() 444 csio_rn_verify_rparams(struct csio_lnode *ln, struct csio_rnode *rn, in csio_rn_verify_rparams() 550 struct csio_lnode *ln = csio_rnode_to_lnode(rn); in __csio_reg_rnode() local [all …]
|
| H A D | csio_lnode.c | 117 struct csio_lnode *ln; in csio_ln_lookup_by_portid() local 270 struct csio_lnode *ln = fdmi_req->lnode; in csio_ln_fdmi_done() local 299 struct csio_lnode *ln = fdmi_req->lnode; in csio_ln_fdmi_rhba_cbfn() local 412 struct csio_lnode *ln = fdmi_req->lnode; in csio_ln_fdmi_dprt_cbfn() local 513 struct csio_lnode *ln = fdmi_req->lnode; in csio_ln_fdmi_dhba_cbfn() local 565 csio_ln_fdmi_start(struct csio_lnode *ln, void *context) in csio_ln_fdmi_start() 617 struct csio_lnode *ln = ((struct csio_lnode *)mbp->priv); in csio_ln_vnp_read_cbfn() local 680 csio_ln_vnp_read(struct csio_lnode *ln, in csio_ln_vnp_read() 718 csio_fcoe_enable_link(struct csio_lnode *ln, bool enable) in csio_fcoe_enable_link() 785 struct csio_lnode *ln = (struct csio_lnode *)mbp->priv; in csio_ln_read_fcf_cbfn() local [all …]
|
| H A D | csio_lnode.h | 191 #define csio_lnode_to_hw(ln) ((ln)->hwp) argument 192 #define csio_root_lnode(ln) (csio_lnode_to_hw((ln))->rln) argument 193 #define csio_parent_lnode(ln) ((ln)->pln) argument 194 #define csio_ln_flowid(ln) ((ln)->vnp_flowid) argument 195 #define csio_ln_wwpn(ln) ((ln)->ln_sparm.wwpn) argument 196 #define csio_ln_wwnn(ln) ((ln)->ln_sparm.wwnn) argument 198 #define csio_is_root_ln(ln) (((ln) == csio_root_lnode((ln))) ? 1 : 0) argument 199 #define csio_is_phys_ln(ln) (((ln)->pln == NULL) ? 1 : 0) argument 200 #define csio_is_npiv_ln(ln) (((ln)->pln != NULL) ? 1 : 0) argument
|
| H A D | csio_scsi.c | 1194 struct csio_lnode *ln = ioreq->lnode; in csio_abrt_cls() local 1318 csio_scsim_cleanup_io_lnode(struct csio_scsim *scm, struct csio_lnode *ln) in csio_scsim_cleanup_io_lnode() 1365 struct csio_lnode *ln = shost_priv(class_to_shost(dev)); in csio_show_hw_state() local 1379 struct csio_lnode *ln = shost_priv(class_to_shost(dev)); in csio_device_reset() local 1405 struct csio_lnode *ln = shost_priv(class_to_shost(dev)); in csio_disable_port() local 1431 struct csio_lnode *ln = shost_priv(class_to_shost(dev)); in csio_show_dbg_level() local 1441 struct csio_lnode *ln = shost_priv(class_to_shost(dev)); in csio_store_dbg_level() local 1477 struct csio_lnode *ln = shost_priv(class_to_shost(dev)); in csio_show_num_reg_rnodes() local 1781 struct csio_lnode *ln = shost_priv(host); in csio_queuecommand() local 1892 struct csio_lnode *ln = ioreq->lnode; in csio_do_abrt_cls() local [all …]
|
| H A D | csio_mb.c | 838 csio_write_fcoe_link_cond_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_write_fcoe_link_cond_init_mb() 907 csio_fcoe_vnp_alloc_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_fcoe_vnp_alloc_init_mb() 949 csio_fcoe_vnp_read_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_fcoe_vnp_read_init_mb() 978 csio_fcoe_vnp_free_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_fcoe_vnp_free_init_mb() 1009 csio_fcoe_read_fcf_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_fcoe_read_fcf_init_mb()
|
| H A D | csio_init.h | 82 csio_ln_to_shost(struct csio_lnode *ln) in csio_ln_to_shost()
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_parser.py | 260 def __init__(self, config, fname, ln): argument 297 def emit_msg(self, ln, msg, *, warning=True): argument 403 def emit_msg(self, ln, msg, *, warning=True): argument 451 def reset_state(self, ln): argument 469 def push_parameter(self, ln, decl_type, param, dtype, argument 531 def create_parameter_list(self, ln, decl_type, args, argument 633 def check_sections(self, ln, decl_name, decl_type): argument 648 def check_return_section(self, ln, declaration_name, return_type): argument 816 def dump_struct(self, ln, proto): argument 858 def dump_enum(self, ln, proto): argument [all …]
|
| H A D | parse_data_structs.py | 242 def store_type(self, ln, symbol_type: str, symbol: str, argument
|
| /linux/fs/lockd/ |
| H A D | svc.c | 89 struct lockd_net *ln = net_generic(net, lockd_net_id); in get_lockd_grace_period() local 105 struct lockd_net *ln = container_of(dwork, struct lockd_net, in grace_ender() local 114 struct lockd_net *ln = net_generic(net, lockd_net_id); in set_grace_period() local 129 struct lockd_net *ln = net_generic(net, lockd_net_id); in lockd() local 176 struct lockd_net *ln = net_generic(net, lockd_net_id); in create_lockd_family() local 226 struct lockd_net *ln = net_generic(net, lockd_net_id); in lockd_up_net() local 250 struct lockd_net *ln = net_generic(net, lockd_net_id); in lockd_down_net() local 548 struct lockd_net *ln = net_generic(net, lockd_net_id); in lockd_init_net() local 559 struct lockd_net *ln = net_generic(net, lockd_net_id); in lockd_exit_net() local 741 struct lockd_net *ln = net_generic(net, lockd_net_id); in lockd_nl_server_set_doit() local [all …]
|
| H A D | host.c | 180 struct lockd_net *ln = net_generic(host->net, lockd_net_id); in nlm_destroy_host_locked() local 239 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlmclnt_lookup_host() local 347 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlmsvc_lookup_host() local 588 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlm_complain_hosts() local 690 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlm_gc_hosts() local
|
| H A D | procfs.c | 25 struct lockd_net *ln = net_generic(current->nsproxy->net_ns, in nlm_end_grace_write() local 52 struct lockd_net *ln = net_generic(current->nsproxy->net_ns, in nlm_end_grace_read() local
|
| H A D | mon.c | 323 struct lockd_net *ln = net_generic(net, lockd_net_id); in nsm_get_handle() local 383 struct lockd_net *ln = net_generic(net, lockd_net_id); in nsm_reboot_lookup() local
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_mg_phy_regs.h | 11 #define MG_PHY_PORT_LN(ln, tc_port, ln0p1, ln0p2, ln1p1) \ argument 18 #define MG_TX1_LINK_PARAMS(ln, tc_port) \ argument 27 #define MG_TX2_LINK_PARAMS(ln, tc_port) \ argument 37 #define MG_TX1_PISO_READLOAD(ln, tc_port) \ argument 46 #define MG_TX2_PISO_READLOAD(ln, tc_port) \ argument 56 #define MG_TX1_SWINGCTRL(ln, tc_port) \ argument 65 #define MG_TX2_SWINGCTRL(ln, tc_port) \ argument 80 #define MG_TX1_DRVCTRL(ln, tc_port) \ argument 89 #define MG_TX2_DRVCTRL(ln, tc_port) \ argument 105 #define MG_CLKHUB(ln, tc_port) \ argument [all …]
|
| H A D | intel_snps_phy_regs.h | 19 #define _MMIO_SNPS_LN(ln, phy, reg) _MMIO(_SNPS2(phy, \ argument 70 #define SNPS_PHY_TX_EQ(ln, phy) _MMIO_SNPS_LN(ln, phy, 0x168300) argument
|
| /linux/tools/testing/selftests/net/ |
| H A D | tcp_port_share.c | 139 int c1, c2, ln, pb; in TEST_F() local 201 int c1, c2, ln, pb; in TEST_F() local
|
| /linux/tools/lib/python/feat/ |
| H A D | parse_features.py | 68 def parse_error(self, fname, ln, msg, data=None): argument
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | gm200.c | 34 gm200_sor_dp_drive(struct nvkm_ior *sor, int ln, int pc, int dc, int pe, int pu) in gm200_sor_dp_drive()
|
| H A D | g94.c | 64 g94_sor_dp_drive(struct nvkm_ior *sor, int ln, int pc, int dc, int pe, int pu) in g94_sor_dp_drive()
|
| /linux/tools/lib/python/abi/ |
| H A D | abi_parser.py | 79 def add_symbol(self, what, fname, ln=None, xref=None): argument
|
| /linux/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_hipd.c | 1886 int ln; local 4647 u_char ln = cmd->device->lun; local 4967 struct sym_lcb *sym_alloc_lcb (struct sym_hcb *np, u_char tn, u_char ln) 5048 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_char ln) 5094 int sym_free_lcb(struct sym_hcb *np, u_char tn, u_char ln)
|
| /linux/lib/ |
| H A D | group_cpus.c | 111 const struct node_groups *ln = l; in ncpus_cmp_func() local
|
| /linux/tools/testing/selftests/sched/ |
| H A D | cs_prctl_test.c | 91 static void __handle_error(char *fn, int ln, char *msg) in __handle_error()
|
| /linux/kernel/liveupdate/ |
| H A D | luo_core.c | 152 const u64 ln = luo_global.liveupdate_num + 1; in luo_fdt_setup() local
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-btree.c | 659 struct btree_node *ln, *rn, *pn; in split_one_into_two() local 743 struct btree_node *ln, *rn, *mn, *pn; in split_two_into_three() local 844 struct btree_node *pn, *ln, *rn; in btree_split_beneath() local
|