Searched refs:offload_opt (Results 1 – 1 of 1) sorted by relevance
1051 struct tc_htb_qopt_offload offload_opt; in htb_init() local1134 offload_opt = (struct tc_htb_qopt_offload) { in htb_init()1140 err = htb_offload(dev, &offload_opt); in htb_init()1364 struct tc_htb_qopt_offload offload_opt; in htb_select_queue() local1371 offload_opt = (struct tc_htb_qopt_offload) { in htb_select_queue()1375 err = htb_offload(dev, &offload_opt); in htb_select_queue()1376 if (err || offload_opt.qid >= dev->num_tx_queues) in htb_select_queue()1378 return netdev_get_tx_queue(dev, offload_opt.qid); in htb_select_queue()1542 struct tc_htb_qopt_offload offload_opt; in htb_destroy_class_offload() local1571 offload_opt = (struct tc_htb_qopt_offload) { in htb_destroy_class_offload()[all …]