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

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6851 struct cs cs_table[num_critical_sections]; ahc_loadseq() local
6922 cs_table[cs_count].end = downloaded; ahc_loadseq()
6930 cs_table[cs_count].begin = downloaded; ahc_loadseq()
6946 memcpy(ahc->critical_sections, cs_table, cs_count); ahc_loadseq()
H A Daic79xx_core.c9354 struct cs cs_table[num_critical_sections]; ahd_loadseq() local
9476 cs_table[cs_count].end = downloaded; ahd_loadseq()
9484 cs_table[cs_count].begin = downloaded; ahd_loadseq()
9500 memcpy(ahd->critical_sections, cs_table, cs_count); ahd_loadseq()

Completed in 138 milliseconds