Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h711 uint64_t icolor : 2; member
H A Drvu_debugfs.c2526 str = (prof->icolor == 3) ? "Color blind" : in print_band_prof_ctx()
2527 (prof->icolor == 0) ? "Green" : in print_band_prof_ctx()
2528 (prof->icolor == 1) ? "Yellow" : "Red"; in print_band_prof_ctx()