Searched refs:schedcl (Results 1 – 3 of 3) sorted by relevance
790 int rc, schedcl; in cxgbe_rate_tag_alloc() local799 (params->rate_limit.max_rate * 8ULL / 1000), &schedcl); in cxgbe_rate_tag_alloc()802 MPASS(schedcl >= 0 && schedcl < sc->params.nsched_cls); in cxgbe_rate_tag_alloc()807 t4_release_cl_rl(sc, pi->port_id, schedcl); in cxgbe_rate_tag_alloc()824 cst->schedcl = schedcl; in cxgbe_rate_tag_alloc()848 int rc, schedcl; in cxgbe_rate_tag_modify() local853 MPASS(cst->schedcl >= 0 && cst->schedcl < sc->params.nsched_cls); in cxgbe_rate_tag_modify()858 (params->rate_limit.max_rate * 8ULL / 1000), &schedcl); in cxgbe_rate_tag_modify()861 MPASS(schedcl >= 0 && schedcl < sc->params.nsched_cls); in cxgbe_rate_tag_modify()862 t4_release_cl_rl(sc, cst->port_id, cst->schedcl); in cxgbe_rate_tag_modify()[all …]
100 int8_t schedcl; member
6628 flowc->mnemval[5].val = htobe32(cst->schedcl); in send_etid_flowc_wr()