Lines Matching refs:sln

702 	struct csio_lnode *sln;  in csio_lnodes_block_request()  local
718 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_request()
719 lnode_list[cur_cnt++] = sln; in csio_lnodes_block_request()
722 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_block_request()
742 struct csio_lnode *sln; in csio_lnodes_unblock_request() local
757 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_request()
758 lnode_list[cur_cnt++] = sln; in csio_lnodes_unblock_request()
761 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_unblock_request()
780 struct csio_lnode *sln; in csio_lnodes_block_by_port() local
795 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_by_port()
796 if (sln->portid != portid) in csio_lnodes_block_by_port()
799 lnode_list[cur_cnt++] = sln; in csio_lnodes_block_by_port()
802 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_block_by_port()
821 struct csio_lnode *sln; in csio_lnodes_unblock_by_port() local
836 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_by_port()
837 if (sln->portid != portid) in csio_lnodes_unblock_by_port()
839 lnode_list[cur_cnt++] = sln; in csio_lnodes_unblock_by_port()
842 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_unblock_by_port()
859 struct csio_lnode *sln; in csio_lnodes_exit() local
875 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_exit()
878 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_exit()
899 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_exit()
900 lnode_list[cur_cnt++] = sln; in csio_lnodes_exit()