Searched refs:maxdepth (Results 1 – 5 of 5) sorted by relevance
121 u8 maxdepth; /* limit of packets per flow */ member424 if (slot->qlen >= q->maxdepth) { in sfq_enqueue()578 if (slot->qlen >= q->maxdepth) in sfq_rehash()652 q->maxdepth = min_t(u32, ctl_v1->depth, SFQ_MAX_DEPTH); in sfq_change()666 q->limit = min_t(u32, ctl->limit, q->maxdepth * q->maxflows); in sfq_change()726 q->maxdepth = SFQ_MAX_DEPTH; in sfq_init()775 opt.depth = q->maxdepth; in sfq_dump()
30 for i in `find . -maxdepth 1 -name '*.h' -print`; do
517 static u_short maxdepth[3]; /* SHRES/HIRES/LORES: index = clk_shift */ variable1159 if (par->bpp > maxdepth[clk_shift]) { in ami_decode_var()1160 if (round_down_bpp && maxdepth[clk_shift]) in ami_decode_var()1161 par->bpp = maxdepth[clk_shift]; in ami_decode_var()3574 maxdepth[TAG_SHRES] = 0; /* OCS means no SHRES */ in amifb_probe()3575 maxdepth[TAG_HIRES] = 4; in amifb_probe()3576 maxdepth[TAG_LORES] = 6; in amifb_probe()3587 maxdepth[TAG_SHRES] = 2; in amifb_probe()3588 maxdepth[TAG_HIRES] = 4; in amifb_probe()3589 maxdepth[TAG_LORES] = 6; in amifb_probe()[all …]
136 unsigned int maxdepth; member2112 if (iter.depth > s->maxdepth) in trie_collect_stats()2113 s->maxdepth = iter.depth; in trie_collect_stats()2141 seq_printf(seq, "\tMax depth: %u\n", stat->maxdepth); in trie_show_stats()
5637 u_char reqtags, maxdepth; in ncr_setup_tags() local5656 maxdepth = lp->scdev_depth; in ncr_setup_tags()5657 if (maxdepth > lp->maxnxs) maxdepth = lp->maxnxs; in ncr_setup_tags()5658 if (lp->maxtags > maxdepth) lp->maxtags = maxdepth; in ncr_setup_tags()5659 if (lp->numtags > maxdepth) lp->numtags = maxdepth; in ncr_setup_tags()