Lines Matching refs:qe
18 struct ch_sched_queue qe; in cxgb4_matchall_egress_validate() local
66 memset(&qe, 0, sizeof(qe)); in cxgb4_matchall_egress_validate()
67 qe.queue = i; in cxgb4_matchall_egress_validate()
69 e = cxgb4_sched_queue_lookup(dev, &qe); in cxgb4_matchall_egress_validate()
83 struct ch_sched_queue qe; in cxgb4_matchall_tc_bind_queues() local
88 qe.queue = i; in cxgb4_matchall_tc_bind_queues()
89 qe.class = tc; in cxgb4_matchall_tc_bind_queues()
90 ret = cxgb4_sched_class_bind(dev, &qe, SCHED_QUEUE); in cxgb4_matchall_tc_bind_queues()
99 qe.queue = i; in cxgb4_matchall_tc_bind_queues()
100 qe.class = SCHED_CLS_NONE; in cxgb4_matchall_tc_bind_queues()
101 cxgb4_sched_class_unbind(dev, &qe, SCHED_QUEUE); in cxgb4_matchall_tc_bind_queues()
110 struct ch_sched_queue qe; in cxgb4_matchall_tc_unbind_queues() local
114 qe.queue = i; in cxgb4_matchall_tc_unbind_queues()
115 qe.class = SCHED_CLS_NONE; in cxgb4_matchall_tc_unbind_queues()
116 cxgb4_sched_class_unbind(dev, &qe, SCHED_QUEUE); in cxgb4_matchall_tc_unbind_queues()