Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dauerisdn_b.c113 i = bc->txfree - ip->bc[1].txfree; in auerisdn_bintbo_newdata()
132 bc->txfree); in auerisdn_bintbo_newdata()
283 ip->bc[0].txfree, ip->bc[1].txfree, ip->paketsize, paketsize); in auerisdn_bchange()
327 if (bc->txfree < bpp) { /* buffer is full, throttle */ in auerisdn_bserv()
330 } else if (bc->txfree < bpp * 2) { in auerisdn_bserv()
332 } else if (bc->txfree < bpp * 4) { /* we are in synch */ in auerisdn_bserv()
335 } else if (bc->txfree > bc->ofsize / 2) {/* we have to fill the buffer */ in auerisdn_bserv()
609 bc->txfree = ((255 - *ucp++) * bc->ofsize) / 256; in auerisdn_intbi_complete()
Dauerisdn_b.h50 int txfree; /* free bytes in tx buffer of device */ member
Dauerisdn.c793 cp->isdn.bc[u].txfree = ret; in auerisdn_probe()