Home
last modified time | relevance | path

Searched refs:resid_sgcnt (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c5170 unsigned char resid_sgcnt, index; in aic7xxx_handle_seqint() local
5210 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()