Home
last modified time | relevance | path

Searched refs:cur_ln (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
718 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_request()
719 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_request()
744 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_request() local
757 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_unblock_request()
758 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_request()
782 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_by_port() local
795 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_by_port()
796 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_by_port()
823 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_by_port() local
[all …]