Searched refs:qoutfifonext (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 700 /*offset*/ahc->qoutfifonext, /*len*/1, in ahc_check_cmdcmpltqueues() 702 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) in ahc_check_cmdcmpltqueues() 882 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) { in ahc_run_qoutfifo() 884 scb_index = ahc->qoutfifo[ahc->qoutfifonext]; in ahc_run_qoutfifo() 885 if ((ahc->qoutfifonext & 0x03) == 0x03) { in ahc_run_qoutfifo() 895 modnext = ahc->qoutfifonext & ~0x3; in ahc_run_qoutfifo() 902 ahc->qoutfifonext++; in ahc_run_qoutfifo() 909 (ahc->qoutfifonext - 1) & 0xFF); in ahc_run_qoutfifo() 5153 ahc->qoutfifonext = 0; in ahc_chip_init() 5162 ahc_outb(ahc, QOUTPOS, ahc->qoutfifonext); in ahc_chip_init() [all...] |
H A D | aic7xxx.h | 993 uint8_t qoutfifonext; member
|
H A D | aic79xx.h | 1139 uint16_t qoutfifonext; member
|
H A D | aic79xx_core.c | 921 /*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo), in ahd_check_cmdcmpltqueues() 923 if (ahd->qoutfifo[ahd->qoutfifonext].valid_tag in ahd_check_cmdcmpltqueues() 1669 completion = &ahd->qoutfifo[ahd->qoutfifonext]; in ahd_run_qoutfifo() 1680 ahd->qoutfifonext); in ahd_run_qoutfifo() 1688 ahd->qoutfifonext = (ahd->qoutfifonext+1) & (AHD_QOUT_SIZE-1); in ahd_run_qoutfifo() 1689 if (ahd->qoutfifonext == 0) in ahd_run_qoutfifo() 7404 ahd->qoutfifonext = 0; in ahd_chip_init()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 700 /*offset*/ahc->qoutfifonext, /*len*/1, in ahc_check_cmdcmpltqueues() 702 if (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) in ahc_check_cmdcmpltqueues() 882 while (ahc->qoutfifo[ahc->qoutfifonext] != SCB_LIST_NULL) { in ahc_run_qoutfifo() 884 scb_index = ahc->qoutfifo[ahc->qoutfifonext]; in ahc_run_qoutfifo() 885 if ((ahc->qoutfifonext & 0x03) == 0x03) { in ahc_run_qoutfifo() 895 modnext = ahc->qoutfifonext & ~0x3; in ahc_run_qoutfifo() 902 ahc->qoutfifonext++; in ahc_run_qoutfifo() 909 (ahc->qoutfifonext - 1) & 0xFF); in ahc_run_qoutfifo() 5152 ahc->qoutfifonext = 0; in ahc_chip_init() 5161 ahc_outb(ahc, QOUTPOS, ahc->qoutfifonext); in ahc_chip_init() [all...] |
H A D | aic7xxx.h | 991 uint8_t qoutfifonext; member
|
H A D | aic79xx.h | 1139 uint16_t qoutfifonext; member
|
H A D | aic79xx_core.c | 921 /*offset*/ahd->qoutfifonext * sizeof(*ahd->qoutfifo), in ahd_check_cmdcmpltqueues() 923 if (ahd->qoutfifo[ahd->qoutfifonext].valid_tag in ahd_check_cmdcmpltqueues() 1669 completion = &ahd->qoutfifo[ahd->qoutfifonext]; in ahd_run_qoutfifo() 1680 ahd->qoutfifonext); in ahd_run_qoutfifo() 1688 ahd->qoutfifonext = (ahd->qoutfifonext+1) & (AHD_QOUT_SIZE-1); in ahd_run_qoutfifo() 1689 if (ahd->qoutfifonext == 0) in ahd_run_qoutfifo() 7403 ahd->qoutfifonext = 0; in ahd_chip_init()
|
Completed in 43 milliseconds