Lines Matching refs:csio_lnode
592 struct csio_lnode *
594 bool probe, struct csio_lnode *pln) in csio_shost_init()
597 struct csio_lnode *ln; in csio_shost_init()
609 sizeof(struct csio_lnode)); in csio_shost_init()
613 sizeof(struct csio_lnode)); in csio_shost_init()
619 memset(ln, 0, sizeof(struct csio_lnode)); in csio_shost_init()
663 csio_shost_exit(struct csio_lnode *ln) in csio_shost_exit()
685 struct csio_lnode *
695 struct csio_lnode *sln; in csio_lnodes_block_request()
696 struct csio_lnode *ln; in csio_lnodes_block_request()
698 struct csio_lnode **lnode_list; in csio_lnodes_block_request()
701 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_block_request()
711 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_request()
716 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_request()
733 struct csio_lnode *ln; in csio_lnodes_unblock_request()
735 struct csio_lnode *sln; in csio_lnodes_unblock_request()
737 struct csio_lnode **lnode_list; in csio_lnodes_unblock_request()
740 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_unblock_request()
750 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_request()
755 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_request()
771 struct csio_lnode *ln; in csio_lnodes_block_by_port()
773 struct csio_lnode *sln; in csio_lnodes_block_by_port()
775 struct csio_lnode **lnode_list; in csio_lnodes_block_by_port()
778 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_block_by_port()
788 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_by_port()
796 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_by_port()
812 struct csio_lnode *ln; in csio_lnodes_unblock_by_port()
814 struct csio_lnode *sln; in csio_lnodes_unblock_by_port()
816 struct csio_lnode **lnode_list; in csio_lnodes_unblock_by_port()
819 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_unblock_by_port()
829 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_by_port()
836 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_by_port()
852 struct csio_lnode *sln; in csio_lnodes_exit()
853 struct csio_lnode *ln; in csio_lnodes_exit()
855 struct csio_lnode **lnode_list; in csio_lnodes_exit()
858 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_exit()
868 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_exit()
872 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_exit()
892 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_exit()
913 csio_lnode_init_post(struct csio_lnode *ln) in csio_lnode_init_post()
946 struct csio_lnode *ln; in csio_probe_one()
1123 struct csio_lnode *ln; in csio_pci_resume()