Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_sfq.c77 #define SFQ_EMPTY_SLOT 0xffff macro
314 q->ht[slot->hash] = SFQ_EMPTY_SLOT; in sfq_drop()
360 if (x == SFQ_EMPTY_SLOT) { in sfq_enqueue()
500 q->ht[slot->hash] = SFQ_EMPTY_SLOT; in sfq_dequeue()
551 q->ht[slot->hash] = SFQ_EMPTY_SLOT; in sfq_rehash()
560 if (x == SFQ_EMPTY_SLOT) { in sfq_rehash()
774 q->ht[i] = SFQ_EMPTY_SLOT; in sfq_init()
869 if (idx != SFQ_EMPTY_SLOT) { in sfq_dump_class_stats()
890 if (q->ht[i] == SFQ_EMPTY_SLOT) { in sfq_walk()