Lines Matching refs:cur_cln
707 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_request() local
725 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_block_request()
726 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_request()
746 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_request() local
764 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_unblock_request()
765 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_request()
784 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_by_port() local
805 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_block_by_port()
806 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_by_port()
825 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_by_port() local
845 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_unblock_by_port()
846 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_by_port()
864 struct list_head *cur_ln, *cur_cln; in csio_lnodes_exit() local
881 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_exit()
882 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_exit()