Lines Matching refs:cur_cln
705 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_request() local
723 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_block_request()
724 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_request()
744 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_request() local
762 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_unblock_request()
763 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_request()
782 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_by_port() local
803 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_block_by_port()
804 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_by_port()
823 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_by_port() local
843 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_unblock_by_port()
844 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_by_port()
862 struct list_head *cur_ln, *cur_cln; in csio_lnodes_exit() local
879 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_exit()
880 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_exit()