Searched refs:get_period (Results 1 – 4 of 4) sorted by relevance
108 void (*get_period)(struct scsi_target *); member
2236 unsigned char get_period = data->msginbuf[3]; in nsp32_analyze_sdtr() local2292 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()2300 entry = nsp32_search_period_entry(data, target, get_period); in nsp32_analyze_sdtr()2327 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()2328 get_period = data->synct[0].period_num; in nsp32_analyze_sdtr()2331 entry = nsp32_search_period_entry(data, target, get_period); in nsp32_analyze_sdtr()2338 nsp32_build_sdtr(SCpnt, get_period, get_offset); in nsp32_analyze_sdtr()2342 target->period = get_period; in nsp32_analyze_sdtr()
500 if (i->f->get_period) in show_spi_transport_period()501 i->f->get_period(starget); in show_spi_transport_period()782 if (i->f->get_period) in spi_dv_retrain()783 i->f->get_period(sdev->sdev_target); in spi_dv_retrain()
1209 .get_period = mptspi_read_parameters,