Home
last modified time | relevance | path

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

12

/linux/drivers/scsi/csiostor/
H A Dcsio_attr.c61 struct csio_lnode *ln = csio_rnode_to_lnode(rn); in csio_reg_rnode() local
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
389 csio_vport_set_state(struct csio_lnode *ln) in csio_vport_set_state()
556 struct csio_lnode *ln = NULL; in csio_vport_create() local
[all …]
H A Dcsio_rnode.c121 csio_rn_lookup(struct csio_lnode *ln, uint32_t flowid) in csio_rn_lookup()
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()
550 struct csio_lnode *ln = csio_rnode_to_lnode(rn); in __csio_reg_rnode() local
567 struct csio_lnode *ln = csio_rnode_to_lnode(rn); in __csio_unreg_rnode() local
606 struct csio_lnode *ln = csio_rnode_to_lnode(rn); in csio_rns_uninit() local
646 struct csio_lnode *ln = csio_rnode_to_lnode(rn); in csio_rns_ready() local
731 struct csio_lnode *ln = csio_rnode_to_lnode(rn); in csio_rns_offline() local
790 struct csio_lnode *ln = csio_rnode_to_lnode(rn); in csio_rns_disappeared() local
849 struct csio_lnode *ln = csio_rnode_to_lnode(rn); in csio_rnode_devloss_handler() local
[all …]
H A Dcsio_lnode.c117 struct csio_lnode *ln; in csio_ln_lookup_by_portid() local
680 csio_ln_vnp_read(struct csio_lnode *ln, in csio_ln_vnp_read()
876 struct csio_lnode *ln = NULL; in csio_handle_link_up() local
1015 csio_ln_down(struct csio_lnode *ln) in csio_ln_down()
1039 struct csio_lnode *ln; in csio_handle_link_down() local
1485 struct csio_lnode *ln; in csio_fcoe_fwevt_handler() local
1639 csio_lnode_stop(struct csio_lnode *ln) in csio_lnode_stop()
1926 struct csio_lnode *ln; in csio_notify_lnodes() local
1968 struct csio_lnode *ln; in csio_disable_lnodes() local
1991 csio_ln_init(struct csio_lnode *ln) in csio_ln_init()
[all …]
H A Dcsio_init.c597 struct csio_lnode *ln; in csio_shost_init() local
663 csio_shost_exit(struct csio_lnode *ln) in csio_shost_exit()
696 struct csio_lnode *ln; in csio_lnodes_block_request() local
733 struct csio_lnode *ln; in csio_lnodes_unblock_request() local
771 struct csio_lnode *ln; in csio_lnodes_block_by_port() local
812 struct csio_lnode *ln; in csio_lnodes_unblock_by_port() local
853 struct csio_lnode *ln; in csio_lnodes_exit() local
913 csio_lnode_init_post(struct csio_lnode *ln) in csio_lnode_init_post()
946 struct csio_lnode *ln; in csio_probe_one() local
1123 struct csio_lnode *ln; in csio_pci_resume() local
H A Dcsio_lnode.h191 #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 Dcsio_scsi.c1194 struct csio_lnode *ln = ioreq->lnode; in csio_abrt_cls() local
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
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
1916 struct csio_lnode *ln = shost_priv(cmnd->device->host); in csio_eh_abort_handler() local
2064 struct csio_lnode *ln = shost_priv(cmnd->device->host); in csio_eh_lun_reset_handler() local
[all …]
H A Dcsio_mb.c838 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 Dcsio_init.h82 csio_ln_to_shost(struct csio_lnode *ln) in csio_ln_to_shost()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_combo_phy_regs.h79 #define _ICL_PORT_PCS_LN(ln) (0x800 + (ln) * 0x100) argument
84 #define _ICL_PORT_PCS_DW_LN(dw, ln, phy) (_ICL_COMBOPHY(phy) + \ argument
88 #define ICL_PORT_PCS_DW1_LN(ln, phy) _MMIO(_ICL_PORT_PCS_DW_LN(1, ln, phy)) argument
98 #define _ICL_PORT_TX_LN(ln) (0x880 + (ln) * 0x100) argument
104 #define _ICL_PORT_TX_DW_LN(dw, ln, phy) (_ICL_COMBOPHY(phy) + \ argument
109 #define ICL_PORT_TX_DW2_LN(ln, phy) _MMIO(_ICL_PORT_TX_DW_LN(2, ln, phy)) argument
121 #define ICL_PORT_TX_DW4_LN(ln, phy) _MMIO(_ICL_PORT_TX_DW_LN(4, ln, phy)) argument
132 #define ICL_PORT_TX_DW5_LN(ln, phy) _MMIO(_ICL_PORT_TX_DW_LN(5, ln, phy)) argument
143 #define ICL_PORT_TX_DW6_LN(ln, phy) _MMIO(_ICL_PORT_TX_DW_LN(6, ln, phy)) argument
150 #define ICL_PORT_TX_DW7_LN(ln, phy) _MMIO(_ICL_PORT_TX_DW_LN(7, ln, phy)) argument
[all …]
H A Dintel_mg_phy_regs.h18 #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
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
115 #define MG_TX1_DCC(ln, tc_port) \ argument
123 #define MG_TX2_DCC(ln, tc_port) \ argument
[all …]
H A Dintel_dkl_phy_regs.h51 #define DKL_PCS_DW5(tc_port, ln) _DKL_REG_LN(tc_port, ln, \ argument
127 #define DKL_TX_DPCNTL0(tc_port, ln) _DKL_REG_LN(tc_port, ln, \ argument
139 #define DKL_TX_DPCNTL1(tc_port, ln) _DKL_REG_LN(tc_port, ln, \ argument
146 #define DKL_TX_DPCNTL2(tc_port, ln) _DKL_REG_LN(tc_port, ln, \ argument
157 #define DKL_TX_FW_CALIB(tc_port, ln) _DKL_REG_LN(tc_port, ln, \ argument
164 #define DKL_TX_PMD_LANE_SUS(tc_port, ln) _DKL_REG_LN(tc_port, ln, \ argument
170 #define DKL_TX_DW17(tc_port, ln) _DKL_REG_LN(tc_port, ln, \ argument
176 #define DKL_TX_DW18(tc_port, ln) _DKL_REG_LN(tc_port, ln, \ argument
182 #define DKL_DP_MODE(tc_port, ln) _DKL_REG_LN(tc_port, ln, \ argument
H A Dintel_snps_phy_regs.h19 #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
H A Dintel_snps_phy.c69 int n_entries, ln; in intel_snps_phy_set_signal_levels() local
/linux/fs/lockd/
H A Dsvc.c101 struct lockd_net *ln = container_of(dwork, struct lockd_net, in grace_ender() local
110 struct lockd_net *ln = net_generic(net, lockd_net_id); in set_grace_period() local
125 struct lockd_net *ln = net_generic(net, lockd_net_id); in lockd() local
225 struct lockd_net *ln = net_generic(net, lockd_net_id); in lockd_up_net() local
249 struct lockd_net *ln = net_generic(net, lockd_net_id); in lockd_down_net() local
549 struct lockd_net *ln = net_generic(net, lockd_net_id); in lockd_init_net() local
560 struct lockd_net *ln = net_generic(net, lockd_net_id); in lockd_exit_net() local
H A Dhost.c180 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 Dprocfs.c25 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 Dmon.c323 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/nouveau/nvkm/engine/disp/
H A Dgm200.c34 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 Dg94.c64 g94_sor_dp_drive(struct nvkm_ior *sor, int ln, int pc, int dc, int pe, int pu) in g94_sor_dp_drive()
/linux/drivers/scsi/bfa/
H A Dbfa_svc.c2766 bfa_fcport_ln_sm_dn(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_dn()
2786 bfa_fcport_ln_sm_dn_nf(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_dn_nf()
2809 bfa_fcport_ln_sm_dn_up_nf(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_dn_up_nf()
2833 bfa_fcport_ln_sm_up(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_up()
2853 bfa_fcport_ln_sm_up_nf(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_up_nf()
2876 bfa_fcport_ln_sm_up_dn_nf(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_up_dn_nf()
2900 bfa_fcport_ln_sm_up_dn_up_nf(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_up_dn_up_nf()
2923 struct bfa_fcport_ln_s *ln = cbarg; in __bfa_cb_fcport_event() local
2955 bfa_fcport_queue_cb(struct bfa_fcport_ln_s *ln, enum bfa_port_linkstate event) in bfa_fcport_queue_cb()
3009 struct bfa_fcport_ln_s *ln = &fcport->ln; in bfa_fcport_attach() local
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1886 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 Dgroup_cpus.c111 const struct node_groups *ln = l; in ncpus_cmp_func() local
/linux/tools/testing/selftests/sched/
H A Dcs_prctl_test.c91 static void __handle_error(char *fn, int ln, char *msg) in __handle_error()
/linux/drivers/md/persistent-data/
H A Ddm-btree.c659 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
/linux/drivers/base/
H A Dcore.c1276 struct device_link *link, *ln; in device_links_force_bind() local
1308 struct device_link *link, *ln; in device_links_driver_bound() local
1429 struct device_link *link, *ln; in __device_links_no_driver() local
1504 struct device_link *link, *ln; in device_links_driver_cleanup() local
1632 struct device_link *link, *ln; in device_links_purge() local

12