Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_attr.c61 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
298 struct csio_lnode *ln = shost_priv(shost); in csio_get_host_fabric_name() local
319 struct csio_lnode *ln = shost_priv(shost); in csio_get_stats() local
[all …]
Dcsio_rnode.c121 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 …]
Dcsio_lnode.c117 struct csio_lnode *ln = hw->rln; in csio_ln_lookup_by_portid() local
261 struct csio_lnode *ln = fdmi_req->lnode; in csio_ln_fdmi_done() local
290 struct csio_lnode *ln = fdmi_req->lnode; in csio_ln_fdmi_rhba_cbfn() local
395 struct csio_lnode *ln = fdmi_req->lnode; in csio_ln_fdmi_dprt_cbfn() local
496 struct csio_lnode *ln = fdmi_req->lnode; in csio_ln_fdmi_dhba_cbfn() local
547 csio_ln_fdmi_start(struct csio_lnode *ln, void *context) in csio_ln_fdmi_start()
599 struct csio_lnode *ln = ((struct csio_lnode *)mbp->priv); in csio_ln_vnp_read_cbfn() local
662 csio_ln_vnp_read(struct csio_lnode *ln, in csio_ln_vnp_read()
700 csio_fcoe_enable_link(struct csio_lnode *ln, bool enable) in csio_fcoe_enable_link()
767 struct csio_lnode *ln = (struct csio_lnode *)mbp->priv; in csio_ln_read_fcf_cbfn() local
[all …]
Dcsio_init.c604 struct csio_lnode *ln; in csio_shost_init() local
670 csio_shost_exit(struct csio_lnode *ln) in csio_shost_exit()
703 struct csio_lnode *ln; in csio_lnodes_block_request() local
740 struct csio_lnode *ln; in csio_lnodes_unblock_request() local
778 struct csio_lnode *ln; in csio_lnodes_block_by_port() local
819 struct csio_lnode *ln; in csio_lnodes_unblock_by_port() local
860 struct csio_lnode *ln; in csio_lnodes_exit() local
920 csio_lnode_init_post(struct csio_lnode *ln) in csio_lnode_init_post()
953 struct csio_lnode *ln; in csio_probe_one() local
1123 struct csio_lnode *ln; in csio_pci_resume() local
Dcsio_lnode.h204 #define csio_lnode_to_hw(ln) ((ln)->hwp) argument
205 #define csio_root_lnode(ln) (csio_lnode_to_hw((ln))->rln) argument
206 #define csio_parent_lnode(ln) ((ln)->pln) argument
207 #define csio_ln_flowid(ln) ((ln)->vnp_flowid) argument
208 #define csio_ln_wwpn(ln) ((ln)->ln_sparm.wwpn) argument
209 #define csio_ln_wwnn(ln) ((ln)->ln_sparm.wwnn) argument
211 #define csio_is_root_ln(ln) (((ln) == csio_root_lnode((ln))) ? 1 : 0) argument
212 #define csio_is_phys_ln(ln) (((ln)->pln == NULL) ? 1 : 0) argument
213 #define csio_is_npiv_ln(ln) (((ln)->pln != NULL) ? 1 : 0) argument
Dcsio_scsi.c1194 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
1475 struct csio_lnode *ln = shost_priv(class_to_shost(dev)); in csio_show_num_reg_rnodes() local
1774 struct csio_lnode *ln = shost_priv(host); in csio_queuecommand() local
1891 struct csio_lnode *ln = ioreq->lnode; in csio_do_abrt_cls() local
[all …]
Dcsio_init.h83 csio_ln_to_shost(struct csio_lnode *ln) in csio_ln_to_shost()
Dcsio_mb.c834 csio_write_fcoe_link_cond_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_write_fcoe_link_cond_init_mb()
903 csio_fcoe_vnp_alloc_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_fcoe_vnp_alloc_init_mb()
945 csio_fcoe_vnp_read_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_fcoe_vnp_read_init_mb()
974 csio_fcoe_vnp_free_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_fcoe_vnp_free_init_mb()
1005 csio_fcoe_read_fcf_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_fcoe_read_fcf_init_mb()
/linux-4.4.14/fs/lockd/
Dsvc.c95 struct lockd_net *ln = container_of(dwork, struct lockd_net, in grace_ender() local
104 struct lockd_net *ln = net_generic(net, lockd_net_id); in set_grace_period() local
115 struct lockd_net *ln = net_generic(net, lockd_net_id); in restart_grace() local
241 struct lockd_net *ln = net_generic(net, lockd_net_id); in lockd_up_net() local
265 struct lockd_net *ln = net_generic(net, lockd_net_id); in lockd_down_net() local
590 struct lockd_net *ln = net_generic(net, lockd_net_id); in lockd_init_net() local
Dprocfs.c24 struct lockd_net *ln = net_generic(current->nsproxy->net_ns, in nlm_end_grace_write() local
51 struct lockd_net *ln = net_generic(current->nsproxy->net_ns, in nlm_end_grace_read() local
Dhost.c178 struct lockd_net *ln = net_generic(host->net, lockd_net_id); in nlm_destroy_host_locked() local
232 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlmclnt_lookup_host() local
341 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlmsvc_lookup_host() local
576 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlm_complain_hosts() local
673 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlm_gc_hosts() local
Dmon.c317 struct lockd_net *ln = net_generic(net, lockd_net_id); in nsm_get_handle() local
377 struct lockd_net *ln = net_generic(net, lockd_net_id); in nsm_reboot_lookup() local
/linux-4.4.14/arch/frv/mb93090-mb00/
Dpci-frv.c83 struct list_head *ln; in pcibios_allocate_bus_resources() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dsorgf119.c69 int ln, int vs, int pe, int pc) in gf119_sor_dp_drv_ctl()
Dsorgm204.c94 int ln, int vs, int pe, int pc) in gm204_sor_dp_drv_ctl()
Dsorg94.c122 g94_sor_dp_drv_ctl(struct nvkm_output_dp *outp, int ln, int vs, int pe, int pc) in g94_sor_dp_drv_ctl()
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c1899 int ln; local
4653 u_char ln = cmd->device->lun; local
4973 struct sym_lcb *sym_alloc_lcb (struct sym_hcb *np, u_char tn, u_char ln)
5057 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_char ln)
5104 int sym_free_lcb(struct sym_hcb *np, u_char tn, u_char ln)
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_svc.c2851 bfa_fcport_ln_sm_dn(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_dn()
2871 bfa_fcport_ln_sm_dn_nf(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_dn_nf()
2894 bfa_fcport_ln_sm_dn_up_nf(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_dn_up_nf()
2918 bfa_fcport_ln_sm_up(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_up()
2938 bfa_fcport_ln_sm_up_nf(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_up_nf()
2961 bfa_fcport_ln_sm_up_dn_nf(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_up_dn_nf()
2985 bfa_fcport_ln_sm_up_dn_up_nf(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_up_dn_up_nf()
3008 struct bfa_fcport_ln_s *ln = cbarg; in __bfa_cb_fcport_event() local
3040 bfa_fcport_queue_cb(struct bfa_fcport_ln_s *ln, enum bfa_port_linkstate event) in bfa_fcport_queue_cb()
3094 struct bfa_fcport_ln_s *ln = &fcport->ln; in bfa_fcport_attach() local
Dbfa_svc.h496 struct bfa_fcport_ln_s ln; /* Link Notification */ member
/linux-4.4.14/drivers/md/persistent-data/
Ddm-btree.c527 struct btree_node *ln, *rn, *pn; in btree_split_sibling() local
614 struct btree_node *pn, *ln, *rn; in btree_split_beneath() local
/linux-4.4.14/sound/firewire/digi00x/
Damdtp-dot.c95 const u8 ln = idx & 0xf; in dot_scrt() local
/linux-4.4.14/net/ceph/crush/
Dmapper.c303 __s64 ln, draw, high_draw = 0; in bucket_straw2_choose() local
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhif_usb.c237 int ln = skb->len; in ath9k_skb_queue_complete() local
/linux-4.4.14/drivers/scsi/
Dncr53c8xx.c5634 unsigned char tn = sdev->id, ln = sdev->lun; in ncr_setup_tags() local
7146 u_char ln = cmd->device->lun; in ncr_get_ccb() local
7355 static void ncr_alloc_ccb(struct ncb *np, u_char tn, u_char ln) in ncr_alloc_ccb()
7491 static struct lcb *ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln) in ncr_alloc_lcb()
7583 unsigned char tn = sdev->id, ln = sdev->lun; in ncr_setup_lcb() local
Ddc395x.c2485 int ln = srb->total_xfer_length; in data_io_transfer() local
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_maven.c258 unsigned int ln; in matroxfb_PLL_mavenclock() local
/linux-4.4.14/net/ipv6/
Dip6_fib.c466 struct fib6_node *fn, *in, *ln; in fib6_add_1() local
/linux-4.4.14/fs/gfs2/
Ddir.c783 u64 ln; in gfs2_dirent_search() local
/linux-4.4.14/tools/perf/util/
Dprobe-event.c786 struct int_node *ln; in __show_line_range() local
/linux-4.4.14/drivers/dma/
Dedma.c2122 int i, off, ln; in edma_probe() local
/linux-4.4.14/drivers/usb/atm/
Dueagle-atm.c1952 int ret, size, u, ln; in load_XILINX_firmware() local