Searched refs:cur_ln (Results 1 – 1 of 1) sorted by relevance
697 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_request() local710 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_request()711 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_request()736 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_request() local749 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_unblock_request()750 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_request()774 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_by_port() local787 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_by_port()788 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_by_port()815 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_by_port() local[all …]