Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_core.c6818 struct cs cs_table[NUM_CRITICAL_SECTIONS]; in ahc_loadseq() local
6889 cs_table[cs_count].end = downloaded; in ahc_loadseq()
6897 cs_table[cs_count].begin = downloaded; in ahc_loadseq()
6913 memcpy(ahc->critical_sections, cs_table, cs_count); in ahc_loadseq()
Daic79xx_core.c9302 struct cs cs_table[NUM_CRITICAL_SECTIONS]; in ahd_loadseq() local
9424 cs_table[cs_count].end = downloaded; in ahd_loadseq()
9432 cs_table[cs_count].begin = downloaded; in ahd_loadseq()
9448 memcpy(ahd->critical_sections, cs_table, cs_count); in ahd_loadseq()