Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H A Dmultiqueue.rst66 function or based on netdev->select_queue() if you have it defined.
/linux/net/sched/
H A Dsch_mq.c282 .select_queue = mq_select_queue,
H A Dsch_mqprio.c760 .select_queue = mqprio_select_queue,
H A Dsch_api.c1746 if (p && p->ops->cl_ops && p->ops->cl_ops->select_queue) in __tc_modify_qdisc()
1747 dev_queue = p->ops->cl_ops->select_queue(p, tcm); in __tc_modify_qdisc()
H A Dsch_htb.c2124 .select_queue = htb_select_queue,
H A Dsch_taprio.c2528 .select_queue = taprio_select_queue,
H A Dsch_cake.c3325 .select_queue = mq_select_queue,
/linux/include/net/
H A Dsch_generic.h266 struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *); member
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c176 static int select_queue; variable
177 module_param(select_queue, int, 0644);
178 MODULE_PARM_DESC(select_queue,
1185 if (select_queue) { in cxgb_select_queue()