[go: nahoru, domu]

Searched refs:squeueput (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1515 qidx = np->squeueput + 2;
1520 np->squeue [np->squeueput] = cpu_to_scr(cp->ccb_ba);
1522 np->squeueput = qidx;
1526 np->squeueput);
1734 np->squeueput = 0;
2993 while (i != np->squeueput) {
3020 np->squeueput = j; /* Update our current start queue pointer */
H A Dsym_hipd.h945 u_short squeueput; /* Next free slot of the queue */ member in struct:sym_hcb
/drivers/scsi/
H A Dncr53c8xx.c1702 u16 squeueput; /* Next free slot of the queue */ member in struct:ncb
4456 if (!np->squeueput) np->squeueput = 1;
4457 qidx = np->squeueput + 2;
4462 np->scripth->tryloop [np->squeueput] = cpu_to_scr(CCB_PHYS (cp, start));
4464 np->squeueput = qidx;
4469 printk ("%s: queuepos=%d.\n", ncr_name (np), np->squeueput);
5239 np->squeueput = 0;

Completed in 60 milliseconds