Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/csiostor/
Dcsio_init.c700 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_request() local
718 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_block_request()
719 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_request()
739 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_request() local
757 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_unblock_request()
758 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_unblock_request()
777 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_by_port() local
798 list_for_each(cur_cln, &sln->cln_head) in csio_lnodes_block_by_port()
799 lnode_list[cur_cnt++] = (struct csio_lnode *) cur_cln; in csio_lnodes_block_by_port()
818 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_by_port() local
[all …]