Searched refs:resid_sgcnt (Results 1 – 1 of 1) sorted by relevance
5170 unsigned char resid_sgcnt, index; in aic7xxx_handle_seqint() local5210 resid_sgcnt = aic_inb(p, SCB_RESID_SGCNT); in aic7xxx_handle_seqint()5214 index = scb->sg_count - ((resid_sgcnt) ? resid_sgcnt : 1); in aic7xxx_handle_seqint()5232 resid_sgcnt += 1; in aic7xxx_handle_seqint()5252 aic_outb(p, resid_sgcnt, SG_COUNT); in aic7xxx_handle_seqint()5253 aic_outb(p, resid_sgcnt, SCB_RESID_SGCNT); in aic7xxx_handle_seqint()