Searched defs:get_period (Results 1 - 1 of 1) sorted by last modified time

/drivers/scsi/
H A Dnsp32.c2239 unsigned char get_period = data->msginbuf[3]; local
2295 if (get_period < data->synct[0].period_num) {
2303 entry = nsp32_search_period_entry(data, target, get_period);
2330 if (get_period < data->synct[0].period_num) {
2331 get_period = data->synct[0].period_num;
2334 entry = nsp32_search_period_entry(data, target, get_period);
2341 nsp32_build_sdtr(SCpnt, get_period, get_offset);
2345 target->period = get_period;

Completed in 57 milliseconds