Lines Matching refs:cur_ln
707 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_request() local
720 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_request()
721 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_request()
746 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_request() local
759 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_unblock_request()
760 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_request()
784 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_by_port() local
797 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_by_port()
798 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_by_port()
825 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_by_port() local
838 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_unblock_by_port()
839 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_by_port()
864 struct list_head *cur_ln, *cur_cln; in csio_lnodes_exit() local
877 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_exit()
878 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_exit()
901 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_exit()
902 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_exit()