Lines Matching refs:ln
597 struct csio_lnode *ln; in csio_shost_init() local
618 ln = shost_priv(shost); in csio_shost_init()
619 memset(ln, 0, sizeof(struct csio_lnode)); in csio_shost_init()
622 ln->dev_num = (shost->host_no << 16); in csio_shost_init()
638 hw->rln = ln; in csio_shost_init()
641 if (csio_lnode_init(ln, hw, pln)) in csio_shost_init()
647 return ln; in csio_shost_init()
650 csio_lnode_exit(ln); in csio_shost_init()
663 csio_shost_exit(struct csio_lnode *ln) in csio_shost_exit() argument
665 struct Scsi_Host *shost = csio_ln_to_shost(ln); in csio_shost_exit()
666 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_shost_exit()
681 csio_lnode_exit(ln); in csio_shost_exit()
696 struct csio_lnode *ln; in csio_lnodes_block_request() local
722 ln = lnode_list[ii]; in csio_lnodes_block_request()
723 shost = csio_ln_to_shost(ln); in csio_lnodes_block_request()
733 struct csio_lnode *ln; in csio_lnodes_unblock_request() local
761 ln = lnode_list[ii]; in csio_lnodes_unblock_request()
762 shost = csio_ln_to_shost(ln); in csio_lnodes_unblock_request()
771 struct csio_lnode *ln; in csio_lnodes_block_by_port() local
802 ln = lnode_list[ii]; in csio_lnodes_block_by_port()
803 shost = csio_ln_to_shost(ln); in csio_lnodes_block_by_port()
812 struct csio_lnode *ln; in csio_lnodes_unblock_by_port() local
842 ln = lnode_list[ii]; in csio_lnodes_unblock_by_port()
843 shost = csio_ln_to_shost(ln); in csio_lnodes_unblock_by_port()
853 struct csio_lnode *ln; in csio_lnodes_exit() local
879 ln = lnode_list[ii]; in csio_lnodes_exit()
880 fc_vport_terminate(ln->fc_vport); in csio_lnodes_exit()
913 csio_lnode_init_post(struct csio_lnode *ln) in csio_lnode_init_post() argument
915 struct Scsi_Host *shost = csio_ln_to_shost(ln); in csio_lnode_init_post()
917 csio_fchost_attr_init(ln); in csio_lnode_init_post()
946 struct csio_lnode *ln; in csio_probe_one() local
985 ln = csio_shost_init(hw, &pdev->dev, true, NULL); in csio_probe_one()
986 if (!ln) { in csio_probe_one()
991 ln->portid = hw->pport[i].portid; in csio_probe_one()
994 if (csio_lnode_start(ln) != 0) in csio_probe_one()
1001 csio_lnode_init_post(ln); in csio_probe_one()
1123 struct csio_lnode *ln; in csio_pci_resume() local
1130 ln = csio_shost_init(hw, &pdev->dev, true, NULL); in csio_pci_resume()
1131 if (!ln) { in csio_pci_resume()
1136 ln->portid = hw->pport[i].portid; in csio_pci_resume()
1139 if (csio_lnode_start(ln) != 0) in csio_pci_resume()
1146 csio_lnode_init_post(ln); in csio_pci_resume()