Searched refs:SCHED_FLOWC (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | sched.c | 102 case SCHED_FLOWC: { in t4_sched_bind_unbind_op() 147 case SCHED_FLOWC: { in t4_sched_entry_lookup() 270 fe = t4_sched_entry_lookup(pi, SCHED_FLOWC, p->tid); in t4_sched_flowc_unbind() 272 err = t4_sched_bind_unbind_op(pi, (void *)fe, SCHED_FLOWC, in t4_sched_flowc_unbind() 310 err = t4_sched_bind_unbind_op(pi, (void *)fe, SCHED_FLOWC, true); in t4_sched_flowc_bind() 315 e->bind_type = SCHED_FLOWC; in t4_sched_flowc_bind() 339 case SCHED_FLOWC: { in t4_sched_class_unbind_all() 369 case SCHED_FLOWC: { in t4_sched_class_bind_unbind_op() 415 case SCHED_FLOWC: { in cxgb4_sched_class_bind() 462 case SCHED_FLOWC: { in cxgb4_sched_class_unbind()
|
D | sched.h | 60 SCHED_FLOWC, enumerator
|
D | cxgb4_tc_mqprio.c | 393 ret = cxgb4_sched_class_bind(dev, &fe, SCHED_FLOWC); in cxgb4_mqprio_class_bind() 420 cxgb4_sched_class_unbind(dev, &fe, SCHED_FLOWC); in cxgb4_mqprio_class_unbind()
|