Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/csiostor/
Dcsio_init.c697 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_request() local
710 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_request()
711 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_request()
736 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_request() local
749 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_unblock_request()
750 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_request()
774 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_by_port() local
787 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_by_port()
788 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_by_port()
815 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_by_port() local
[all …]