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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_transport_spi.h108 void (*get_period)(struct scsi_target *); member in struct:spi_function_template
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dnsp32.c2245 unsigned char get_period = data->msginbuf[3]; local
2301 if (get_period < data->synct[0].period_num) {
2309 entry = nsp32_search_period_entry(data, target, get_period);
2336 if (get_period < data->synct[0].period_num) {
2337 get_period = data->synct[0].period_num;
2340 entry = nsp32_search_period_entry(data, target, get_period);
2347 nsp32_build_sdtr(SCpnt, get_period, get_offset);
2351 target->period = get_period;
H A Dscsi_transport_spi.c499 if (i->f->get_period)
500 i->f->get_period(starget);
759 if (i->f->get_period)
760 i->f->get_period(sdev->sdev_target);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptspi.c1188 .get_period = mptspi_read_parameters,

Completed in 320 milliseconds