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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1488 qidx = np->squeueput + 2;
1493 np->squeue [np->squeueput] = cpu_to_scr(cp->ccb_ba);
1495 np->squeueput = qidx;
1499 np->squeueput);
1707 np->squeueput = 0;
2944 while (i != np->squeueput) {
2967 np->squeueput = j; /* Update our current start queue pointer */
H A Dsym_hipd.h937 u_short squeueput; /* Next free slot of the queue */ member in struct:sym_hcb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c1699 u16 squeueput; /* Next free slot of the queue */ member in struct:ncb
4420 if (!np->squeueput) np->squeueput = 1;
4421 qidx = np->squeueput + 2;
4426 np->scripth->tryloop [np->squeueput] = cpu_to_scr(CCB_PHYS (cp, start));
4428 np->squeueput = qidx;
4433 printk ("%s: queuepos=%d.\n", ncr_name (np), np->squeueput);
5121 np->squeueput = 0;

Completed in 183 milliseconds