Searched refs:sc_nbytes (Results 1 – 10 of 10) sorted by relevance
54 int sc_nbytes; /* Number of bytes to xfer */ member81 tu_sc.sc_nbytes = size; in ctustrategy()90 rsp->rsp_cnt = tu_sc.sc_nbytes; in ctustrategy()118 if (tu_sc.sc_xbytes == tu_sc.sc_nbytes) { in cturintr()
73 int sc_nbytes; /* number of bytes currently transferring */ member
1153 fd->sc_nbytes = finfo ? bp->b_bcount : nblks * FDC_BSIZE; in fdcintr1()1172 (char *)bp->b_data + fd->sc_skip, fd->sc_nbytes, in fdcintr1()1272 fd->sc_skip += fd->sc_nbytes; in fdcintr1()1273 fd->sc_bcount -= fd->sc_nbytes; in fdcintr1()
161 int sc_nbytes; /* number of bytes currently transferring */ member868 fd->sc_nbytes = nblks * FDC_BSIZE; in fdcintr()887 fd->sc_nbytes, read); in fdcintr()972 fd->sc_skip += fd->sc_nbytes; in fdcintr()973 fd->sc_bcount -= fd->sc_nbytes; in fdcintr()
263 int sc_nbytes; /* #bytes currently transferring */ member1049 fd->sc_nbytes = finfo ? bp->b_bcount : nblks * FDC_BSIZE; in fdcintr()1071 fddmalen = fd->sc_nbytes; in fdcintr()1178 fd->sc_skip += fd->sc_nbytes; in fdcintr()1179 fd->sc_bcount -= fd->sc_nbytes; in fdcintr()
233 int sc_nbytes; /* number of bytes currently transferring */ member1014 fd->sc_nbytes = finfo ? bp->b_bcount : nblks * FDC_BSIZE; in fdcintr()1042 fdc->sc_fr.fr_r10 = fd->sc_nbytes; in fdcintr()1159 fd->sc_skip += fd->sc_nbytes; in fdcintr()1160 fd->sc_bcount -= fd->sc_nbytes; in fdcintr()
251 int sc_nbytes; /* number of bytes currently transferring */ member1293 fd->sc_nbytes = finfo ? bp->b_bcount : nblks * FDC_BSIZE; in fdcstate()1316 fdc->sc_tc = fd->sc_nbytes; in fdcstate()1467 fd->sc_skip += fd->sc_nbytes; in fdcstate()1468 fd->sc_bcount -= fd->sc_nbytes; in fdcstate()
234 int sc_nbytes; /* number of bytes currently transferring */ member1244 fd->sc_nbytes = in fdcintr()1280 fd->sc_nbytes); in fdcintr()1452 fd->sc_skip += fd->sc_nbytes; in fdcintr()1453 fd->sc_bcount -= fd->sc_nbytes; in fdcintr()
275 int sc_nbytes; /* number of bytes currently transferring */ member1596 fd->sc_nbytes = finfo ? bp->b_bcount : nblks * FD_BSIZE(fd); in fdcstate()1613 fdc->sc_tc = fd->sc_nbytes; in fdcstate()1790 fd->sc_skip += fd->sc_nbytes; in fdcstate()1791 fd->sc_bcount -= fd->sc_nbytes; in fdcstate()
307 int sc_nbytes; /* number of bytes currently transferring */ member1779 fd->sc_nbytes = finfo ? bp->b_bcount : nblks * FD_BSIZE(fd);1798 fdc->sc_tc = fd->sc_nbytes;1976 fd->sc_skip += fd->sc_nbytes;1977 fd->sc_bcount -= fd->sc_nbytes;