Home
last modified time | relevance | path

Searched refs:get_period (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/
H A Dnsp32.c2227 unsigned char get_period = data->msginbuf[3]; in nsp32_analyze_sdtr() local
2279 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()
2287 entry = nsp32_search_period_entry(data, target, get_period); in nsp32_analyze_sdtr()
2314 if (get_period < data->synct[0].period_num) { in nsp32_analyze_sdtr()
2315 get_period = data->synct[0].period_num; in nsp32_analyze_sdtr()
2318 entry = nsp32_search_period_entry(data, target, get_period); in nsp32_analyze_sdtr()
2325 nsp32_build_sdtr(SCpnt, get_period, get_offset); in nsp32_analyze_sdtr()
2329 target->period = get_period; in nsp32_analyze_sdtr()
H A Dscsi_transport_spi.c490 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()
/linux/include/scsi/
H A Dscsi_transport_spi.h95 void (*get_period)(struct scsi_target *); member
/linux/drivers/message/fusion/
H A Dmptspi.c1204 .get_period = mptspi_read_parameters,