Searched refs:offload_opt (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/sched/
H A Dsch_htb.c1051 struct tc_htb_qopt_offload offload_opt; local
1134 offload_opt = (struct tc_htb_qopt_offload) {
1140 err = htb_offload(dev, &offload_opt);
1364 struct tc_htb_qopt_offload offload_opt; local
1371 offload_opt = (struct tc_htb_qopt_offload) {
1375 err = htb_offload(dev, &offload_opt);
1376 if (err || offload_opt.qid >= dev->num_tx_queues)
1378 return netdev_get_tx_queue(dev, offload_opt.qid);
1542 struct tc_htb_qopt_offload offload_opt; local
1571 offload_opt
1615 struct tc_htb_qopt_offload offload_opt; local
1764 struct tc_htb_qopt_offload offload_opt; local
[all...]

Completed in 204 milliseconds