Lines Matching refs:smallblks
161 unsigned short smallblks = 0; in scsi_read() local
189 smallblks = SCSI_MAX_READ_BLK; in scsi_read()
190 scsi_setup_read_ext(pccb, start, smallblks); in scsi_read()
195 smallblks = (unsigned short)blks; in scsi_read()
196 scsi_setup_read_ext(pccb, start, smallblks); in scsi_read()
202 start, smallblks, buf_addr); in scsi_read()
211 ", blccnt %x buffer %" PRIXPTR "\n", start, smallblks, buf_addr); in scsi_read()
238 unsigned short smallblks; in scsi_write() local
255 smallblks = SCSI_MAX_WRITE_BLK; in scsi_write()
256 scsi_setup_write_ext(pccb, start, smallblks); in scsi_write()
261 smallblks = (unsigned short)blks; in scsi_write()
262 scsi_setup_write_ext(pccb, start, smallblks); in scsi_write()
267 __func__, start, smallblks, buf_addr); in scsi_write()
276 __func__, start, smallblks, buf_addr); in scsi_write()