Lines Matching refs:sln

695 	struct csio_lnode *sln;  in csio_lnodes_block_request()  local
711 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_request()
712 lnode_list[cur_cnt++] = sln; in csio_lnodes_block_request()
715 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_block_request()
735 struct csio_lnode *sln; in csio_lnodes_unblock_request() local
750 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_request()
751 lnode_list[cur_cnt++] = sln; in csio_lnodes_unblock_request()
754 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_unblock_request()
773 struct csio_lnode *sln; in csio_lnodes_block_by_port() local
788 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_by_port()
789 if (sln->portid != portid) in csio_lnodes_block_by_port()
792 lnode_list[cur_cnt++] = sln; in csio_lnodes_block_by_port()
795 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_block_by_port()
814 struct csio_lnode *sln; in csio_lnodes_unblock_by_port() local
829 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_by_port()
830 if (sln->portid != portid) in csio_lnodes_unblock_by_port()
832 lnode_list[cur_cnt++] = sln; in csio_lnodes_unblock_by_port()
835 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_unblock_by_port()
852 struct csio_lnode *sln; in csio_lnodes_exit() local
868 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_exit()
871 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_exit()
892 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_exit()
893 lnode_list[cur_cnt++] = sln; in csio_lnodes_exit()