Home
last modified time | relevance | path

Searched refs:cur_ln (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_init.c704 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_request() local
717 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_request()
718 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_request()
743 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_request() local
756 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_unblock_request()
757 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_request()
781 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_by_port() local
794 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_by_port()
795 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_by_port()
822 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_by_port() local
[all …]