Lines Matching refs:csio_lnode

595 struct csio_lnode *
597 bool probe, struct csio_lnode *pln) in csio_shost_init()
600 struct csio_lnode *ln; in csio_shost_init()
612 sizeof(struct csio_lnode)); in csio_shost_init()
616 sizeof(struct csio_lnode)); in csio_shost_init()
622 memset(ln, 0, sizeof(struct csio_lnode)); in csio_shost_init()
666 csio_shost_exit(struct csio_lnode *ln) in csio_shost_exit()
688 struct csio_lnode *
698 struct csio_lnode *sln; in csio_lnodes_block_request()
699 struct csio_lnode *ln; in csio_lnodes_block_request()
701 struct csio_lnode **lnode_list; in csio_lnodes_block_request()
704 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_block_request()
714 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_request()
719 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_request()
736 struct csio_lnode *ln; in csio_lnodes_unblock_request()
738 struct csio_lnode *sln; in csio_lnodes_unblock_request()
740 struct csio_lnode **lnode_list; in csio_lnodes_unblock_request()
743 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_unblock_request()
753 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_request()
758 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_request()
774 struct csio_lnode *ln; in csio_lnodes_block_by_port()
776 struct csio_lnode *sln; in csio_lnodes_block_by_port()
778 struct csio_lnode **lnode_list; in csio_lnodes_block_by_port()
781 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_block_by_port()
791 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_by_port()
799 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_by_port()
815 struct csio_lnode *ln; in csio_lnodes_unblock_by_port()
817 struct csio_lnode *sln; in csio_lnodes_unblock_by_port()
819 struct csio_lnode **lnode_list; in csio_lnodes_unblock_by_port()
822 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_unblock_by_port()
832 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_by_port()
839 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_by_port()
855 struct csio_lnode *sln; in csio_lnodes_exit()
856 struct csio_lnode *ln; in csio_lnodes_exit()
858 struct csio_lnode **lnode_list; in csio_lnodes_exit()
861 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_exit()
871 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_exit()
875 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_exit()
895 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_exit()
916 csio_lnode_init_post(struct csio_lnode *ln) in csio_lnode_init_post()
949 struct csio_lnode *ln; in csio_probe_one()
1126 struct csio_lnode *ln; in csio_pci_resume()