Lines Matching refs:cur_cln
697 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_request() local
715 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_block_request()
716 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_request()
736 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_request() local
754 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_unblock_request()
755 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_request()
774 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_by_port() local
795 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_block_by_port()
796 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_by_port()
815 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_by_port() local
835 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_unblock_by_port()
836 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_by_port()
854 struct list_head *cur_ln, *cur_cln; in csio_lnodes_exit() local
871 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_exit()
872 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_exit()