Lines Matching refs:csio_lnode

599 struct csio_lnode *
601 bool probe, struct csio_lnode *pln) in csio_shost_init()
604 struct csio_lnode *ln; in csio_shost_init()
616 sizeof(struct csio_lnode)); in csio_shost_init()
620 sizeof(struct csio_lnode)); in csio_shost_init()
626 memset(ln, 0, sizeof(struct csio_lnode)); in csio_shost_init()
670 csio_shost_exit(struct csio_lnode *ln) in csio_shost_exit()
692 struct csio_lnode *
702 struct csio_lnode *sln; in csio_lnodes_block_request()
703 struct csio_lnode *ln; in csio_lnodes_block_request()
705 struct csio_lnode **lnode_list; in csio_lnodes_block_request()
708 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_block_request()
718 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_request()
723 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_request()
740 struct csio_lnode *ln; in csio_lnodes_unblock_request()
742 struct csio_lnode *sln; in csio_lnodes_unblock_request()
744 struct csio_lnode **lnode_list; in csio_lnodes_unblock_request()
747 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_unblock_request()
757 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_request()
762 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_request()
778 struct csio_lnode *ln; in csio_lnodes_block_by_port()
780 struct csio_lnode *sln; in csio_lnodes_block_by_port()
782 struct csio_lnode **lnode_list; in csio_lnodes_block_by_port()
785 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_block_by_port()
795 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_by_port()
803 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_by_port()
819 struct csio_lnode *ln; in csio_lnodes_unblock_by_port()
821 struct csio_lnode *sln; in csio_lnodes_unblock_by_port()
823 struct csio_lnode **lnode_list; in csio_lnodes_unblock_by_port()
826 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_unblock_by_port()
836 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_by_port()
843 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_by_port()
859 struct csio_lnode *sln; in csio_lnodes_exit()
860 struct csio_lnode *ln; in csio_lnodes_exit()
862 struct csio_lnode **lnode_list; in csio_lnodes_exit()
865 lnode_list = kzalloc((sizeof(struct csio_lnode *) * hw->num_lns), in csio_lnodes_exit()
875 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_exit()
879 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_exit()
899 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_exit()
920 csio_lnode_init_post(struct csio_lnode *ln) in csio_lnode_init_post()
953 struct csio_lnode *ln; in csio_probe_one()
1123 struct csio_lnode *ln; in csio_pci_resume()