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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsr.c221 int this_count = SCpnt->request_bufflen; local
222 int good_bytes = (result == 0 ? this_count : 0);
258 if (good_bytes < 0 || good_bytes >= this_count)
283 good_bytes = this_count;
301 int block=0, this_count, s_size, timeout = SR_TIMEOUT; local
377 this_count = (SCpnt->request_bufflen >> 9) / (s_size >> 9);
384 this_count, SCpnt->request->nr_sectors));
389 if (this_count > 0xffff) {
390 this_count = 0xffff;
391 SCpnt->request_bufflen = this_count * s_siz
[all...]
H A Dsd.c341 unsigned int this_count = SCpnt->request_bufflen >> 9; local
348 this_count));
389 this_count = this_count >> 1;
399 this_count = this_count >> 2;
409 this_count = this_count >> 3;
429 "writing" : "reading", this_count,
445 SCpnt->cmnd[10] = (unsigned char) (this_count >> 2
[all...]
H A Dscsi_lib.c820 int this_count = cmd->request_bufflen; local
885 scsi_end_request(cmd, 0, this_count, 1);
917 scsi_end_request(cmd, 0, this_count, 1);
945 scsi_end_request(cmd, 0, this_count, 1);
955 scsi_end_request(cmd, 0, this_count, 1);
976 scsi_end_request(cmd, 0, this_count, !result);
H A DNCR53C9x.c1858 int this_count = MAX_FIFO - fifocnt; local
1859 if (this_count > hmuch)
1860 this_count = hmuch;
1863 for(j=0;j<this_count;j++)
1867 hmuch -= this_count;
1884 ESPDATA(("\rsent %d st %x ph %x", this_count - fifocnt, esp->sreg, newphase));

Completed in 51 milliseconds