Home
last modified time | relevance | path

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

12

/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
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
404 struct csio_lnode *ln = fdmi_req->lnode; in csio_ln_fdmi_dprt_cbfn() local
505 struct csio_lnode *ln = fdmi_req->lnode; in csio_ln_fdmi_dhba_cbfn() local
557 csio_ln_fdmi_start(struct csio_lnode *ln, void *context) in csio_ln_fdmi_start()
609 struct csio_lnode *ln = ((struct csio_lnode *)mbp->priv); in csio_ln_vnp_read_cbfn() local
672 csio_ln_vnp_read(struct csio_lnode *ln, in csio_ln_vnp_read()
710 csio_fcoe_enable_link(struct csio_lnode *ln, bool enable) in csio_fcoe_enable_link()
777 struct csio_lnode *ln = (struct csio_lnode *)mbp->priv; in csio_ln_read_fcf_cbfn() local
[all …]
Dcsio_init.c605 struct csio_lnode *ln; in csio_shost_init() local
671 csio_shost_exit(struct csio_lnode *ln) in csio_shost_exit()
704 struct csio_lnode *ln; in csio_lnodes_block_request() local
741 struct csio_lnode *ln; in csio_lnodes_unblock_request() local
779 struct csio_lnode *ln; in csio_lnodes_block_by_port() local
820 struct csio_lnode *ln; in csio_lnodes_unblock_by_port() local
861 struct csio_lnode *ln; in csio_lnodes_exit() local
921 csio_lnode_init_post(struct csio_lnode *ln) in csio_lnode_init_post()
954 struct csio_lnode *ln; in csio_probe_one() local
1129 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
1777 struct csio_lnode *ln = shost_priv(host); in csio_queuecommand() local
1894 struct csio_lnode *ln = ioreq->lnode; in csio_do_abrt_cls() local
[all …]
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()
Dcsio_init.h83 csio_ln_to_shost(struct csio_lnode *ln) in csio_ln_to_shost()
/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dsorgm200.c27 gm200_sor_dp_drive(struct nvkm_ior *sor, int ln, int pc, int dc, int pe, int pu) in gm200_sor_dp_drive()
Dsorgf119.c71 gf119_sor_dp_drive(struct nvkm_ior *sor, int ln, int pc, int dc, int pe, int pu) in gf119_sor_dp_drive()
Dsorg94.c58 g94_sor_dp_drive(struct nvkm_ior *sor, int ln, int pc, int dc, int pe, int pu) in g94_sor_dp_drive()
/drivers/scsi/bfa/
Dbfa_svc.c2806 bfa_fcport_ln_sm_dn(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_dn()
2826 bfa_fcport_ln_sm_dn_nf(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_dn_nf()
2849 bfa_fcport_ln_sm_dn_up_nf(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_dn_up_nf()
2873 bfa_fcport_ln_sm_up(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_up()
2893 bfa_fcport_ln_sm_up_nf(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_up_nf()
2916 bfa_fcport_ln_sm_up_dn_nf(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_up_dn_nf()
2940 bfa_fcport_ln_sm_up_dn_up_nf(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_up_dn_up_nf()
2963 struct bfa_fcport_ln_s *ln = cbarg; in __bfa_cb_fcport_event() local
2995 bfa_fcport_queue_cb(struct bfa_fcport_ln_s *ln, enum bfa_port_linkstate event) in bfa_fcport_queue_cb()
3049 struct bfa_fcport_ln_s *ln = &fcport->ln; in bfa_fcport_attach() local
Dbfa_svc.h497 struct bfa_fcport_ln_s ln; /* Link Notification */ member
/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c1899 int ln; local
4660 u_char ln = cmd->device->lun; local
4980 struct sym_lcb *sym_alloc_lcb (struct sym_hcb *np, u_char tn, u_char ln)
5061 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_char ln)
5107 int sym_free_lcb(struct sym_hcb *np, u_char tn, u_char ln)
/drivers/staging/lustre/lustre/llite/
Dllite_lib.c2538 struct lu_fid *parent_fid, struct lu_name *ln) in ll_linkea_decode()
2589 struct lu_name ln; in ll_getparent() local
/drivers/md/persistent-data/
Ddm-btree.c539 struct btree_node *ln, *rn, *pn; in btree_split_sibling() local
626 struct btree_node *pn, *ln, *rn; in btree_split_beneath() local
/drivers/gpu/drm/i915/
Di915_gem_context.c98 struct i915_lut_handle *lut, *ln; in lut_close() local
Dintel_ddi.c1912 int ln; in cnl_ddi_vswing_program() local
1994 int ln = 0; in cnl_ddi_vswing_sequence() local
/drivers/net/wireless/ath/ath9k/
Dhif_usb.c240 int ln = skb->len; in ath9k_skb_queue_complete() local
/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.c2490 int ln = srb->total_xfer_length; in data_io_transfer() local
/drivers/base/
Dcore.c459 struct device_link *link, *ln; in __device_links_no_driver() local
609 struct device_link *link, *ln; in device_links_purge() local
/drivers/video/fbdev/matrox/
Dmatroxfb_maven.c258 unsigned int ln; in matroxfb_PLL_mavenclock() local
/drivers/dma/
Dedma.c2187 int i, off, ln; in edma_probe() local
/drivers/usb/atm/
Dueagle-atm.c1952 int ret, size, u, ln; in load_XILINX_firmware() local

12