Searched refs:cur_ln (Results 1 – 1 of 1) sorted by relevance
705 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_request() local718 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_request()719 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_request()744 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_request() local757 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_unblock_request()758 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_request()782 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_by_port() local795 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_by_port()796 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_by_port()823 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_by_port() local[all …]