Searched refs:qfreeze_cnt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 1149 uint16_t qfreeze_cnt; member
|
H A D | aic79xx_core.c | 7449 ahd->qfreeze_cnt = 0; in ahd_chip_init() 7832 ahd->qfreeze_cnt--; in ahd_pause_and_flushwork() 7833 ahd_outw(ahd, KERNEL_QFREEZE_COUNT, ahd->qfreeze_cnt); in ahd_pause_and_flushwork() 7861 ahd->qfreeze_cnt++; in ahd_pause_and_flushwork() 7862 ahd_outw(ahd, KERNEL_QFREEZE_COUNT, ahd->qfreeze_cnt); in ahd_pause_and_flushwork() 8852 ahd->qfreeze_cnt++; in ahd_handle_scsi_status() 8853 ahd_outw(ahd, KERNEL_QFREEZE_COUNT, ahd->qfreeze_cnt); in ahd_handle_scsi_status()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx.h | 1149 uint16_t qfreeze_cnt; member
|
H A D | aic79xx_core.c | 7448 ahd->qfreeze_cnt = 0; in ahd_chip_init() 7831 ahd->qfreeze_cnt--; in ahd_pause_and_flushwork() 7832 ahd_outw(ahd, KERNEL_QFREEZE_COUNT, ahd->qfreeze_cnt); in ahd_pause_and_flushwork() 7860 ahd->qfreeze_cnt++; in ahd_pause_and_flushwork() 7861 ahd_outw(ahd, KERNEL_QFREEZE_COUNT, ahd->qfreeze_cnt); in ahd_pause_and_flushwork() 8847 ahd->qfreeze_cnt++; in ahd_handle_scsi_status() 8848 ahd_outw(ahd, KERNEL_QFREEZE_COUNT, ahd->qfreeze_cnt); in ahd_handle_scsi_status()
|
Completed in 27 milliseconds