Lines Matching refs:csio_lnode
591 struct csio_lnode *
593 bool probe, struct csio_lnode *pln) in csio_shost_init()
596 struct csio_lnode *ln; in csio_shost_init()
608 sizeof(struct csio_lnode)); in csio_shost_init()
612 sizeof(struct csio_lnode)); in csio_shost_init()
618 memset(ln, 0, sizeof(struct csio_lnode)); in csio_shost_init()
662 csio_shost_exit(struct csio_lnode *ln) in csio_shost_exit()
684 struct csio_lnode *
694 struct csio_lnode *sln; in csio_lnodes_block_request()
695 struct csio_lnode *ln; in csio_lnodes_block_request()
697 struct csio_lnode **lnode_list; in csio_lnodes_block_request()
700 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_block_request()
710 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_request()
715 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_request()
732 struct csio_lnode *ln; in csio_lnodes_unblock_request()
734 struct csio_lnode *sln; in csio_lnodes_unblock_request()
736 struct csio_lnode **lnode_list; in csio_lnodes_unblock_request()
739 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_unblock_request()
749 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_request()
754 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_request()
770 struct csio_lnode *ln; in csio_lnodes_block_by_port()
772 struct csio_lnode *sln; in csio_lnodes_block_by_port()
774 struct csio_lnode **lnode_list; in csio_lnodes_block_by_port()
777 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_block_by_port()
787 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_by_port()
795 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_by_port()
811 struct csio_lnode *ln; in csio_lnodes_unblock_by_port()
813 struct csio_lnode *sln; in csio_lnodes_unblock_by_port()
815 struct csio_lnode **lnode_list; in csio_lnodes_unblock_by_port()
818 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_unblock_by_port()
828 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_by_port()
835 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_by_port()
851 struct csio_lnode *sln; in csio_lnodes_exit()
852 struct csio_lnode *ln; in csio_lnodes_exit()
854 struct csio_lnode **lnode_list; in csio_lnodes_exit()
857 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_exit()
867 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_exit()
871 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_exit()
891 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_exit()
912 csio_lnode_init_post(struct csio_lnode *ln) in csio_lnode_init_post()
945 struct csio_lnode *ln; in csio_probe_one()
1122 struct csio_lnode *ln; in csio_pci_resume()