tag | line | file | source code |
---|---|---|---|
tslot_limit | 134 | drivers/net/slhc.c | comp->tslot_limit = tslots - 1; |
tslot_limit | 150 | drivers/net/slhc.c | for(i = comp->tslot_limit; i > 0; --i){ |
tslot_limit | 154 | 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)*/ |