Searched refs:outfl (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/char/ip2/
H A Di2lib.h129 flowStat outfl; // Same type of structure is used to hold current member in struct:_i2ChanStr
H A Di2lib.c224 pCh->outfl.asof = 0;
225 pCh->outfl.room = 0;
1622 pCh->outfl.room =
1624 (pCh->outfl.asof - ((flowStatPtr)pc)->asof);
1626 ip2trace (channel, ITRC_STFLW, 1, 1, pCh->outfl.room );
1946 ip2trace (CHANN, ITRC_SICMD, 5, 2, pCh->outfl.room, flowsize );
1948 if (pCh->outfl.room <= flowsize) {
1968 pCh->outfl.room -= flowsize;
1969 pCh->outfl.asof += flowsize;
H A Dip2main.c3015 pCh->outfl.asof,pCh->outfl.room,pCh->channelNeeds);

Completed in 84 milliseconds