Searched refs:cur_ln (Results 1 – 1 of 1) sorted by relevance
700 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_request() local713 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_request()714 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_request()739 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_request() local752 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_unblock_request()753 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_request()777 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_by_port() local790 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_by_port()791 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_by_port()818 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_by_port() local[all …]