Searched refs:get_period (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_transport_spi.h | 95 void (*get_period)(struct scsi_target *); member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_transport_spi.h | 95 void (*get_period)(struct scsi_target *); member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | nsp32.c | 2223 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 D | scsi_transport_spi.c | 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()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | nsp32.c | 2227 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 D | scsi_transport_spi.c | 489 if (i->f->get_period) in show_spi_transport_period() 490 i->f->get_period(starget); in show_spi_transport_period() 771 if (i->f->get_period) in spi_dv_retrain() 772 i->f->get_period(sdev->sdev_target); in spi_dv_retrain()
|
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptspi.c | 1203 .get_period = mptspi_read_parameters,
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptspi.c | 1203 .get_period = mptspi_read_parameters,
|
Completed in 17 milliseconds