Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k.c383 aq->prof.icolor = 0x03; in cn10k_set_ipolicer_rate()
384 aq->prof_mask.icolor = 0x03; in cn10k_set_ipolicer_rate()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h708 uint64_t icolor : 2; member
H A Drvu_debugfs.c2172 str = (prof->icolor == 3) ? "Color blind" : in print_band_prof_ctx()
2173 (prof->icolor == 0) ? "Green" : in print_band_prof_ctx()
2174 (prof->icolor == 1) ? "Yellow" : "Red"; in print_band_prof_ctx()