Searched refs:cbytes (Results 1 - 5 of 5) sorted by relevance

/drivers/isdn/gigaset/
H A Dasyncdata.c53 unsigned cbytes = cs->cbytes; local
63 if (cbytes == 0 && cs->respdata[0] == '\r') {
71 if (cbytes >= MAX_RESP_SIZE) {
73 cbytes);
74 cbytes = MAX_RESP_SIZE;
76 cs->cbytes = cbytes;
78 cbytes, cs->respdata);
80 cbytes
[all...]
H A Disocdata.c897 unsigned cbytes = cs->cbytes; local
904 if (cbytes == 0 && cs->respdata[0] == '\r') {
912 if (cbytes >= MAX_RESP_SIZE) {
914 cbytes);
915 cbytes = MAX_RESP_SIZE;
917 cs->cbytes = cbytes;
919 cbytes, cs->respdata);
921 cbytes
[all...]
H A Dgigaset.h494 unsigned cbytes; member in struct:cardstate
H A Dcommon.c745 cs->cbytes = 0;
872 cs->cbytes = 0;
H A Dev-layer.c434 len = cs->cbytes;

Completed in 529 milliseconds