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

/linux-4.4.14/drivers/scsi/
H A Dadvansys.c2966 ushort sdtr_speed = 0; asc_prt_adv_board_eeprom() local
3132 sdtr_speed = adv_dvc_varp->sdtr_speed1; asc_prt_adv_board_eeprom()
3134 sdtr_speed = adv_dvc_varp->sdtr_speed2; asc_prt_adv_board_eeprom()
3136 sdtr_speed = adv_dvc_varp->sdtr_speed3; asc_prt_adv_board_eeprom()
3138 sdtr_speed = adv_dvc_varp->sdtr_speed4; asc_prt_adv_board_eeprom()
3140 switch (sdtr_speed & ADV_MAX_TID) { asc_prt_adv_board_eeprom()
3166 sdtr_speed >>= 4; asc_prt_adv_board_eeprom()
10304 ushort sdtr_speed = 0; AdvInitFrom38C0800EEP() local
10365 * For every Target ID if any of its 'sdtr_speed[1234]' bits AdvInitFrom38C0800EEP()
10371 sdtr_speed = asc_dvc->sdtr_speed1; AdvInitFrom38C0800EEP()
10373 sdtr_speed = asc_dvc->sdtr_speed2; AdvInitFrom38C0800EEP()
10375 sdtr_speed = asc_dvc->sdtr_speed3; AdvInitFrom38C0800EEP()
10377 sdtr_speed = asc_dvc->sdtr_speed4; AdvInitFrom38C0800EEP()
10379 if (sdtr_speed & ADV_MAX_TID) { AdvInitFrom38C0800EEP()
10382 sdtr_speed >>= 4; AdvInitFrom38C0800EEP()
10503 ushort sdtr_speed = 0; AdvInitFrom38C1600EEP() local
10589 * For every Target ID if any of its 'sdtr_speed[1234]' bits AdvInitFrom38C1600EEP()
10595 sdtr_speed = asc_dvc->sdtr_speed1; AdvInitFrom38C1600EEP()
10597 sdtr_speed = asc_dvc->sdtr_speed2; AdvInitFrom38C1600EEP()
10599 sdtr_speed = asc_dvc->sdtr_speed3; AdvInitFrom38C1600EEP()
10601 sdtr_speed = asc_dvc->sdtr_speed4; AdvInitFrom38C1600EEP()
10603 if (sdtr_speed & ASC_MAX_TID) { AdvInitFrom38C1600EEP()
10606 sdtr_speed >>= 4; AdvInitFrom38C1600EEP()

Completed in 108 milliseconds