Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_htb.c1056 struct tc_htb_qopt_offload offload_opt; in htb_init() local
1138 offload_opt = (struct tc_htb_qopt_offload) { in htb_init()
1144 err = htb_offload(dev, &offload_opt); in htb_init()
1370 struct tc_htb_qopt_offload offload_opt; in htb_select_queue() local
1377 offload_opt = (struct tc_htb_qopt_offload) { in htb_select_queue()
1381 err = htb_offload(dev, &offload_opt); in htb_select_queue()
1382 if (err || offload_opt.qid >= dev->num_tx_queues) in htb_select_queue()
1384 return netdev_get_tx_queue(dev, offload_opt.qid); in htb_select_queue()
1548 struct tc_htb_qopt_offload offload_opt; in htb_destroy_class_offload() local
1577 offload_opt = (struct tc_htb_qopt_offload) { in htb_destroy_class_offload()
[all …]