Searched refs:get_period (Results 1 – 4 of 4) sorted by relevance
95 void (*get_period)(struct scsi_target *); member
2234 unsigned char get_period = data->msginbuf[3]; in nsp32_analyze_sdtr() local2286 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()2294 entry = nsp32_search_period_entry(data, target, get_period); in nsp32_analyze_sdtr()2321 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()2322 get_period = data->synct[0].period_num; in nsp32_analyze_sdtr()2325 entry = nsp32_search_period_entry(data, target, get_period); in nsp32_analyze_sdtr()2332 nsp32_build_sdtr(SCpnt, get_period, get_offset); in nsp32_analyze_sdtr()2336 target->period = get_period; in nsp32_analyze_sdtr()
490 if (i->f->get_period) in show_spi_transport_period()491 i->f->get_period(starget); in show_spi_transport_period()772 if (i->f->get_period) in spi_dv_retrain()773 i->f->get_period(sdev->sdev_target); in spi_dv_retrain()
1203 .get_period = mptspi_read_parameters,