Lines Matching defs:qdisc
51 /* The qdisc makes some effort so that no packet leaves
663 WARN_ONCE(1, "taprio only supports operating as root qdisc, peek() not implemented");
1231 /* The qdisc is expected to have at least one sched_entry. Moreover,
2094 NL_SET_ERR_MSG_MOD(extack, "Can only be attached as root qdisc");
2113 struct Qdisc *qdisc;
2116 qdisc = qdisc_create_dflt(dev_queue,
2121 if (!qdisc)
2125 qdisc_hash_add(qdisc, false);
2127 q->qdiscs[i] = qdisc;
2144 /* Attach underlying qdisc */
2150 struct Qdisc *qdisc = q->qdiscs[ntx];
2152 /* In offload mode, the root taprio qdisc is bypassed
2155 qdisc->flags |= TCQ_F_ONETXQUEUE | TCQ_F_NOPARENT;
2156 dev_queue_qdisc = qdisc;
2158 /* In software mode, attach the root taprio qdisc
2165 /* The qdisc's refcount requires to be elevated once
2203 * However, save the reference to the new qdisc in the private array in