Home
last modified time | relevance | path

Searched refs:txtotal (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dcomstats.h41 unsigned long txtotal; member
/linux-2.4.37.9/drivers/char/
Dstallion.c1946 (int) portp->stats.txtotal, (int) portp->stats.rxtotal); in stl_portinfo()
4087 portp->stats.txtotal += len; in stl_cd1400txisr()
5070 portp->stats.txtotal += len; in stl_sc26198txisr()
Distallion.c2619 sp += sprintf(sp, "tx:%d rx:%d", (int) stli_comstats.txtotal, in stli_portinfo()
5073 stli_comstats.txtotal = stli_cdkstats.txchars; in stli_portcmdstats()