Searched refs:numtags (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c1313 u_char numtags; /* Current number of tags */ member in struct:lcb
4829 if (lp && lp->usetags && lp->numtags < lp->maxtags) {
4833 ++lp->numtags;
5517 if (lp->numtags > maxdepth) lp->numtags = maxdepth;
5524 if (sdev->tagged_supported && lp->numtags > 1) {
5525 reqtags = lp->numtags;
5533 lp->numtags = reqtags;
5534 if (lp->numtags > lp->maxtags)
5535 lp->maxtags = lp->numtags;
7795 int numtags, depth_to_use; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientTCPSocket.cpp1841 uint8 numtags = data.ReadUInt8(); local
1842 wxASSERT(numtags == 1);
1843 if(numtags){} // prevent GCC warning

Completed in 192 milliseconds