Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_core.c6851 struct cs cs_table[NUM_CRITICAL_SECTIONS]; in ahc_loadseq() local
6922 cs_table[cs_count].end = downloaded; in ahc_loadseq()
6930 cs_table[cs_count].begin = downloaded; in ahc_loadseq()
6946 memcpy(ahc->critical_sections, cs_table, cs_count); in ahc_loadseq()
Daic79xx_core.c9342 struct cs cs_table[NUM_CRITICAL_SECTIONS]; in ahd_loadseq() local
9464 cs_table[cs_count].end = downloaded; in ahd_loadseq()
9472 cs_table[cs_count].begin = downloaded; in ahd_loadseq()
9488 memcpy(ahd->critical_sections, cs_table, cs_count); in ahd_loadseq()