Lines Matching refs:cur_cln
704 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_request() local
722 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_block_request()
723 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_request()
743 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_request() local
761 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_unblock_request()
762 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_request()
781 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_by_port() local
802 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_block_by_port()
803 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_by_port()
822 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_by_port() local
842 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_unblock_by_port()
843 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_by_port()
861 struct list_head *cur_ln, *cur_cln; in csio_lnodes_exit() local
878 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_exit()
879 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_exit()