Searched refs:cur_ln (Results 1 – 1 of 1) sorted by relevance
696 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_request() local709 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_request()710 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_request()735 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_request() local748 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_unblock_request()749 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_request()773 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_by_port() local786 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_by_port()787 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_by_port()814 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_by_port() local[all …]