Searched refs:schedcl (Results 1 – 3 of 3) sorted by relevance
802 int rc, schedcl; in cxgbe_rate_tag_alloc() local811 (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() local865 MPASS(cst->schedcl >= 0 && cst->schedcl < sc->params.nsched_cls); in cxgbe_rate_tag_modify()870 (params->rate_limit.max_rate * 8ULL / 1000), &schedcl); in cxgbe_rate_tag_modify()873 MPASS(schedcl >= 0 && schedcl < sc->params.nsched_cls); in cxgbe_rate_tag_modify()874 t4_release_cl_rl(sc, cst->port_id, cst->schedcl); in cxgbe_rate_tag_modify()[all …]
92 int8_t schedcl; member
6589 flowc->mnemval[5].val = htobe32(cst->schedcl); in send_etid_flowc_wr()