Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_init.c707 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_request() local
720 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() local
759 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() local
797 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 …]