Searched refs:cur_ln (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_init.c | 697 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_cl in csio_lnodes_unblock_by_port() local 854 struct list_head *cur_ln, *cur_cln; csio_lnodes_exit() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_init.c | 696 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_request() local 709 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_request() 710 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_request() 735 struct list_head *cur_ln, *cur_cln; in csio_lnodes_unblock_request() local 748 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_unblock_request() 749 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_unblock_request() 773 struct list_head *cur_ln, *cur_cln; in csio_lnodes_block_by_port() local 786 list_for_each(cur_ln, &hw->sln_head) { in csio_lnodes_block_by_port() 787 sln = (struct csio_lnode *) cur_ln; in csio_lnodes_block_by_port() 814 struct list_head *cur_ln, *cur_cl in csio_lnodes_unblock_by_port() local 853 struct list_head *cur_ln, *cur_cln; csio_lnodes_exit() local [all...] |
Completed in 5 milliseconds