Searched refs:icolor (Results 1 – 3 of 3) sorted by relevance
376 aq->prof.icolor = 0x03; in cn10k_set_ipolicer_rate()377 aq->prof_mask.icolor = 0x03; in cn10k_set_ipolicer_rate()
708 uint64_t icolor : 2; member
2169 str = (prof->icolor == 3) ? "Color blind" : in print_band_prof_ctx()2170 (prof->icolor == 0) ? "Green" : in print_band_prof_ctx()2171 (prof->icolor == 1) ? "Yellow" : "Red"; in print_band_prof_ctx()