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

/linux-4.4.14/drivers/scsi/
H A Dadvansys.c8884 int cfg_beg; AscGetEEPConfig() local
8897 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; AscGetEEPConfig()
8900 cfg_beg = ASC_EEP_DVC_CFG_BEG; AscGetEEPConfig()
8903 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { AscGetEEPConfig()
8999 int cfg_beg; AscSetEEPConfigOnce() local
9014 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; AscSetEEPConfigOnce()
9017 cfg_beg = ASC_EEP_DVC_CFG_BEG; AscSetEEPConfigOnce()
9020 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { AscSetEEPConfigOnce()
9057 cfg_beg = ASC_EEP_DVC_CFG_BEG_VL; AscSetEEPConfigOnce()
9060 cfg_beg = ASC_EEP_DVC_CFG_BEG; AscSetEEPConfigOnce()
9063 for (s_addr = cfg_beg; s_addr <= (cfg_end - 1); s_addr++, wbuf++) { AscSetEEPConfigOnce()

Completed in 116 milliseconds