tag | line | file | source code |
---|---|---|---|
tslot_limit | 136 | drivers/net/slhc.c | comp->tslot_limit = tslots - 1; |
tslot_limit | 152 | drivers/net/slhc.c | for(i = comp->tslot_limit; i > 0; --i){ |
tslot_limit | 156 | drivers/net/slhc.c | ts[0].next = &(ts[comp->tslot_limit]); |
tslot_limit | 142 | drivers/net/slhc.h | byte_t tslot_limit; /* highest transmit slot id (0-l)*/ |