Searched refs:cur_ln (Results 1 – 1 of 1) sorted by relevance
707 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_request() local720 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() local759 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() local797 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[all …]