Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_init.c705 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_request() local
723 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_block_request()
724 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_request()
744 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_request() local
762 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_unblock_request()
763 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_request()
782 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_by_port() local
803 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_block_by_port()
804 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_by_port()
823 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_by_port() local
[all …]