Home
last modified time | relevance | path

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

/linux/drivers/net/slip/
H A Dslhc.c92 slhc_init(int rslots, int tslots) in slhc_init() argument
98 if (rslots < 0 || rslots > 255 || tslots < 0 || tslots > 255) in slhc_init()
105 if (rslots > 0) { in slhc_init()
106 size_t rsize = rslots * sizeof(struct cstate); in slhc_init()
110 comp->rslot_limit = rslots - 1; in slhc_init()
750 slhc_init(int rslots, int tslots) in slhc_init() argument
/linux/include/net/
H A Dslhc_vj.h175 struct slcompress *slhc_init(int rslots, int tslots);
/linux/include/sound/
H A Dac97_codec.h397 unsigned short rslots[4]; /* allocated slots per codecs */ member