Home
last modified time | relevance | path

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

/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1502 qidx = np->squeueput + 2;
1507 np->squeue [np->squeueput] = cpu_to_scr(cp->ccb_ba);
1509 np->squeueput = qidx;
1513 np->squeueput);
1721 np->squeueput = 0;
2980 while (i != np->squeueput) {
3007 np->squeueput = j; /* Update our current start queue pointer */
H A Dsym_hipd.h932 u_short squeueput; /* Next free slot of the queue */ member