Lines Matching refs:qe
58 struct ch_sched_queue qe; in cxgb4_matchall_egress_validate() local
110 memset(&qe, 0, sizeof(qe)); in cxgb4_matchall_egress_validate()
111 qe.queue = i; in cxgb4_matchall_egress_validate()
113 e = cxgb4_sched_queue_lookup(dev, &qe); in cxgb4_matchall_egress_validate()
127 struct ch_sched_queue qe; in cxgb4_matchall_tc_bind_queues() local
132 qe.queue = i; in cxgb4_matchall_tc_bind_queues()
133 qe.class = tc; in cxgb4_matchall_tc_bind_queues()
134 ret = cxgb4_sched_class_bind(dev, &qe, SCHED_QUEUE); in cxgb4_matchall_tc_bind_queues()
143 qe.queue = i; in cxgb4_matchall_tc_bind_queues()
144 qe.class = SCHED_CLS_NONE; in cxgb4_matchall_tc_bind_queues()
145 cxgb4_sched_class_unbind(dev, &qe, SCHED_QUEUE); in cxgb4_matchall_tc_bind_queues()
154 struct ch_sched_queue qe; in cxgb4_matchall_tc_unbind_queues() local
158 qe.queue = i; in cxgb4_matchall_tc_unbind_queues()
159 qe.class = SCHED_CLS_NONE; in cxgb4_matchall_tc_unbind_queues()
160 cxgb4_sched_class_unbind(dev, &qe, SCHED_QUEUE); in cxgb4_matchall_tc_unbind_queues()