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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/scsi/
H A Dscsi_transport_spi.h104 void (*get_period)(struct scsi_target *); member in struct:spi_function_template
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dnsp32.c2333 unsigned char get_period = data->msginbuf[3]; local
2389 if (get_period < data->synct[0].period_num) {
2397 entry = nsp32_search_period_entry(data, target, get_period);
2424 if (get_period < data->synct[0].period_num) {
2425 get_period = data->synct[0].period_num;
2428 entry = nsp32_search_period_entry(data, target, get_period);
2435 nsp32_build_sdtr(SCpnt, get_period, get_offset);
2439 target->period = get_period;
H A Dscsi_transport_spi.c458 if (i->f->get_period)
459 i->f->get_period(starget);
702 if (i->f->get_period)
703 i->f->get_period(sdev->sdev_target);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptspi.c1152 .get_period = mptspi_read_parameters,

Completed in 168 milliseconds