Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k.c377 aq->prof.icolor = 0x03; in cn10k_set_ipolicer_rate()
378 aq->prof_mask.icolor = 0x03; in cn10k_set_ipolicer_rate()
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_struct.h690 uint64_t icolor : 2; member
Drvu_debugfs.c1726 str = (prof->icolor == 3) ? "Color blind" : in print_band_prof_ctx()
1727 (prof->icolor == 0) ? "Green" : in print_band_prof_ctx()
1728 (prof->icolor == 1) ? "Yellow" : "Red"; in print_band_prof_ctx()