Searched refs:SCHED_QUEUE (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
A D | sched.c | 81 case SCHED_QUEUE: { in t4_sched_bind_unbind_op() 136 case SCHED_QUEUE: { in t4_sched_entry_lookup() 181 qe = t4_sched_entry_lookup(pi, SCHED_QUEUE, txq->q.cntxt_id); in cxgb4_sched_queue_lookup() 199 qe = t4_sched_entry_lookup(pi, SCHED_QUEUE, txq->q.cntxt_id); in t4_sched_queue_unbind() 201 err = t4_sched_bind_unbind_op(pi, (void *)qe, SCHED_QUEUE, in t4_sched_queue_unbind() 245 err = t4_sched_bind_unbind_op(pi, (void *)qe, SCHED_QUEUE, true); in t4_sched_queue_bind() 250 e->bind_type = SCHED_QUEUE; in t4_sched_queue_bind() 332 case SCHED_QUEUE: { in t4_sched_class_unbind_all() 360 case SCHED_QUEUE: { in t4_sched_class_bind_unbind_op() 409 case SCHED_QUEUE: { in cxgb4_sched_class_bind() [all …]
|
A D | sched.h | 59 SCHED_QUEUE, enumerator
|
A D | cxgb4_tc_matchall.c | 134 ret = cxgb4_sched_class_bind(dev, &qe, SCHED_QUEUE); in cxgb4_matchall_tc_bind_queues() 145 cxgb4_sched_class_unbind(dev, &qe, SCHED_QUEUE); in cxgb4_matchall_tc_bind_queues() 160 cxgb4_sched_class_unbind(dev, &qe, SCHED_QUEUE); in cxgb4_matchall_tc_unbind_queues()
|
A D | cxgb4_main.c | 3540 err = cxgb4_sched_class_unbind(dev, (void *)(&qe), SCHED_QUEUE); in cxgb_set_tx_maxrate() 3574 err = cxgb4_sched_class_bind(dev, (void *)(&qe), SCHED_QUEUE); in cxgb_set_tx_maxrate()
|
Completed in 16 milliseconds