Home
last modified time | relevance | path

Searched refs:asof (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/char/ip2/
Di2pack.h127 unsigned short asof; // As of byte number "asof" (LSB first!) I have room member
192 unsigned short asof; member
Dip2stat.c102 printf ( "infl: count = %d room = %d\n", pCh->infl.asof, pCh->infl.room ); in main()
103 printf ( "outfl: count = %d room = %d\n", pCh->outfl.asof, pCh->outfl.room ); in main()
Di2lib.c287 pCh->infl.asof = 0; in i2InitChannels()
306 pCh->outfl.asof = 0; in i2InitChannels()
900 pCh->infl.asof += count; in i2Input()
955 pCh->infl.asof += count; in i2InputFlush()
1742 (pCh->outfl.asof - ((flowStatPtr)pc)->asof); in i2StripFifo()
2086 pCh->outfl.asof += flowsize; in i2StuffFifoInline()
/linux-2.4.37.9/drivers/char/
Dip2main.c3412 pCh->outfl.asof,pCh->outfl.room,pCh->channelNeeds);
3413 len += sprintf(buf+len,FMTLIN3,pCh->infl.asof,pCh->infl.room);