Home
last modified time | relevance | path

Searched refs:schedcl (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_sched.c802 int rc, schedcl; in cxgbe_rate_tag_alloc() local
811 (params->rate_limit.max_rate * 8ULL / 1000), &schedcl); in cxgbe_rate_tag_alloc()
814 MPASS(schedcl >= 0 && schedcl < sc->params.nsched_cls); in cxgbe_rate_tag_alloc()
819 t4_release_cl_rl(sc, pi->port_id, schedcl); in cxgbe_rate_tag_alloc()
836 cst->schedcl = schedcl; in cxgbe_rate_tag_alloc()
860 int rc, schedcl; in cxgbe_rate_tag_modify() local
864 /* XXX: is schedcl -1 ok here? */ in cxgbe_rate_tag_modify()
865 MPASS(cst->schedcl > in cxgbe_rate_tag_modify()
[all...]
H A Doffload.h92 int8_t schedcl; member
H A Dt4_sge.c6587 flowc->mnemval[5].val = htobe32(cst->schedcl); in send_etid_flowc_wr()