Home
last modified time | relevance | path

Searched refs:cmdbytes (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/isdn/gigaset/
Dser-gigaset.c129 sent, cb->len, cs->cmdbytes); in send_cb()
134 cs->cmdbytes -= cs->curlen; in send_cb()
218 cs->cmdbytes = cs->curlen = 0; in flush_send_queue()
258 cs->cmdbytes += cb->len; in gigaset_write_cmd()
281 bytes = cs->cmdbytes; in gigaset_write_room()
295 return cs->cmdbytes; in gigaset_chars_in_buffer()
Dusb-gigaset.c437 cs->cmdbytes -= cs->curlen; in send_cb()
439 cs->curlen, cs->cmdbytes); in send_cb()
509 cs->cmdbytes += cb->len; in gigaset_write_cmd()
525 bytes = cs->cmdbytes; in gigaset_write_room()
531 return cs->cmdbytes; in gigaset_chars_in_buffer()
Dcommon.c737 cs->cmdbytes = 0; in gigaset_initcs()
845 cs->cmdbytes = 0; in cleanup_cs()
Dgigaset.h437 unsigned curlen, cmdbytes; member
Dbas-gigaset.c1751 cs->cmdbytes -= cs->curlen; in complete_cb()
1753 cs->curlen, cs->cmdbytes); in complete_cb()
2024 cs->cmdbytes += cb->len; in gigaset_write_cmd()
2068 return cs->cmdbytes; in gigaset_chars_in_buffer()